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

Automated test fails to stop server in testCustomStartParametersClearedOnConfigRemoval #1224

Closed
turkeylurkey opened this issue Jan 13, 2025 · 1 comment
Assignees
Labels
automated tests bug Something isn't working

Comments

@turkeylurkey
Copy link
Member

During automated testing we often see this error:
GradleSingleModMPProjectTest > testCustomStartParametersClearedOnConfigRemoval() FAILED org.opentest4j.AssertionFailedError: testCustomStartParametersClearedOnConfigRemoval:validateLibertyServerStopped: Exit. Timed out waiting for message CWWKE0036I in log:D:\a\liberty-tools-intellij\liberty-tools-intellij\liberty-tools-intellij\src\test\resources\projects\gradle\singleModGradleMP\build\wlp\usr\servers\defaultServer\logs\messages.log

at io.openliberty.tools.intellij.it.TestUtils.validateLibertyServerStopped(TestUtils.java:106)

Only one test fails:
152 tests completed, 1 failed, 16 skipped

We can see the server started in the terminal but the Stop action is not working:
image

@turkeylurkey
Copy link
Member Author

Fixed by #1216

@github-project-automation github-project-automation bot moved this from In Review to Sprint Closed in Open Liberty Developer Experience Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated tests bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

1 participant