hboutemy commented on PR #1323: URL: https://github.com/apache/maven-javadoc-plugin/pull/1323#issuecomment-4697932437
on my laptop: ``` [INFO] --- invoker:3.10.1:integration-test (integration-test) @ maven-javadoc-plugin --- [INFO] Building: MJAVADOC-338_downloadSources/pom.xml [INFO] MJAVADOC-338_downloadSources/pom.xml ............. SUCCESS (4.048 s) [INFO] Building: MJAVADOC-620_no-dot-in-version/pom.xml [INFO] MJAVADOC-620_no-dot-in-version/pom.xml ........... SUCCESS (5.743 s) ... ``` but on CI ``` [INFO] --- invoker:3.10.1:integration-test (integration-test) @ maven-javadoc-plugin --- [INFO] Building: MJAVADOC-571_aggr-empty-sourcepaths/pom.xml [INFO] MJAVADOC-571_aggr-empty-sourcepaths/pom.xml ...... SUCCESS (8.006 s) [INFO] Building: MJAVADOC-634-module-testreports/pom.xml [INFO] MJAVADOC-634-module-testreports/pom.xml .......... SUCCESS (5.968 s) ... many ITs ... [INFO] Building: MJAVADOC-338_downloadSources/pom.xml [INFO] Assertion failed: ``` I guess it's the order of execution that counts: multiple ITs download the lib, then the assertion fails when the lib was downloaded by a previous IT flacky IT... -- 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]
