-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
@runClassInSeparateProcess
has the same effect as @runTestsInSeparateProcesses
#5230
Comments
@ArturGoldyn IIRC, you were the original author of this functionality. May I bother you to have a look? Thanks! |
I fail to see how this could have ever worked and wonder whether it actually ever did. I will stop looking into this issue now. I am open to review a pull request that fixes this issue, but at this point I am inclined to deprecate the functionality controlled by the |
It seems that some of the tests fail, because the option |
@runClassInSeparateProcess
has the same effect as @runTestsInSeparateProcesses
As previously reported in #3258,
@runClassInSeparateProcess
has the same effect as@runTestsInSeparateProcesses
.Unless I am mistaken (which I may well be), this can be proven by applying ...
... to augment an existing test:
If I understand the above correctly, then, indeed,
testTestMethodIsRunInSeparateProcess()
andtestTestMethodIsRunInSameProcessAsOtherTestMethodsOfThisTestClass()
are run in two separate processes and not in a single separate process.The text was updated successfully, but these errors were encountered: