You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
erc20_deposit_and_call_refund seems to pass before upgrade but fails after the upgrade. I would have expected it to be the other way around since the fungible admin credentials have changed in the new version but not in the old version zetae2e is always the newest version even in the upgrade tests.
Per CI: 5e3c3ba was the last good commit, e6287e2 was the first known bad commit.
Describe the Bug
We're seeing this failure during the e2e upgrade tests at least four days in a row now:
https://github.com/zeta-chain/node/actions/runs/9631284749/job/26562890163
https://github.com/zeta-chain/node/actions/runs/9631284749/job/26562890163
https://github.com/zeta-chain/node/actions/runs/9623393708/job/26545820473
https://github.com/zeta-chain/node/actions/runs/9609092323/job/26502992592
erc20_deposit_and_call_refund
seems to pass before upgrade but fails after the upgrade.I would have expected it to be the other way around since the fungible admin credentials have changed in the new version but not in the old versionzetae2e is always the newest version even in the upgrade tests.Per CI: 5e3c3ba was the last good commit, e6287e2 was the first known bad commit.
Tested good commits:
Appears to have broken by ca9b90f / #2319. After
git revert ca9b90f8e953415c4babeea76ecb23848892ac2e
, the upgrade tests pass.The text was updated successfully, but these errors were encountered: