afs commented on issue #3008: URL: https://github.com/apache/jena/issues/3008#issuecomment-2722359437
From #3063: 1. It is only on github actions 1. It is almost always one of a few tests that fail e.g. `TestFusekiShaclValidation.shacl_no_data_graph` 1. Very occasionally a different test will fail. 1. One server per test seems more reliable than one server per test suite. 1. Java17 fails more often than java21. 1. Not stopping any servers and just leaving them lying around does not fix the problem. 1. Re-running job seems very likely to succeed (GH platform caching/load issue?) At the moment, I have a trial system where the problem tests are isolated in their own test suite. I'm running it on my personal GH account so as not to drown the ASF project. https://github.com/afs/jena/tree/tests-experiment `TestFusekiShaclValidation.shacl_no_data_graph` will intermittently fail when run in its own test suite with its own server setup. The test is single threaded and the server side-operation does execute and does log returning the expected 404 but the test does not receive the response ("0 bytes"). -- 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]
