cstamas commented on PR #1282:
URL: https://github.com/apache/maven/pull/1282#issuecomment-1796837365

   On Java 11 IT failures are:
   ```
   Error:  Failures: 
   Error:    
MavenITmng4368TimestampAwareArtifactInstallerTest.testitJarPackaging:153->AbstractMavenIntegrationTestCase.assertFalse:363->AbstractMavenIntegrationTestCase.assertFalse:367
 expected: <false> but was: <true>
   Error:    
MavenITmng5669ReadPomsOnce.testWithBuildConsumer:114->AbstractMavenIntegrationTestCase.assertTrue:359
 Duplicate items: org.apache.maven:maven:3.2.5
   org.apache.commons:commons-parent:52
   org.codehaus.plexus:plexus:10 ==> expected: <true> but was: <false>
   Error:    
MavenITmng5669ReadPomsOnce.testWithoutBuildConsumer:78->AbstractMavenIntegrationTestCase.assertTrue:359
 Duplicate items: org.apache.commons:commons-parent:52
   org.apache:apache:15
   org.apache.maven:maven-parent:25 ==> expected: <true> but was: <false>
   Error:  Errors: 
   Error:    
MavenITmng5175WagonHttpTest.testmng5175_ReadTimeOutFromSettings:124 » 
Verification Text not found in log: Read timed out
      
MavenITmng7470ResolverTransportTest.testResolverTransportDefault:106->performTest:97
 » Verification Text not found in log: [DEBUG] Using transporter HttpTransporter
   [INFO] 
   Error:  Tests run: 904, Failures: 3, Errors: 2, Skipped: 34
   ```
   
   Info:
   * we know about MavenITmng5669ReadPomsOnce, there is issue in model builder 
when using MT collector (and resolver 2.0.0 makes BF default that is MT)
   * MavenITmng5175WagonHttpTest is strange, is called "Wagon" but asserts that 
"apache" transport is used (is not, on Java11+ is jdk used)
   * the only questionable is MavenITmng4368TimestampAwareArtifactInstallerTest


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to