From 438150f093623569356e3c8922054fbf9257bd29 Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Sun, 22 Dec 2024 13:01:02 +0100 Subject: [PATCH] Enabled stubless tests --- .../tests/rust_rpc_stubless.rs | 14 -------------- .../tests/ts_rpc1_stubless.rs | 3 --- .../tests/ts_rpc2_stubless.rs | 2 -- 3 files changed, 19 deletions(-) diff --git a/golem-worker-executor-base/tests/rust_rpc_stubless.rs b/golem-worker-executor-base/tests/rust_rpc_stubless.rs index 156b2364cc..c6d5405eff 100644 --- a/golem-worker-executor-base/tests/rust_rpc_stubless.rs +++ b/golem-worker-executor-base/tests/rust_rpc_stubless.rs @@ -29,7 +29,6 @@ inherit_test_dep!(Tracing); #[test] #[tracing::instrument] -#[ignore] async fn auction_example_1( last_unique_id: &LastUniqueId, deps: &WorkerExecutorTestDependencies, @@ -99,7 +98,6 @@ async fn auction_example_1( #[test] #[tracing::instrument] -#[ignore] async fn auction_example_2( last_unique_id: &LastUniqueId, deps: &WorkerExecutorTestDependencies, @@ -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, @@ -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, @@ -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, @@ -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, @@ -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, @@ -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, @@ -447,7 +439,6 @@ async fn context_inheritance( #[test] #[tracing::instrument] -#[ignore] async fn counter_resource_test_5( last_unique_id: &LastUniqueId, deps: &WorkerExecutorTestDependencies, @@ -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, @@ -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, @@ -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, @@ -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, @@ -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, diff --git a/golem-worker-executor-base/tests/ts_rpc1_stubless.rs b/golem-worker-executor-base/tests/ts_rpc1_stubless.rs index 9c20fac738..ba101a25cf 100644 --- a/golem-worker-executor-base/tests/ts_rpc1_stubless.rs +++ b/golem-worker-executor-base/tests/ts_rpc1_stubless.rs @@ -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, @@ -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, @@ -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, diff --git a/golem-worker-executor-base/tests/ts_rpc2_stubless.rs b/golem-worker-executor-base/tests/ts_rpc2_stubless.rs index 18f27e2afd..3754318765 100644 --- a/golem-worker-executor-base/tests/ts_rpc2_stubless.rs +++ b/golem-worker-executor-base/tests/ts_rpc2_stubless.rs @@ -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, @@ -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,