-
Notifications
You must be signed in to change notification settings - Fork 610
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
chore[e2e]: parse from result #5965
Merged
Merged
Conversation
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
czarcas7ic
added
V:state/compatible/no_backport
State machine compatible PR, depends on prior breaks
A:no-changelog
labels
Aug 5, 2023
Important Notice This PR includes modifications to the
Please let us know if you need any help. |
ValarDragon
approved these changes
Aug 7, 2023
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.
confirmed E2E only, just merging based on request
p0mvn
pushed a commit
that referenced
this pull request
Aug 29, 2023
* parse from result e2e * no err check for os.Remove * default node * more logging * fix * add mutex for IBC sends * clean up * add node level mutex * add wallet address across all validators * use any available node (chainA or chainB) * properly release nodes * mutex for addr rather than entire chain * faster epoch * remove use of public address * potential revert, remove node mutex * full remove node level mutex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Closes: #XXX
What is the purpose of the change
Various improvements to the e2e test suite, most importantly improving flakiness:
Testing and Verifying
Has run 20 times in a row now with no errors. Usually 1 in every 7 fail.
Documentation and Release Note
Unreleased
section ofCHANGELOG.md
?Where is the change documented?
x/{module}/README.md
)