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

Fix flaky tests #3

Merged
merged 1 commit into from
Sep 2, 2015
Merged

Fix flaky tests #3

merged 1 commit into from
Sep 2, 2015

Conversation

lpinca
Copy link
Member

@lpinca lpinca commented Aug 21, 2015

Right now some tests are not reliable because they assume to be started exactly at a given time.

If these tests are started exactly at the beginning of a millisecond the assumption is respected and they pass, but the test runner may start them at the end of a millisecond making them fail.

This makes sure that they are always run at the beginning of a millisecond.

P.S. I don't like the current fix but it's the only one I could think of. If you have a better one, please share.

3rd-Eden added a commit that referenced this pull request Sep 2, 2015
@3rd-Eden 3rd-Eden merged commit 8972ea4 into master Sep 2, 2015
@3rd-Eden 3rd-Eden deleted the tests branch September 2, 2015 08:59
@3rd-Eden
Copy link
Member

3rd-Eden commented Sep 2, 2015

Sorry that I left this hanging for so long, I thought i already merged it.

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.

None yet

2 participants