-
Notifications
You must be signed in to change notification settings - Fork 268
Open
Description
The test_owner_edits_visible_before_and_after_minting_owner_token fails during the Owner token contract deployment step on Arbitrum. The same problem is not happing when executed from desktop app.
Impact
High occurrence, low impact.
To reproduce
- Checkout 20c0a79
- Setup prerequisites for functional tests (Docker, Anvil, etc.)
- Get funded account and Infura provider token for Arbitrum.
- Prepare
status-go/tests-functional/.envaccording to example.env.example - cd tests-functional
- pytest -k test_owner_edits_visible_before_and_after_minting_owner_token
Expected behavior
Clarity on why the deployment reverts. With potential improvements in test or in backend itself. Revert reason to get propagated in error message back to the caller.
Screenshots/logs
FAILED tests/test_wakuext_community_token_permissions.py::TestCommunityTokenPermissions::test_owner_edits_visible_before_and_after_minting_owner_token - clients.api.ApiResponseError: {'code': -32000, 'message': '{"code":"0","details":"Arbitrum One.error: execution reverted (eth_EstimateGas)"}'}
test_owner_edits_visible_before_and_after_minting_owner_token_backend.log
test_owner_edits_visible_before_and_after_minting_owner_token.log
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels