optimism-v2 icon indicating copy to clipboard operation
optimism-v2 copied to clipboard

sporadic integration test failures - running list

Open CAPtheorem opened this issue 4 years ago • 0 comments

1/ Off by three error - timestamp and blocknumbers between eth_call and rollup_getInfo - occurrence: three times 2/ eth_getBlockByNumber - mismatch hash - occurrence: once

1) OVM Context: Layer 2 EVM Context

should return same timestamp and blocknumbers between `eth_call` and `rollup_getInfo`:
AssertionError: expected 471 to deeply equal 468
      + expected - actual
      -471
      +468
      at Context.<anonymous> (test/ovmcontext.spec.ts:162:49)
      at runMicrotasks (<anonymous>)
      at processTicksAndRejections (internal/process/task_queues.js:95:5)

  2) Basic RPC tests

eth_getBlockByNumber
should return the same result when new transactions are not applied:
mismatch hash
      + expected - actual
      -0xac8e243e0b5dfac12a16e62f4f362e508f5dca8638372047fc1bfa8905ebcc04
      +0x06afa3602081314b11639bec7f41d75c23ed2101048f6df7493da1590572732d
      at Context.<anonymous> (test/rpc.spec.ts:334:33)
      at runMicrotasks (<anonymous>)
      at processTicksAndRejections (internal/process/task_queues.js:95:5)

CAPtheorem avatar Oct 23 '21 15:10 CAPtheorem