afs commented on issue #1477: URL: https://github.com/apache/jena/issues/1477#issuecomment-1250376590
After merging PR #1478, 2 of the github build actions failed: MacOS: https://github.com/apache/jena/actions/runs/3077784931 Windows: https://github.com/apache/jena/actions/runs/3077784687 ``` [INFO] Running org.apache.jena.riot.system.TS_RiotSystem Error: Tests run: 342, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.662 s <<< FAILURE! - in org.apache.jena.riot.system.TS_RiotSystem Error: lowLatencyParse(org.apache.jena.riot.system.TestAsyncParser) Time elapsed: 0.25 s <<< FAILURE! java.lang.AssertionError: Too many bytes consumed from input stream (60000) at org.apache.jena.riot.system.TestAsyncParser.lowLatencyParse(TestAsyncParser.java:188) ``` The Linux build passed. https://github.com/apache/jena/actions/runs/3077784184 The github actions are part of the code base and can be run on forked repos. Building in these different environments (GH actions, ASF Jenkins) can be challenging. They are virtualized and extremely long pauses can occur (I've seen pauses of over 30 seconds due to the virtual machine simply not running for a while). Can the test be made more robust? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
