You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate features runs on restart, "r" + Enter (Paul)
Consider scenarios where generate features fails (ie. ensure that install features does not run, the dev mode flow continues, etc)
Optimize generate features runs after server.xml changes. Specifically test for feature removal. If feature(s) are removed from server.xml that are needed, they should be generated. (Trevor)
The text was updated successfully, but these errors were encountered:
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:
The following cases may depend on #1389
The text was updated successfully, but these errors were encountered: