-
Notifications
You must be signed in to change notification settings - Fork 31
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
Concurrent Map Read/Write Panic When Running Tests #158
Labels
Comments
Additional information:
|
sehqlr
referenced
this issue
Aug 19, 2016
sehqlr
referenced
this issue
Aug 22, 2016
BrianHicks
added a commit
that referenced
this issue
Aug 22, 2016
…n-#158 [GRAPH] Fix #158, add triggering files, add tests
BrianHicks
pushed a commit
that referenced
this issue
Dec 22, 2016
Based on my research, the panic came from the call to graph.Walk within graph.Copy. With help from @BrianHicks, I was able to: 1. fix the bug with new, simpler logic for graph.Copy 2. those hcl files that triggered the race condition 3. add a blackbox test, which works with the hcl files 4. add a benchmark test case for testing parallel copies
BrianHicks
referenced
this issue
Dec 22, 2016
BrianHicks
referenced
this issue
Dec 22, 2016
…is-llc/converge into fix/graph-copy-race-condition-#158
BrianHicks
referenced
this issue
Dec 22, 2016
BrianHicks
added a commit
that referenced
this issue
Dec 22, 2016
…n-#158 [GRAPH] Fix #158, add triggering files, add tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A concurrent map read/write caused a panic while runing
make test
on branchfeature/resource-return-refactor
.Output:
The text was updated successfully, but these errors were encountered: