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

eosio_system_part2_tests failed in Savanna #169

Closed
linh2931 opened this issue May 20, 2024 · 1 comment · Fixed by #212 or #183
Closed

eosio_system_part2_tests failed in Savanna #169

linh2931 opened this issue May 20, 2024 · 1 comment · Fixed by #212 or #183
Assignees
Labels
👍 lgtm OCI Work exclusive to OCI team

Comments

@linh2931
Copy link
Member

...unittests/eosio.system_tests.cpp(1816): fatal error: in "eosio_system_part2_tests/producers_upgrade_system_contract": critical check success() == push_action_msig( "alice1111111"_n, "propose"_n, mvo() ("proposer", "alice1111111"_n) ("proposal_name", "upgrade1") ("trx", trx) ("requested", prod_perms) ) has failed [ != assertion failure with message: transaction authorization failed]
0 exception: unspecified
rethrow
    {}
    unit_test  eosio.system_tests.cpp:1870 test_method

unknown location(0): fatal error: in "eosio_system_part2_tests/producers_upgrade_system_contract": std::runtime_error: Caught Unexpected Exception
...unittests/eosio.system_tests.cpp(1816): last checkpoint
.../unittests/eosio.system_tests.cpp(1957): fatal error: in "eosio_system_part2_tests/producer_onblock_check": critical check true == all_21_produced has failed [true != false]
0 exception: unspecified
rethrow
    {}
    unit_test  eosio.system_tests.cpp:1966 test_method

unknown location(0): fatal error: in "eosio_system_part2_tests/producer_onblock_check": std::runtime_error: Caught Unexpected Exception
.../unittests/eosio.system_tests.cpp(1957): last checkpoint
@arhag
Copy link
Member

arhag commented May 20, 2024

We want to figure out the root cause of these two failures and capture it in a more minimal test that does not use the system contract.

@arhag arhag added this to the Savanna: Production-Ready milestone May 20, 2024
@heifner heifner moved this from Todo to In Progress in Team Backlog May 21, 2024
heifner added a commit that referenced this issue May 21, 2024
@heifner heifner added the OCI Work exclusive to OCI team label May 21, 2024
@BenjaminGormanPMP BenjaminGormanPMP moved this from In Progress to Awaiting Review in Team Backlog May 21, 2024
@arhag arhag assigned linh2931 and unassigned heifner May 21, 2024
@heifner heifner removed the OCI Work exclusive to OCI team label May 21, 2024
@AntelopeIO AntelopeIO deleted a comment from linh2931 May 24, 2024
heifner added a commit that referenced this issue May 27, 2024
@heifner heifner assigned heifner and unassigned linh2931 May 27, 2024
@heifner heifner added the OCI Work exclusive to OCI team label May 27, 2024
@heifner heifner moved this from Awaiting Review to In Progress in Team Backlog May 27, 2024
heifner added a commit that referenced this issue May 28, 2024
heifner added a commit that referenced this issue May 28, 2024
Update eosio.prods auth under savanna
@github-project-automation github-project-automation bot moved this from In Progress to Done in Team Backlog May 28, 2024
@heifner heifner reopened this May 28, 2024
@github-project-automation github-project-automation bot moved this from Done to Todo in Team Backlog May 28, 2024
heifner added a commit that referenced this issue May 30, 2024
Update eosio.system_tests, get_producers_tests, and ram_tests unittests to run in Legacy & Savanna
@github-project-automation github-project-automation bot moved this from Todo to Done in Team Backlog May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment