diff --git a/e2e/tests-dfx/bitcoin.bash b/e2e/tests-dfx/bitcoin.bash index b3f2a5e0ac..cf0566c990 100644 --- a/e2e/tests-dfx/bitcoin.bash +++ b/e2e/tests-dfx/bitcoin.bash @@ -61,13 +61,13 @@ set_local_network_bitcoin_enabled() { wait_until_replica_healthy # Sometimes initially get an error like: - # IC0304: Attempt to execute a message on canister <>> which contains no Wasm module + # IC0537: Attempt to execute a message on canister <>> which contains no Wasm module # but the condition clears. timeout 30s sh -c \ "until dfx canister call hello_backend greet '(\"wait 1\")'; do echo waiting for any canister call to succeed; sleep 1; done" \ || (echo "canister call did not succeed") # but continue, for better error reporting # even after the above, still sometimes fails with - # IC0515: Certified state is not available yet. Please try again... + # IC0208: Certified state is not available yet. Please try again... sleep 10 timeout 30s sh -c \ "until dfx canister call hello_backend greet '(\"wait 2\")'; do echo waiting for any canister call to succeed; sleep 1; done" \ diff --git a/e2e/tests-dfx/canister_http.bash b/e2e/tests-dfx/canister_http.bash index 84df0c0e63..4f92140ae7 100644 --- a/e2e/tests-dfx/canister_http.bash +++ b/e2e/tests-dfx/canister_http.bash @@ -70,14 +70,14 @@ set_shared_local_network_canister_http_empty() { wait_until_replica_healthy # Sometimes initially get an error like: - # IC0304: Attempt to execute a message on canister <>> which contains no Wasm module + # IC0537: Attempt to execute a message on canister <>> which contains no Wasm module # but the condition clears. timeout 30s sh -c \ "until dfx canister call hello_backend greet '(\"wait 1\")'; do echo waiting for any canister call to succeed; sleep 1; done" \ || (echo "canister call did not succeed") # but continue, for better error reporting # Even so, after that passes, sometimes this happens: - # IC0515: Certified state is not available yet. Please try again... + # IC0208: Certified state is not available yet. Please try again... sleep 10 timeout 30s sh -c \ "until dfx canister call hello_backend greet '(\"wait 2\")'; do echo waiting for any canister call to succeed; sleep 1; done" \ diff --git a/e2e/tests-dfx/start.bash b/e2e/tests-dfx/start.bash index 6809ad117c..ded2e23bd0 100644 --- a/e2e/tests-dfx/start.bash +++ b/e2e/tests-dfx/start.bash @@ -166,13 +166,13 @@ teardown() { wait_until_replica_healthy # Sometimes initially get an error like: - # IC0304: Attempt to execute a message on canister <>> which contains no Wasm module + # IC0537: Attempt to execute a message on canister <>> which contains no Wasm module # but the condition clears. timeout 30s sh -c \ "until dfx canister call hello_backend greet '(\"wait\")'; do echo waiting for any canister call to succeed; sleep 1; done" \ || (echo "canister call did not succeed") # but continue, for better error reporting # even after the above, still sometimes fails with - # IC0515: Certified state is not available yet. Please try again... + # IC0208: Certified state is not available yet. Please try again... sleep 10 timeout 30s sh -c \ "until dfx canister call hello_backend greet '(\"wait\")'; do echo waiting for any canister call to succeed; sleep 1; done" \ @@ -247,13 +247,13 @@ teardown() { wait_until_replica_healthy # Sometimes initially get an error like: - # IC0304: Attempt to execute a message on canister <>> which contains no Wasm module + # IC0537: Attempt to execute a message on canister <>> which contains no Wasm module # but the condition clears. timeout 30s sh -c \ "until dfx canister call hello_backend greet '(\"wait\")'; do echo waiting for any canister call to succeed; sleep 1; done" \ || (echo "canister call did not succeed") # but continue, for better error reporting # even after the above, still sometimes fails with - # IC0515: Certified state is not available yet. Please try again... + # IC0208: Certified state is not available yet. Please try again... sleep 10 timeout 30s sh -c \ "until dfx canister call hello_backend greet '(\"wait\")'; do echo waiting for any canister call to succeed; sleep 1; done" \