[FOLIO-1662] platform-core#snapshot tests do not correctly exit Created: 15/Dec/18 Updated: 03/Jun/20 Resolved: 17/Dec/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P1 |
| Reporter: | Zak Burke | Assignee: | Zak Burke |
| Resolution: | Done | Votes: | 0 |
| Labels: | sprint53 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||
| Sprint: | |||||||||||||
| Description |
|
The "UI Regression Test" step of the Jenkins > Automation > folio-snapshot job does not run to completion. Expected behaviorThe yarn test-regression step would run to completion. Actual behaviorThe yarn test-regression process stalls and is eventually killed off:
Timeout has been exceeded
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at hudson.remoting.Request.call(Request.java:177)
at hudson.remoting.Channel.call(Channel.java:954)
at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1085)
Because the step does not run to completion, the entire workflow is aborted and no notification is sent to slack. This may be the result of a Nightmare process not calling exit at the end of its tests, though this should have been resolved in
|