-
Notifications
You must be signed in to change notification settings - Fork 555
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
Consider using the race detector #191
Comments
Interesting idea, anyone is welcome to tackle this. |
I think this would be great in that tool you've been thinking of creating @mholt... |
This is really handy feature in ginkgo. Ginkgo also allows you to randomize tests which is handy to make sure you aren't relying on order in your tests. |
I hate to resurrect an old issue, but does this mean that the race detector will not be supported in the UI or is that still planned? |
+1 for supporting race detector in Web UI or in cmd interface (like |
Let's look into supporting the race detector tool. It would be especially nice if the GUI would raise a flag if there's a race condition. It could be optional (we have an options drop-down panel to facilitate that).
The text was updated successfully, but these errors were encountered: