cstamas commented on PR #11723:
URL: https://github.com/apache/maven/pull/11723#issuecomment-3911210490
Something is off here, ITs consistently report these errors:
```
[INFO]
Error: Failures:
Error:
MavenITmng4235HttpAuthDeploymentChecksumsTest.testit:154->AbstractMavenIntegrationTestCase.fail:148
deployedResource DeployedResource{httpMethod='PUT',
requestUri='/repo/org/apache/maven/its/mng4235/test/0.1/test-0.1.jar',
contentLength='null', transferEncoding='chunked'} use chunked transfert
encoding some http server doesn't support that
Error:
MavenITmng4470AuthenticatedDeploymentToProxyTest.testitRelease:179->testit:210->AbstractMavenIntegrationTestCase.fail:148
deployedResource DeployedResource{httpMethod='PUT',
requestUri='/repo/org/apache/maven/its/mng4470/release/1.0/release-1.0.jar',
contentLength='null', transferEncoding='chunked'} use chunked transfert
encoding some http server doesn't support that
Error:
MavenITmng4470AuthenticatedDeploymentToProxyTest.testitSnapshot:189->testit:210->AbstractMavenIntegrationTestCase.fail:148
deployedResource DeployedResource{httpMethod='PUT',
requestUri='/repo/org/apache/maven/its/mng4470/snapshot/1.0-SNAPSHOT/snapshot-1.0-20260216.224343-1.jar',
contentLength='null', transferEncoding='chunked'} use chunked transfert
encoding some http server doesn't support that
[INFO]
Error: Tests run: 1028, Failures: 3, Errors: 0, Skipped: 45
```
What is IMO OFF, is that these are old ITs 4235, 4470... and these same
tests should run with Maven 3 as well, but there they pass? Resolver has same
changes in http/apache transport....
This needs to be looked into.
--
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]