Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flake in reqresp/p2p_client.integration.test.ts #8616

Open
just-mitch opened this issue Sep 17, 2024 · 0 comments
Open

Flake in reqresp/p2p_client.integration.test.ts #8616

just-mitch opened this issue Sep 17, 2024 · 0 comments
Assignees
Labels
T-bug Type: Bug. Something is broken.

Comments

@just-mitch
Copy link
Collaborator

just-mitch commented Sep 17, 2024

Was running yarn test locally. Ran again and it passed.

[@aztec/p2p]:   ● Req Resp p2p client integration › Can request a transaction from another peer
[@aztec/p2p]:
[@aztec/p2p]:     expect(received).toStrictEqual(expected) // deep equality
[@aztec/p2p]:
[@aztec/p2p]:     Expected: {"data": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, …], "type": "Buffer"}
[@aztec/p2p]:     Received: undefined
[@aztec/p2p]:
[@aztec/p2p]:       195 |
[@aztec/p2p]:       196 |       // Expect the tx to be the returned tx to be the same as the one we mocked
[@aztec/p2p]:     > 197 |       expect(requestedTx?.toBuffer()).toStrictEqual(tx.toBuffer());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-bug Type: Bug. Something is broken.
Projects
Status: Todo
Development

No branches or pull requests

2 participants