stellar / system-test

Home of the stellar/stellar-system-test docker image for e2e system testing
1 stars 5 forks source link

System Test: force timeout when rpc healthy status not within 5 minutes #82

Closed sreuland closed 12 months ago

sreuland commented 1 year ago

What version are you using?

master

What did you do?

build and run system-test from CI workflow - https://github.com/stellar/soroban-tools/actions/runs/6618313640/job/17976470471#step:8:485

What did you expect to see?

tests that pass or fail in timely manner, if the test doesn't get healthy rpc status in 5 minutes, it should force timeout failure instead.

What did you see instead?

hanging test execution that kept running the container, retrying rpc ingestion

sreuland commented 12 months ago

has been fixed, the change was small and included in a prior pr which merged already - https://github.com/stellar/system-test/pull/81/files#diff-cced28c6dc3f99c2396a5eaad732bf6b28142335892b1cd0e6af6cdb53f5ccfaR212-R218