afs commented on PR #4041: URL: https://github.com/apache/jena/pull/4041#issuecomment-4890383070
Do not merge! JUnit issue: https://github.com/junit-team/junit-framework/issues/5837 Fix: https://github.com/junit-team/junit-framework/pull/5839 Solution: Wait for 6.1.2. Jena does not need 6.1.2. (It can be worked around by adding a non-dynamic test class to `@SelectClasses` but then the workaround should be reversed) ---- This breaks the build. It happens for test suites which have all parameterized or generated tests. ``` [ERROR] Errors: [ERROR] org.apache.jena.riot.lang.rdfxml.rrx.TS_RRX.<beforeAll> [ERROR] Run 1: TS_RRX » NoTestsDiscovered Suite [org.apache.jena.riot.lang.rdfxml.rrx.TS_RRX] did not discover any tests [INFO] Run 2: PASS ... ``` ``` [ERROR] org.apache.jena.sparql.negation.TS_Negation.<beforeAll> [ERROR] Run 1: TS_Negation » NoTestsDiscovered Suite [org.apache.jena.sparql.negation.TS_Negation] did not discover any tests [INFO] Run 2: PASS. ... ``` ``` [ERROR] org.apache.jena.sparql.transaction.TS_Transaction.<beforeAll> [ERROR] Run 1: TS_Transaction » NoTestsDiscovered Suite [org.apache.jena.sparql.transaction.TS_Transaction] did not discover any tests [INFO] Run 2: PASS ... ``` -- 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]
