fix: replace permanent blacklisting with clock skew tolerance window for WebSocket telemetry (#596)#617
Merged
KanishJebaMathewM merged 2 commits intoJun 20, 2026
Annotations
6 errors
|
Run integration tests
Process completed with exit code 1.
|
|
Run integration tests:
backend/api/test/integration/bids.test.js#L681
AssertionError: expected 'accept_bid_tx RPC failed' to be 'Order is no longer pending' // Object.is equality
Expected: "Order is no longer pending"
Received: "accept_bid_tx RPC failed"
❯ test/integration/bids.test.js:681:30
|
|
Run integration tests:
backend/api/test/integration/bids.test.js#L642
AssertionError: expected 'accept_bid_tx RPC failed' to be 'Load offer is no longer available' // Object.is equality
Expected: "Load offer is no longer available"
Received: "accept_bid_tx RPC failed"
❯ test/integration/bids.test.js:642:30
|
|
Run integration tests:
backend/api/test/integration/bids.test.js#L483
AssertionError: expected "vi.fn()" to be called with arguments: [ 'OD-COMP-FAIL', …(3) ]
Number of calls: 0
❯ test/integration/bids.test.js:483:32
|
|
Run integration tests:
backend/api/test/integration/bids.test.js#L423
AssertionError: expected 200 to be 500 // Object.is equality
- Expected
+ Received
- 500
+ 200
❯ test/integration/bids.test.js:423:24
|
|
Run integration tests:
backend/api/test/integration/bids.test.js#L366
AssertionError: expected null to be '0xdeadbeef' // Object.is equality
- Expected:
"0xdeadbeef"
+ Received:
null
❯ test/integration/bids.test.js:366:32
|
background
wait
wait-all
cancel
parallel
Loading