Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Slider 0.60
-
None
-
slider June 2, Slider July #1, Slider August #1, Slider August #2, Slider September #1, Slider October #1
Description
when an AM doesn't start in a functional test the log message is simply that the app didn't come up in the time limit.
We can do better: on a launch failure
- enum the app records for that app instance name
- grab the latest one
- print it to the junit log
- include it in the failure exception thrown
This will make launch failure causes more obvious, and enable more meaningful bug reports to be filed