Skip to content

Commit

Permalink
Enabled stubless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Dec 22, 2024
1 parent df4fb49 commit 438150f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
14 changes: 0 additions & 14 deletions golem-worker-executor-base/tests/rust_rpc_stubless.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ inherit_test_dep!(Tracing);

#[test]
#[tracing::instrument]
#[ignore]
async fn auction_example_1(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -99,7 +98,6 @@ async fn auction_example_1(

#[test]
#[tracing::instrument]
#[ignore]
async fn auction_example_2(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -169,7 +167,6 @@ async fn auction_example_2(

#[test]
#[tracing::instrument]
#[ignore]
async fn counter_resource_test_1(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -208,7 +205,6 @@ async fn counter_resource_test_1(

#[test]
#[tracing::instrument]
#[ignore]
async fn counter_resource_test_2(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -244,7 +240,6 @@ async fn counter_resource_test_2(

#[test]
#[tracing::instrument]
#[ignore]
async fn counter_resource_test_2_with_restart(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -284,7 +279,6 @@ async fn counter_resource_test_2_with_restart(

#[test]
#[tracing::instrument]
#[ignore]
async fn counter_resource_test_3(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -320,7 +314,6 @@ async fn counter_resource_test_3(

#[test]
#[tracing::instrument]
#[ignore]
async fn counter_resource_test_3_with_restart(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -360,7 +353,6 @@ async fn counter_resource_test_3_with_restart(

#[test]
#[tracing::instrument]
#[ignore]
async fn context_inheritance(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -447,7 +439,6 @@ async fn context_inheritance(

#[test]
#[tracing::instrument]
#[ignore]
async fn counter_resource_test_5(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -488,7 +479,6 @@ async fn counter_resource_test_5(

#[test]
#[tracing::instrument]
#[ignore]
async fn counter_resource_test_5_with_restart(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -547,7 +537,6 @@ async fn counter_resource_test_5_with_restart(

#[test]
#[tracing::instrument]
#[ignore]
async fn wasm_rpc_bug_32_test(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -592,7 +581,6 @@ async fn wasm_rpc_bug_32_test(

#[test]
#[tracing::instrument]
#[ignore]
async fn error_message_invalid_uri(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -648,7 +636,6 @@ async fn error_message_invalid_uri(

#[test]
#[tracing::instrument]
#[ignore]
async fn error_message_non_existing_target_component(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -700,7 +687,6 @@ async fn error_message_non_existing_target_component(

#[test]
#[tracing::instrument]
#[ignore]
async fn ephemeral_worker_invocation_via_rpc1(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down
3 changes: 0 additions & 3 deletions golem-worker-executor-base/tests/ts_rpc1_stubless.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ static CALLER_COMPONENT_NAME: &str = "caller-ts";

#[test]
#[tracing::instrument]
#[ignore]
async fn counter_resource_test_1(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -65,7 +64,6 @@ async fn counter_resource_test_1(

#[test]
#[tracing::instrument]
#[ignore]
async fn counter_resource_test_1_with_restart(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -105,7 +103,6 @@ async fn counter_resource_test_1_with_restart(

#[test]
#[tracing::instrument]
#[ignore]
async fn context_inheritance(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down
2 changes: 0 additions & 2 deletions golem-worker-executor-base/tests/ts_rpc2_stubless.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ static CALLER_COMPONENT_NAME: &str = "caller-ts";

#[test]
#[tracing::instrument]
#[ignore]
async fn counter_resource_test_2(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down Expand Up @@ -65,7 +64,6 @@ async fn counter_resource_test_2(

#[test]
#[tracing::instrument]
#[ignore]
async fn counter_resource_test_2_with_restart(
last_unique_id: &LastUniqueId,
deps: &WorkerExecutorTestDependencies,
Expand Down

0 comments on commit 438150f

Please sign in to comment.