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

BUG: Unittest with -race flag fail #49

Open
Isan-Rivkin opened this issue Feb 11, 2020 · 1 comment
Open

BUG: Unittest with -race flag fail #49

Isan-Rivkin opened this issue Feb 11, 2020 · 1 comment
Assignees
Labels
bug Something isn't working component-watcher

Comments

@Isan-Rivkin
Copy link
Contributor

Isan-Rivkin commented Feb 11, 2020

When running make test-race the tests fail because of different concurrency problems that need to be solved. Mostly because of concurrent read/writes to hashmaps.

Expected Behavior

make test-race should pass and be called be the CI.

@Isan-Rivkin Isan-Rivkin added bug Something isn't working component-watcher labels Feb 11, 2020
@Isan-Rivkin Isan-Rivkin changed the title BUG: Unittest rance condition BUG: Unittest with -race flag fail Feb 11, 2020
@Isan-Rivkin Isan-Rivkin mentioned this issue Feb 11, 2020
25 tasks
@kaplanelad kaplanelad self-assigned this Feb 29, 2020
@kaplanelad
Copy link
Contributor

I have started to work on this issue.
finish with /statusbay/api module, see PR: #175

Continue with the rest of the modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component-watcher
Projects
None yet
Development

No branches or pull requests

2 participants