ankithpraveen commented on PR #8634:
URL: https://github.com/apache/hadoop/pull/8634#issuecomment-5119876914

   I reran all three affected tests locally:
   
   Jenkins failures
   ```
   ./mvnw -pl :hadoop-hdfs 
-Dtest='TestDFSClientRetries#testLeaseRenewSocketTimeout' test
   Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
   BUILD SUCCESS
   ./mvnw -pl :hadoop-hdfs 
-Dtest='TestDFSClientRetries#testLeaseRenewAndDFSOutputStreamDeadLock' test
   Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
   BUILD SUCCESS
   ```
   
   GHA timeout (TestBackupNode took 1457s but Surefire fork timeout is 900s. 
This issue occurs in all recently opened PRs as well)
   
   ```
   ./mvnw -pl :hadoop-hdfs -Dtest='TestBackupNode' test
   Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
   BUILD SUCCESS
   ```
   
   These failures are all timeout issues and unrelated to the Commons upgrades.


-- 
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]

Reply via email to