test(connector-corda): fix flaky v4.7 test #1473
Labels
bug
Something isn't working
Corda
dependencies
Pull requests that update a dependency file
Developer_Experience
Flaky-Test-Automation
Issues related to test stability (which is a long running issue that can never fully be solved)
good-first-issue
Good for newcomers
good-first-issue-400-expert
Hacktoberfest
Hacktoberfest participants are welcome to take a stab at issues marked with this label.
help wanted
Extra attention is needed
Tests
Anything related to tests be that automatic or manual, integration or unit, etc.
This likely has the same solution as #1469
Describe the bug
We've got a flaky one at:
packages/cactus-plugin-ledger-connector-corda/src/test/typescript/integration/deploy-cordapp-jars-to-nodes-v4.7.test.ts
One of the corda nodes within the container occasionally don't boot up (hangs and then the test waits for an hour before giving up).
To Reproduce
Keep running the test and eventually you'll see it.
Expected behavior
Tests are stable, not flaky.
Logs/Stack traces
The CI logs from the GHA runner as of this morning:
logs_10174.zip
Cloud provider or hardware configuration:
GHA runner
Operating system name, version, build:
Ubuntu 20.04
Hyperledger Cactus release version or commit (git rev-parse --short HEAD):
1.0.0-rc.1
Hyperledger Cactus Plugins/Connectors Used
Corda
Additional context
I'll send a separate PR that skips this test to avoid flakiness in the meantime.
The text was updated successfully, but these errors were encountered: