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

clib: speed up integration test execution #3895

Merged
merged 1 commit into from
Jul 25, 2021
Merged

clib: speed up integration test execution #3895

merged 1 commit into from
Jul 25, 2021

Conversation

mwutzke
Copy link
Contributor

@mwutzke mwutzke commented Jul 24, 2021

For the multi-controller tests, the hard 'sleep()'s
are there to allow the host to process changes and
become idle once more. Instead of hard 'sleep()'s,
wait for the host to become idle once more.

This improves the speed at which tests make
progress, and improves the overall integration
test suite execute time.

For the multi-controller tests, the hard 'sleep()'s
are there to allow the host to process changes and
become idle once more.  Instead of hard 'sleep()'s,
wait for the host to become idle once more.

This improves the speed at which tests make
progress, and improves the overall integration
test suite execute time.
@anarkiwi anarkiwi merged commit 64923c9 into faucetsdn:master Jul 25, 2021
@mwutzke mwutzke deleted the testspeed branch July 25, 2021 22:23
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