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

Parallelization broke correctness of goPackagesInRepo. #5

Closed
dmitshur opened this issue May 26, 2014 · 1 comment
Closed

Parallelization broke correctness of goPackagesInRepo. #5

dmitshur opened this issue May 26, 2014 · 1 comment
Assignees
Labels

Comments

@dmitshur
Copy link
Member

With 1 thread, seeing len(goPackagesInRepo) was 144. With 64 threads, len(goPackagesInRepo) was only 20.

Problem introduced in 72cf809.

@dmitshur dmitshur added the bug label May 26, 2014
@dmitshur dmitshur self-assigned this May 26, 2014
@dmitshur dmitshur changed the title 72cf8093ffc16c796e2280fd1aa57e4bae5499b6 broke correctness of goPackagesInRepo. Parallelization broke correctness of goPackagesInRepo. May 26, 2014
@dmitshur
Copy link
Member Author

dmitshur commented Jun 2, 2014

Fixed as of 0025a24.

@dmitshur dmitshur closed this as completed Jun 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant