Skip to content

Conversation

jmaitrehenry
Copy link

We have a bug with the parallelization of our tests, we could receive message from other tests in the middle of current tests and the current implementation of the reporter doesn't support that.

For fixing it, we need to remove break in the loop. For large codebase, it could be an issue, the other solutions is to use a map where the key will be the packageName and testName. What do you think?

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

Successfully merging this pull request may close these issues.

1 participant