We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I made light_validation_skip_cfa run in Legacy and Savanna modes as
light_validation_skip_cfa
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.
api_tests
The text was updated successfully, but these errors were encountered:
GH-156 Modify test to work for both savanna and legacy
dbeb974
GH-156 Fix some unused warnings
3695c84
Merge pull request #162 from AntelopeIO/GH-156-test
ea3324e
Test: Modify light_validation_skip_cfa to work for both savanna and legacy
heifner
Successfully merging a pull request may close this issue.
When I made
light_validation_skip_cfa
run in Legacy and Savanna modes asI got
This is the only test in
api_tests
not working in Savanna.The text was updated successfully, but these errors were encountered: