You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been getting a lot of failures on Run sdk-bindings tests step of CI
failures:
---- uniffi_foreign_language_testcase_test_breez_sdk_py stdout ----
Error: running `python3` failed
failures:
uniffi_foreign_language_testcase_test_breez_sdk_py
test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 180.17s
error: test failed, to rerun pass `--test test_generated_bindings`
Error: Process completed with exit code 101.
and it requires us to rerun failed steps or do another run altogether. This was due to external network calls made during this step afaik.
Getting false positives on our main CI flow can have detrimental effects on software stability. Let's assess the test case in hand and make a choice to increase reliability of CI.
The text was updated successfully, but these errors were encountered:
We've been getting a lot of failures on
Run sdk-bindings tests
step of CIand it requires us to rerun failed steps or do another run altogether. This was due to external network calls made during this step afaik.
Getting false positives on our main
CI
flow can have detrimental effects on software stability. Let's assess the test case in hand and make a choice to increase reliability ofCI
.The text was updated successfully, but these errors were encountered: