-
Notifications
You must be signed in to change notification settings - Fork 10
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
Change default setup_policy
of libtester to transition to Savanna
#205
Merged
Merged
Changes from 29 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
864550b
Make default tester and validating_tester transition to Savanna by de…
linh2931 070b207
Update deep-mind test log file
linh2931 4e3cafc
Update finality_test_cluster to use setup_policy::full_except_do_not_…
linh2931 98c7afb
Update finality_tests to use validating_tester_not_transition_to_sava…
linh2931 46e81c2
Update finalizer_update_tests to use validating_tester_not_transition…
linh2931 285ce2b
Update producer_schedule_if_tests to use legacy_validating_tester bef…
linh2931 410838e
Update producer_schedule_tests to use legacy_validating_tester as tho…
linh2931 e451405
unittests/protocol_feature_tests.cpp
linh2931 3d91e0d
Update restart_chain_tests
linh2931 3fbc1a6
Keep using Legacy tester temporarily in eosio_system_tester until sys…
linh2931 8c64321
Use Legacy tester for forked_tests as they test Legacy forking
linh2931 9ff8d13
Keep using Legacy tester temporarily in state_history_tests until the…
linh2931 609a52c
Merge branch 'main' into default_tester
linh2931 f992317
Update deep-mind.log
linh2931 a41c1dc
Adapt producer_snapshot_tests to run under both Savanna and Legacy
linh2931 9d509b4
Temporarily use legacy_validating_tester for chain_tests/replace_prod…
linh2931 c94aac5
Merge branch 'main' into default_tester
linh2931 3e7c6f4
Split wasm_tests further so they can be finished under the CICD time …
linh2931 f720243
Merge branch 'main' into default_tester
linh2931 c2c7f44
Temporarily change referencecontracts target to fix_failures_by_defau…
linh2931 6756752
Further split api_tests so they can finish within CICD limits
linh2931 d1cc2b5
Merge branch 'main' into default_tester
linh2931 675cdd1
Fix a merging conflict
linh2931 449b8ff
Add a comment about why legacy_validating_tester is used and fix anot…
linh2931 d48fe41
Update applicable producer_schedule_tests to run under Legacy and Sav…
linh2931 e7fca35
Use a constexpr instead hardcoded values for base block nu,ber for Sa…
linh2931 4fa0af1
Split memory_trap_1_check_throw test
linh2931 faa9075
Add missing set property for memory_trap_1_check_throw_1 and memory_t…
linh2931 95a82f3
Merge branch 'main' into default_tester
linh2931 d03a45e
Add a comments about the tests in forked_tests are for Legacy only.
linh2931 9906718
Add a comment about why legacy_tester is used in state_history_tests…
linh2931 d40a1c5
Rename validating_tester_not_transition_to_savanna to legacy_validati…
linh2931 470da12
Update producer_snapshot_tests
linh2931 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
"prerelease":true | ||
}, | ||
"referencecontracts":{ | ||
"ref":"main" | ||
"ref":"fix_failures_by_default_tester" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Remember to change back after merge.
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.
Done by #233