Metadata
- Source
- FLUID-6622
- Type
- Improvement
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- Antranig Basman
- Reporter
- Justin Obara
- Created
2021-05-13T15:12:28.218-0400 - Updated
2021-05-13T15:13:20.534-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- IoC Testing Framework
Description
Currently when a sequence in the IoC testing framework times out because an event didn't fire, jqUnit remains locked up. In the browser you can find the error in the console. However, in CI (GitHub actions) it just idles till the CI task times out after 20 min, and no errors are reported in its logs. However, the logs do stop at the last completed test.
It would be helpful if the task was unblocked so that the test could complete and the error that is logged in the console is output to the CI logs.
Attachments
Comments
-
Justin Obara commented
2021-05-13T15:13:20.534-0400 "2_test (ubuntu-latest, 14.x).txt" are example logs pulled from a failing CI build.