-
Notifications
You must be signed in to change notification settings - Fork 285
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
fix(iroha2-connector): fix flaky tests to solve #2370 and #2373 #2381
fix(iroha2-connector): fix flaky tests to solve #2370 and #2373 #2381
Conversation
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.
@outSH LGTM just please try to make the commit subject a little more unique. If neither of the file paths of the test cases fit in the subject because they are too long for the linter then I would at least include the two issue numbers in the subject as well just so that it's easy to distinguish this commit from the other commits in the future that will do the same thing (flaky tests are something that always comes up even if we disappear all of them at once new race conditions get added all the time)
ce04851
to
f433ad9
Compare
@petermetz Sure thing, done :) |
f433ad9
to
d774951
Compare
d774951
to
4e0a574
Compare
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.
Dummy change request so that we don't accidentally merge this before the other orgs approval.
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.
LGTM
4e0a574
to
9aa8c83
Compare
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.
LGTM.
Dismissing dummy change request as now we have atleast 2 orgs approval
…and hyperledger-cacti#2373 - Use waitForCommit for all transactions used in test suites to prevent spurious CI test failures. Closes: hyperledger-cacti#2370 Closes: hyperledger-cacti#2373 Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
9aa8c83
to
0e16601
Compare
Closes: #2370
Closes: #2373