Open
Description
In the dev-it bucket the tests wait for dev mode to start using the line:
verifyLogMessageExists("Liberty is running in dev mode."
Unfortunately after dev mode prints this message it continues to compile the app and test source and also registers directories to detect file changes. Tests which depend on compilation or file changes must wait for this extra work to complete.
The tests should add a line to wait for "Source compilation was successful" and also a bit longer for the directory registration to complete. Potentially dev mode could give an additional indication directory registration is complete.
BaseDevTest and DevTest are affected by this issue.
This change may cause some of the existing tests to be modified.
Metadata
Metadata
Assignees
Type
Projects
Status
New Issues