Skip to content

test(e2e): stop governance proposal chain monitor#24122

Draft
AztecBot wants to merge 1 commit into
merge-train/spartan-v5from
cb/fix-spartan-v5-gov-proposal-monitor
Draft

test(e2e): stop governance proposal chain monitor#24122
AztecBot wants to merge 1 commit into
merge-train/spartan-v5from
cb/fix-spartan-v5-gov-proposal-monitor

Conversation

@AztecBot

Copy link
Copy Markdown
Collaborator

Summary

  • Investigated merge-train/spartan-v5 dequeue for PR feat: merge-train/spartan-v5 #24053.
  • The deterministic failing merge-group run (27606872337, shard x6-full) failed after gov_proposal.parallel.test.ts completed because its ChainMonitor kept polling after Jest teardown.
  • Stop the monitor in a finally block so any in-flight poll drains before the test exits.

Notes

  • A later merge-group run (27607587707, shard x10-full) failed in forge test --no-match-contract Base while fetching https://binaries.soliditylang.org/linux-amd64/list.json due temporary DNS resolution failure; I did not make a code change for that infrastructure failure.

Verification

  • ./bootstrap.sh ci fails immediately because this branch does not define a ci bootstrap target (Unknown command: ci).
  • ./bootstrap.sh ci-full-no-test-cache starts but cannot complete in this container: spartan requires sudo to install kubectl, and noir cannot fetch https://index.crates.io/config.json through the proxy/DNS path.
  • git diff --check
  • .claude/tests/format_file_test (TypeScript prettier subcheck skipped because yarn-project/node_modules/.bin/prettier is not installed)
  • .claude/tests/agents_symlink_test

Created by claudebox · group: slackbot

@AztecBot AztecBot added ci-draft Run CI on draft PRs. ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure claudebox Owned by claudebox. it can push to this PR. labels Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-draft Run CI on draft PRs. ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure claudebox Owned by claudebox. it can push to this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant