From d9b926a55839cb671939fb5dd91146b90f92868a Mon Sep 17 00:00:00 2001 From: Jordan Last Date: Thu, 9 Jan 2025 12:06:42 -0700 Subject: [PATCH 1/2] do not use the reserved memory id --- test/property/arbitraries/stable_b_tree_map_arb.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/property/arbitraries/stable_b_tree_map_arb.ts b/test/property/arbitraries/stable_b_tree_map_arb.ts index fe422ad53c..6bbaa79276 100644 --- a/test/property/arbitraries/stable_b_tree_map_arb.ts +++ b/test/property/arbitraries/stable_b_tree_map_arb.ts @@ -31,7 +31,7 @@ export function StableBTreeMapArb( UniqueIdentifierArb('globalNames'), createUniquePrimitiveArb( fc.nat({ - max: 254 + max: 253 }) ) ) From e6b48180b6954c97fbd68c9ec65bd9378dd35cf6 Mon Sep 17 00:00:00 2001 From: Jordan Last Date: Thu, 9 Jan 2025 12:09:50 -0700 Subject: [PATCH 2/2] move stable b tree map property tests from unstable to slow --- .github/actions/get_exclude_dirs/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/get_exclude_dirs/action.yml b/.github/actions/get_exclude_dirs/action.yml index eeb6a00f1a..52cfc27fc2 100644 --- a/.github/actions/get_exclude_dirs/action.yml +++ b/.github/actions/get_exclude_dirs/action.yml @@ -28,12 +28,10 @@ runs: UNSTABLE_EXCLUSIONS="${{ format(' examples/experimental/demo/bitcoin_psbt examples/stable/test/end_to_end/candid_rpc/multi_deploy - examples/stable/test/property/candid_rpc/stable_b_tree_map examples/stable/test/property/ic_api/performance_counter examples/experimental/test/end_to_end/http_server/http_outcall_fetch examples/experimental/test/end_to_end/http_server/ic_evm_rpc examples/experimental/test/end_to_end/http_server/multi_deploy - examples/experimental/test/property/candid_rpc/stable_b_tree_map ') }}" SLOW_EXCLUSIONS="${{ format(' @@ -41,6 +39,7 @@ runs: examples/experimental/demo/ckbtc examples/stable/test/end_to_end/candid_rpc/bitcoin examples/stable/test/end_to_end/candid_rpc/stable_structures + examples/stable/test/property/candid_rpc/stable_b_tree_map examples/experimental/test/end_to_end/candid_rpc/bitcoin examples/experimental/test/end_to_end/candid_rpc/composite_queries examples/experimental/test/end_to_end/candid_rpc/ckbtc @@ -50,6 +49,7 @@ runs: examples/experimental/test/end_to_end/http_server/autoreload examples/experimental/test/end_to_end/http_server/large_files examples/experimental/test/end_to_end/http_server/open_value_sharing + examples/experimental/test/property/candid_rpc/stable_b_tree_map ') }}" EXCLUDE_DIRS=""