-
Notifications
You must be signed in to change notification settings - Fork 65
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
Random exception during test execution #481
Comments
Hi, @kemsky ! Do you define Allure fixtures with AllureBefore or AllureAfter ? If so, do you define steps in them? Do fixtures or steps have parameters? If yes, what types do you use? |
@delatrie, there is no AllureBefore or AllureAfter in my tests, also there are no steps at all. Some tests have
A couple of tests have Many tests are marked with |
Ok, thank you for your quick response. |
Approximately 1 out of 10 runs fails |
There are ~500 tests. |
My first impression is that there is a data race somewhere in our code. Does turning off the parallelization help? |
I'm submitting a ...
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce and, if possible, a minimal demo of the problem
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: