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

api_tests/light_validation_skip_cfa does not work in Savanna mode #156

Closed
linh2931 opened this issue May 17, 2024 · 0 comments · Fixed by #162
Closed

api_tests/light_validation_skip_cfa does not work in Savanna mode #156

linh2931 opened this issue May 17, 2024 · 0 comments · Fixed by #162
Assignees
Labels
👍 lgtm OCI Work exclusive to OCI team

Comments

@linh2931
Copy link
Member

When I made light_validation_skip_cfa run in Legacy and Savanna modes as

BOOST_AUTO_TEST_CASE_TEMPLATE( light_validation_skip_cfa, T, testers ) try {
    T chain(setup_policy::full);

I got

warn  2024-05-16T19:42:01.350 unit_test api_tests.cpp:924             test_method          ] 3030001 unlinkable_block_exception: Unlinkable block
unlinkable block 0000000d97d90b43e800f6cf47555109db4ef1945bcb9c3a4d980b6eb0b17768 previous 0000000c51e97e99bd8a698c89808bc4d4a13951aba234124adc82a8778c3b7d not in fork db
    {"id":"0000000d97d90b43e800f6cf47555109db4ef1945bcb9c3a4d980b6eb0b17768","p":"0000000c51e97e99bd8a698c89808bc4d4a13951aba234124adc82a8778c3b7d"}
    unit_test  controller.cpp:3904 operator()

3030001 unlinkable_block_exception: Unlinkable block
unlinkable block 0000000d97d90b43e800f6cf47555109db4ef1945bcb9c3a4d980b6eb0b17768 previous 0000000c51e97e99bd8a698c89808bc4d4a13951aba234124adc82a8778c3b7d not in fork db
    {"id":"0000000d97d90b43e800f6cf47555109db4ef1945bcb9c3a4d980b6eb0b17768","p":"0000000c51e97e99bd8a698c89808bc4d4a13951aba234124adc82a8778c3b7d"}
    unit_test  controller.cpp:3904 operator()
rethrow
    {}
    unit_test  api_tests.cpp:924 test_method

unknown location(0): fatal error: in "api_tests/light_validation_skip_cfa<eosio__testing__savanna_tester>": std::runtime_error: Caught Unexpected Exception
lh@lh-NUC13ANKi5:~$

This is the only test in api_tests not working in Savanna.

@enf-ci-bot enf-ci-bot moved this to Todo in Team Backlog May 17, 2024
@arhag arhag added 👍 lgtm and removed triage labels May 17, 2024
@arhag arhag added this to the Savanna: Production-Ready milestone May 17, 2024
@arhag arhag added bug The product is not working as was intended. and removed bug The product is not working as was intended. labels May 17, 2024
@heifner heifner self-assigned this May 17, 2024
@heifner heifner added the OCI Work exclusive to OCI team label May 17, 2024
@heifner heifner moved this from Todo to In Progress in Team Backlog May 17, 2024
heifner added a commit that referenced this issue May 17, 2024
heifner added a commit that referenced this issue May 18, 2024
Test: Modify light_validation_skip_cfa to work for both savanna and legacy
@github-project-automation github-project-automation bot moved this from In Progress to Done in Team Backlog May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👍 lgtm OCI Work exclusive to OCI team
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants