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

HotTests option causes 30 second timeout after build.gradle change #751

Open
turkeylurkey opened this issue May 16, 2022 · 0 comments
Open

Comments

@turkeylurkey
Copy link
Member

Use LGP 3.3 and a project like demo-devmode. Start dev mode with:
gradle clean libertyDev --hotTests

After the server starts, edit the build.gradle and change the dependency providedCompile 'org.eclipse.microprofile:microprofile:4.1' to 3.3. Save the file.

Tests finished.
Tests will run automatically when changes are detected. You can also press the Enter key to run tests on demand.

CWWKM2010I: Searching for CWWKZ0003I: in /Users/paulg/WAS/devExperience/demo-devmode/build/wlp/usr/servers/defaultServer/logs/messages.log. This search will timeout after 30 seconds.
CWWKM2011E: Timed out searching for CWWKZ0003I: in /Users/paulg/WAS/devExperience/demo-devmode/build/wlp/usr/servers/defaultServer/logs/messages.log.

> Task :libertyDev
Running tests...

After the server starts dev mode runs the tests. After build.gradle is changed dev mode does not rebuild but it does attempt to run the tests. Dev mode times out waiting for an app update.

Should dev mode rebuild after a dependency is changed?
Should dev mode run the tests if no build was initiated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant