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

intermittent test io.helidon.build.cli.tests.CliDistributionTest #939

Closed
romain-grecourt opened this issue Jun 6, 2023 · 0 comments · Fixed by #940
Closed

intermittent test io.helidon.build.cli.tests.CliDistributionTest #939

romain-grecourt opened this issue Jun 6, 2023 · 0 comments · Fixed by #940
Assignees
Milestone

Comments

@romain-grecourt
Copy link
Contributor

[INFO] Running io.helidon.build.cli.tests.CliDistributionTest
[ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 2, Time elapsed: 0.672 s <<< FAILURE! - in io.helidon.build.cli.tests.CliDistributionTest
[ERROR] io.helidon.build.cli.tests.CliDistributionTest.testShellCreateProject  Time elapsed: 0.405 s  <<< ERROR!
java.lang.IllegalThreadStateException: process hasn't exited
	at java.base/java.lang.ProcessImpl.exitValue(ProcessImpl.java:460)
	at io.helidon.build.cli.tests.CliDistributionTest.runCreateProjectTest(CliDistributionTest.java:131)
	at io.helidon.build.cli.tests.CliDistributionTest.testShellCreateProject(CliDistributionTest.java:87)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants