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

[Bug]:ethverifier consensus failure when restoring from snapshot #10166

Closed
wwestgarth opened this issue Nov 23, 2023 · 0 comments · Fixed by #10167
Closed

[Bug]:ethverifier consensus failure when restoring from snapshot #10166

wwestgarth opened this issue Nov 23, 2023 · 0 comments · Fixed by #10167

Comments

@wwestgarth
Copy link
Contributor

wwestgarth commented Nov 23, 2023

Problem encountered

The soak test on a normal PR smoke run has picked up a snapshot issue related to pending contract call events:

[2023-11-23T10:25:03.647Z] --- snapshot-fail-0-799.json
[2023-11-23T10:25:03.647Z] +++ snapshot-fail-752-799.json
[2023-11-23T10:25:03.647Z] @@ -1391,21 +1391,28 @@
[2023-11-23T10:25:03.647Z]                      "31e53d530adea873b00f35516ac42cd2f5a64f0ed99fcd6b02ae35f7f432ac98",
[2023-11-23T10:25:03.647Z]                      "49d87b485c2f664d6fde274ad69fdcb1080f82eb689587822a07206b7bb6d402",
[2023-11-23T10:25:03.647Z]                      "577c9ad4f1a467239cf40efd068d914b98d5c00594a25f604673b5fc88b3ed2c",
[2023-11-23T10:25:03.647Z]                      "761c8bcc4dc4f1aea2f8bdb961af1859115a4f2f618b8d19d82feb5058dd9736",
[2023-11-23T10:25:03.647Z]                      "c1bd71cc862b7dda59274b3e91efc8eb07c1da82cb98c7e34e7ba3b0846305e6"
[2023-11-23T10:25:03.647Z]                  ]
[2023-11-23T10:25:03.647Z]              }
[2023-11-23T10:25:03.647Z]          },
[2023-11-23T10:25:03.647Z]          {
[2023-11-23T10:25:03.647Z]              "ethContractCallResults": {
[2023-11-23T10:25:03.647Z] -
[2023-11-23T10:25:03.647Z] +                "pendingContractCallResult": [
[2023-11-23T10:25:03.647Z] +                    {
[2023-11-23T10:25:03.647Z] +                        "blockHeight": "992",
[2023-11-23T10:25:03.647Z] +                        "blockTime": "1700734890",
[2023-11-23T10:25:03.647Z] +                        "specId": "2aad0a158bc07af04a0d011b85b02381832d5be1ae3ce0d985cfbf0388154cea",
[2023-11-23T10:25:03.647Z] +                        "result": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+g="
[2023-11-23T10:25:03.647Z] +                    }
[2023-11-23T10:25:03.647Z] +                ]
[2023-11-23T10:25:03.647Z]              }
[2023-11-23T10:25:03.647Z]          },
[2023-11-23T10:25:03.647Z]          {
[2023-11-23T10:25:03.647Z]              "ethOracleVerifierLastBlock": {
[2023-11-23T10:25:03.647Z]                  "blockHeight": "992",
[2023-11-23T10:25:03.647Z]                  "blockTime": "1700734890"
[2023-11-23T10:25:03.647Z]              }
[2023-11-23T10:25:03.647Z]          },
[2023-11-23T10:25:03.647Z]          {
[2023-11-23T10:25:03.647Z]              "eventForwarder": {
[2023-11-23T10:25:03.647Z] @@ -13666,15 +13673,20 @@
[2023-11-23T10:25:03.647Z]                      {
[2023-11-23T10:25:03.647Z]  
[2023-11-23T10:25:03.647Z]                      }
[2023-11-23T10:25:03.647Z]                  ],
[2023-11-23T10:25:03.647Z]                  "epochDataIndex": "79",
[2023-11-23T10:25:03.647Z]                  "programHasEnded": true
[2023-11-23T10:25:03.647Z]              }
[2023-11-23T10:25:03.647Z]          },
[2023-11-23T10:25:03.647Z]          {
[2023-11-23T10:25:03.647Z]              "witness": {
[2023-11-23T10:25:03.647Z] -
[2023-11-23T10:25:03.647Z] +                "resources": [
[2023-11-23T10:25:03.647Z] +                    {
[2023-11-23T10:25:03.647Z] +                        "id": "3937877d622a19549aa877c185f77f77b6b93c1a5c949e05fca2412980993538",
[2023-11-23T10:25:03.647Z] +                        "checkUntil": "1700736691399899444"
[2023-11-23T10:25:03.647Z] +                    }
[2023-11-23T10:25:03.647Z] +                ]
[2023-11-23T10:25:03.647Z]              }
[2023-11-23T10:25:03.647Z]          }
[2023-11-23T10:25:03.647Z]      ]
[2023-11-23T10:25:03.647Z]  }

Jenkins run:
https://jenkins.vega.rocks/blue/organizations/jenkins/common%2Fsystem-tests-wrapper/detail/system-tests-wrapper/30774/pipeline

Observed behaviour

Snapshot failure

Expected behaviour

Snapshot works.

Steps to reproduce

1. Submit `xyz` transaction
2. With this payload
3. Query `abc` API
4. Observe the error

Software version

develop

Failing test

No response

Jenkins run

No response

Configuration used

No response

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants