Cleanup tests for CI #548

Open
parabit wants to merge 13 commits from parabit/fix-tests into master
Owner
  • spawn_with_args
    • poll /api/proxy/status instead of simply checking if port is bound
    • allow longer time before abandoning attempt
  • reconnects_on_upstream_disconnect
    • retry on Stale instead of err
  • aggregator_cache_ttl
    • widen ttl window
    • sleep to avoid early completion
  • metadata_update_allowlist
    • sign and check to detect and work around bip322 crate bug
    • failed less than 1% of the time randomly due to Error::SignatureLength with a valid signature
- spawn_with_args - poll /api/proxy/status instead of simply checking if port is bound - allow longer time before abandoning attempt - reconnects_on_upstream_disconnect - retry on Stale instead of err - aggregator_cache_ttl - widen ttl window - sleep to avoid early completion - metadata_update_allowlist - sign and check to detect and work around `bip322` crate bug - failed less than 1% of the time randomly due to Error::SignatureLength with a valid signature
polish some tests
Some checks failed
CI / ckpool (pull_request) Successful in 49s
CI / lint (pull_request) Successful in 3m4s
CI / test-linux (pull_request) Failing after 11m4s
0646f45412
handle possible inconclusive response
Some checks failed
CI / ckpool (pull_request) Successful in 30s
CI / lint (pull_request) Failing after 2m39s
CI / test-linux (pull_request) Failing after 11m21s
86dd93c3ac
wait for stratum handling messages
Some checks failed
CI / ckpool (pull_request) Successful in 48s
CI / lint (pull_request) Failing after 3m3s
CI / test-linux (pull_request) Failing after 10m24s
b3baba1557
work around bip322 bug
Some checks failed
CI / ckpool (pull_request) Successful in 32s
CI / lint (pull_request) Successful in 2m38s
CI / test-linux (pull_request) Has been cancelled
7a1f3a1562
avoid timeout and retry while pool is processing
Some checks failed
CI / ckpool (pull_request) Successful in 35s
CI / lint (pull_request) Successful in 2m55s
CI / test-linux (pull_request) Failing after 10m56s
756e7b7660
more flex
Some checks failed
CI / ckpool (pull_request) Successful in 51s
CI / lint (pull_request) Failing after 3m23s
CI / test-linux (pull_request) Failing after 11m41s
854f9c1750
lint
Some checks failed
CI / ckpool (pull_request) Successful in 32s
CI / lint (pull_request) Successful in 2m32s
CI / test-linux (pull_request) Failing after 11m11s
5de650d49b
parabit force-pushed parabit/fix-tests from 5de650d49b
Some checks failed
CI / ckpool (pull_request) Successful in 32s
CI / lint (pull_request) Successful in 2m32s
CI / test-linux (pull_request) Failing after 11m11s
to a06db03f8b
Some checks failed
CI / ckpool (pull_request) Successful in 48s
CI / lint (pull_request) Successful in 3m28s
CI / test-linux (pull_request) Failing after 8m40s
2026-05-19 20:17:54 +00:00
Compare
ever more rare failures found
Some checks failed
CI / ckpool (pull_request) Successful in 19s
CI / lint (pull_request) Successful in 3m7s
CI / test-linux (pull_request) Failing after 10m6s
68b5e07aa6
parabit force-pushed parabit/fix-tests from 68b5e07aa6
Some checks failed
CI / ckpool (pull_request) Successful in 19s
CI / lint (pull_request) Successful in 3m7s
CI / test-linux (pull_request) Failing after 10m6s
to 3d2aedcae1
Some checks failed
CI / ckpool (pull_request) Successful in 52s
CI / lint (pull_request) Successful in 3m28s
CI / test-linux (pull_request) Failing after 9m57s
2026-05-19 21:27:42 +00:00
Compare
add --disable-bouncer flag and retry logic
All checks were successful
CI / ckpool (pull_request) Successful in 23s
CI / lint (pull_request) Successful in 2m22s
CI / test-linux (pull_request) Successful in 7m2s
44eb41e542
lower target diff for test
All checks were successful
CI / ckpool (pull_request) Successful in 46s
CI / lint (pull_request) Successful in 3m16s
CI / test-linux (pull_request) Successful in 8m51s
0a9d7ee7f3
All checks were successful
CI / ckpool (pull_request) Successful in 46s
Required
Details
CI / lint (pull_request) Successful in 3m16s
Required
Details
CI / test-linux (pull_request) Successful in 8m51s
Required
Details
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin parabit/fix-tests:parabit/fix-tests
git switch parabit/fix-tests
Sign in to join this conversation.
No description provided.