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 the timing out flakiness revealed in dataset_map_test.go #57

Open
justicezyx opened this issue Jul 27, 2016 · 2 comments
Open

Fix the timing out flakiness revealed in dataset_map_test.go #57

justicezyx opened this issue Jul 27, 2016 · 2 comments
Assignees

Comments

@justicezyx
Copy link
Collaborator

Frequent test timing out happened in the Travis CI. The error message usually looks like:

cogroup testing start...
panic: test timed out after 1m30s

Find the root cause and eliminate the flakiness.

@justicezyx justicezyx self-assigned this Jul 27, 2016
@justicezyx
Copy link
Collaborator Author

672d457 might already fix the bug (or one of them) that causes timing out.

Will keep monitoring the status of Travis CI build.

@justicezyx
Copy link
Collaborator Author

adef028 fixes a similar issue as 672d457, but the same test timing out still appears.

We need to track down the similar issues as fixed in these 2 commits. And look for other potential causes.

Another difficulty in fixing the time out is that it cannot be reproduced on my local desktop, even with a very large number of repeated runs. I tried once to run the 'go test -race' command for several hours, and there is no timing out.

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

No branches or pull requests

1 participant