Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(ICP_Rosetta): FI-1646: Address ICP Rosetta integration tests flakiness #3534

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions rs/rosetta-api/icp/tests/integration_tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ rust_test_suite(
"//rs/canister_sandbox:sandbox_launcher",
"//rs/ledger_suite/icp/ledger:ledger-canister-wasm-notify-method",
"//rs/pocket_ic_server:pocket-ic-server",
"//rs/replica",
"//rs/rosetta-api/icp:ic-rosetta-api-rosetta-blocks",
"//rs/rosetta-api/icp/test_utils/sender_canister:ic-sender-canister",
"@mainnet_icp_ledger_canister//file",
Expand All @@ -52,8 +51,8 @@ rust_test_suite(
"CANISTER_LAUNCHER": "$(rootpath //rs/canister_sandbox)",
"LEDGER_CANISTER_NOTIFY_METHOD_WASM_PATH": "$(rootpath //rs/ledger_suite/icp/ledger:ledger-canister-wasm-notify-method)",
"POCKET_IC_BIN": "$(rootpath //rs/pocket_ic_server:pocket-ic-server)",
"REPLICA_BIN": "$(rootpath //rs/replica)",
"ROSETTA_PATH": "$(rootpath //rs/rosetta-api/icp:ic-rosetta-api-rosetta-blocks)",
"RUST_TEST_THREADS": "4",
"SANDBOX_LAUNCHER": "$(rootpath //rs/canister_sandbox:sandbox_launcher)",
"IC_SENDER_CANISTER_WASM_PATH": "$(rootpath //rs/rosetta-api/icp/test_utils/sender_canister:ic-sender-canister)",
"ICP_LEDGER_DEPLOYED_VERSION_WASM_PATH": "$(rootpath @mainnet_icp_ledger_canister//file)",
Expand All @@ -63,8 +62,7 @@ rust_test_suite(
flaky = True,
proc_macro_deps = [
],
# The test runs replica binary that constantly uses more than 100% cpu core + rosetta server.
tags = ["cpu:3"],
tags = ["cpu:4"],
deps = DEPENDENCIES + [
":rosetta-integration-tests-lib",
"//rs/rosetta-api/icp/test_utils/sender_canister:ic_sender_canister_lib",
Expand Down
Loading