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

Close gaps in generate features dev mode flow integration tests #1395

Open
7 of 11 tasks
kathrynkodama opened this issue Jan 26, 2022 · 0 comments
Open
7 of 11 tasks

Close gaps in generate features dev mode flow integration tests #1395

kathrynkodama opened this issue Jan 26, 2022 · 0 comments
Assignees
Labels
devMode generateFeatures Issues that target the generateFeatures branch

Comments

@kathrynkodama
Copy link
Contributor

kathrynkodama commented Jan 26, 2022

Generate features is currently enabled for all of the dev mode integration tests, see
ci.maven: #1368 and #1370
ci.gradle: OpenLiberty/ci.gradle#689 and OpenLiberty/ci.gradle#692

We need to add assert statements to verify that generate features is running at the correct time in the dev mode flow:

  • Generate features is running on dev mode startup
  • Generate features is running after a Java change and is generating the correct new features
  • Generate features does not run if there are compilation errors
  • "o" and Enter to optimize features
  • Toggling feature generation on/off with "g" hotkey
  • All of the above for multi module Maven projects (Kathryn to investigate)

The following cases may depend on #1389

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devMode generateFeatures Issues that target the generateFeatures branch
Projects
Development

No branches or pull requests

2 participants