Skip to content

fix(e2e): p2p_reqresp#12297

Merged
Maddiaa0 merged 3 commits intomasterfrom
md/fix-p2p
Feb 26, 2025
Merged

fix(e2e): p2p_reqresp#12297
Maddiaa0 merged 3 commits intomasterfrom
md/fix-p2p

Conversation

@Maddiaa0
Copy link
Member

Overview

fixes run

Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Maddiaa0 Maddiaa0 added the ci-full Run all master checks. label Feb 26, 2025
@Maddiaa0 Maddiaa0 requested a review from charlielye February 26, 2025 18:03
.put(async () => {
await this.sendToPeers(message);
})
.catch(error => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added this catch

race condition in test where a node would receive a block proposal, begin to process it and the test would end. Stopping the jobQueue, so when it got to propagating the response ( the attestation ) the job queue was stopped, it would throw, and the test would fail

@Maddiaa0 Maddiaa0 enabled auto-merge (squash) February 26, 2025 18:37
@Maddiaa0 Maddiaa0 merged commit 2e7b2da into master Feb 26, 2025
10 checks passed
@Maddiaa0 Maddiaa0 deleted the md/fix-p2p branch February 26, 2025 19:05
TomAFrench added a commit that referenced this pull request Feb 26, 2025
* master: (31 commits)
  feat: Slack message to ci channel tagging owners on flakes. (#12284)
  fix: slack notify was broken by quoted commit titles
  revert: "chore: Fix and reenable fees-settings test (#12302)"
  fix: run arm64 on master (#12307)
  yolo fix
  chore: Fix and reenable fees-settings test (#12302)
  feat!: rename compute_nullifier_without_context (#12308)
  chore: Lazy loading artifacts everywhere (#12285)
  chore: Reenable dapp subscription test (#12304)
  chore: Run prover test with fake proofs when requested (#12305)
  chore: Do not set CI_FULL outside CI (#12300)
  chore: new mnemonic deployments on sepolia (#12076)
  chore!: enable multiple L1 nodes to be used (#11945)
  chore: remove no longer supported extension from vscode/extension.json (#12303)
  fix(e2e): p2p_reqresp (#12297)
  feat: Sync from noir (#12298)
  chore: enabling `e2e_contract_updates` in CI + nuking irrelevant test (#12293)
  feat: prepend based merge (#12093)
  feat: fetch addresses from registry (#12000)
  feat: live logs (#12271)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-full Run all master checks.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants