rich7420 commented on PR #9236:
URL: https://github.com/apache/ozone/pull/9236#issuecomment-3484439585
@sarvekshayr , @adoroszlai
I've solved three flaky tests:
TestDirectoryDeletingServiceWithFSO
testAOSKeyDeletingWithSnapshotCreateParallelExecution
testPurgeKeysRequestBatching
At same time, I noticed that there are another flaky errors in
TestKeyDeletingService.
Those ci errors are:
https://github.com/rich7420/ozone/actions/runs/19059156680/job/54438742937
and https://github.com/rich7420/ozone/actions/runs/19059657393/job/54437261000
```
Error:
TestKeyDeletingService$Normal.checkIfDeleteServiceIsDeletingKeys:237 ยป Timeout
Timed out waiting for condition. Thread diagnostics:
Error: Tests run: 15, Failures: 0, Errors: 5, Skipped: 0
...
===
Error: Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
152.1 s <<< FAILURE! -- in
org.apache.hadoop.ozone.om.service.TestKeyDeletingService$Normal
Error:
org.apache.hadoop.ozone.om.service.TestKeyDeletingService$Normal.testSnapshotDeepClean
-- Time elapsed: 124.2 s <<< ERROR!
java.util.concurrent.TimeoutException:
Timed out waiting for condition. Thread diagnostics:
...
```
--
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]