Skip to content
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

[6/x][lamport] Improve stability of full-node-tests #6667

Merged
merged 1 commit into from
Dec 8, 2022

Conversation

amnn
Copy link
Member

@amnn amnn commented Dec 8, 2022

These tests were failing intermitently because of timing issues when run on a follow-up commit. In one case, increase a sleep to give full node a chance to catch up. In another case, make the test less sensitive to ordering.

Test Plan

sui$ cargo simtest -E 'binary(full_node_tests)'

These tests were failing intermitently because of timing issues when
run on a follow-up commit.  In one case, increase a sleep to give full
node a chance to catch up.  In another case, make the test less
sensitive to ordering.

Test Plan:

```
sui$ cargo simtest -E 'binary(full_node_tests)'
```
@amnn amnn merged commit 320bcae into MystenLabs:main Dec 8, 2022
@amnn amnn deleted the lamport-6-full-node-test-stability branch December 8, 2022 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants