-
Notifications
You must be signed in to change notification settings - Fork 68
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
IF: Integration tests enabled for instant-finality (Part 1) #2124
Conversation
…ion_test & get_account_test to use instant-finality.
…f_test. Run nested_container_multi_index_test.py with instant-finality enabled.
…ibuted_transactions_if_lr_test
…ctions_lr_test & distributed_transactions_if_lr_test as they are too resource intense for ci/cd
… for now until GH-2057 complete
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those should be checked in as soon as possible so we don't introduce new bugs while busy writing large amount of new code.
Note:start |
Adding additional integration tests for instant-finality
There are more that need to be added, but this set gives us much more coverage than we currently have. Merging this now, and will add additional tests in a (Part 2).