-
Notifications
You must be signed in to change notification settings - Fork 70
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
Simple JUnit Test fails when <parallel>
property is enabled in conditional agent mode
#648
Comments
@loicottet can you have a look please? |
This looks like the bug affecting configuration with origins emission. That fix should land shortly. @dnestoro could I get a complete reproducer to confirm whether this is the case? The test class and pom file are not complete |
The same failure occurs with the Gradle plugin as well. You can reproduce this failure if you run for example Steps to reproduce:
you should see the following failure:
cc @loicottet |
Describe the bug
Simple JUnit test fails when I pass `true in the pom xml.
To Reproduce
Test:
pom.xml:
Command:
The test should fail.
Remove
<parallel>true</parallel>
and the test should pass.Logs
System Info (please complete the following information):
Additional context
The test only fails with the latest GraalVM release. Previous releases don't have this issue.
The text was updated successfully, but these errors were encountered: