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] upstream TestChainIndexerWithChildren unit test failure #1238

Open
marun opened this issue Jul 16, 2024 · 1 comment
Open

[flake] upstream TestChainIndexerWithChildren unit test failure #1238

marun opened this issue Jul 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@marun
Copy link
Contributor

marun commented Jul 16, 2024

This flake was seen recently in CI: https://github.com/ava-labs/subnet-evm/actions/runs/9922012679/job/27410601129#step:7:68

The test in question is from upstream, and the failure appears to be timing-related.

-test.shuffle 1720895400787666590
From: `0xffffFFFfFFffffffffffffffFfFFFfffFFFfFFfE`
To: `0x000F3df6D732807Ef1319fB7B8bB8522d0Beac02`
Data: `0x0000000000000000000000000000000000000000000000000000000000000000`
Gas: `30000000`
Value `0` wei

|  Pc   |      Op     | Cost |   Stack   |   RStack  |  Refund |
|-------|-------------|------|-----------|-----------|---------|

Output: ``
Consumed gas: `0`
Error: `<nil>`
From: `0x71562b71999873DB5b286dF957af199Ec94617F7`
To: `0x000000000000000000000000000000000000BbBB`
Data: ``
Gas: `479000`
Value `0` wei

|  Pc   |      Op     | Cost |   Stack   |   RStack  |  Refund |
|-------|-------------|------|-----------|-----------|---------|
|    0  |      PUSH1  |    3 |        [] |         0 |
|    2  |       DUP1  |    3 |     [0x0] |         0 |
|    3  |       DUP1  |    3 | [0x0,0x0] |         0 |
|    4  |       DUP1  |    3 |[0x0,0x0,0x0] |         0 |
|    5  |      PUSH2  |    3 |[0x0,0x0,0x0,0x0] |         0 |
|    8  |        GAS  |    2 |[0x0,0x0,0x0,0x0,0xaaaa] |         0 |
|    9  | DELEGATECALL  |  471501 |[0x0,0x0,0x0,0x0,0xaaaa,0x74f07] |         0 |
|    0  |         PC  |    2 |        [] |         0 |
|    1  |         PC  |    2 |     [0x0] |         0 |
|    2  |      SLOAD  |  2100 | [0x0,0x1] |         0 |
|    3  |      SLOAD  |  2100 | [0x0,0x0] |         0 |
|    4  |       STOP  |    0 | [0x0,0x0] |         0 |
|   10  |       STOP  |    0 |     [0x1] |         0 |

Output: ``
Consumed gas: `4321`
Error: `<nil>`
--- FAIL: TestChainIndexerWithChildren (8.85s)
    chain_indexer_test.go:166: Canonical section count mismatch: have 501, want 502
FAIL
@marun marun added the bug Something isn't working label Jul 16, 2024
@joshua-kim
Copy link
Contributor

likely related: #1242

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants