Skip to content

feat: merge-train/spartan#23558

Merged
AztecBot merged 2 commits into
nextfrom
merge-train/spartan
May 26, 2026
Merged

feat: merge-train/spartan#23558
AztecBot merged 2 commits into
nextfrom
merge-train/spartan

Conversation

@AztecBot
Copy link
Copy Markdown
Collaborator

@AztecBot AztecBot commented May 26, 2026

BEGIN_COMMIT_OVERRIDE
fix: frontmatter for update-doc-references (#23557)
test(ws): await close promise in native world state test (#23563)
END_COMMIT_OVERRIDE

Causes a warn when loaded in Codex
Tackles flake at [this run](http://ci.aztec-labs.com/f68773618307b3a1)
by awaiting the close promise on the fork.

```
22:00:44   ● NativeWorldState › Pending and Proven chain › does not fail when a delayed-close fork is destroyed by a reorg before its close fires
22:00:44
22:00:44     expect(received).toBe(expected) // Object.is equality
22:00:44
22:00:44     Expected: false
22:00:44     Received: true
22:00:44
22:00:44       964 |
22:00:44       965 |       expect(warnSpy).not.toHaveBeenCalled();
22:00:44     > 966 |       expect((ws as any).instance.queues.has(forkId)).toBe(false);
22:00:44           |                                                       ^
22:00:44       967 |     });
22:00:44       968 |   });
22:00:44       969 |
22:00:44
22:00:44       at Object.toBe (native/native_world_state.test.ts:966:55)
```
Copy link
Copy Markdown
Collaborator

@ludamad ludamad left a comment

Choose a reason for hiding this comment

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

🤖 Auto-approved

@AztecBot AztecBot added this pull request to the merge queue May 26, 2026
@AztecBot
Copy link
Copy Markdown
Collaborator Author

🤖 Auto-merge enabled after 4 hours of inactivity. This PR will be merged automatically once all checks pass.

1 similar comment
@AztecBot
Copy link
Copy Markdown
Collaborator Author

🤖 Auto-merge enabled after 4 hours of inactivity. This PR will be merged automatically once all checks pass.

Merged via the queue into next with commit db0ed93 May 26, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants