Skip to content

Conversation

@adoroszlai
Copy link
Contributor

What changes were proposed in this pull request?

integration (flaky) re-runs a few times, if necessary, until they pass, but [ERROR] appears in the log for each failure. Example:

[WARNING] Flakes: 
[WARNING] org.apache.hadoop.fs.ozone.TestLeaseRecovery.testGetCommittedBlockLengthTimeout(boolean)[1]
[ERROR]   Run 1: TestLeaseRecovery.testGetCommittedBlockLengthTimeout:400->closeIgnoringOMException:123 expected: <KEY_UNDER_LEASE_RECOVERY> but was: <KEY_NOT_FOUND>
[INFO]   Run 2: PASS
[INFO] 
[WARNING] org.apache.hadoop.fs.ozone.TestLeaseRecovery.testGetCommittedBlockLengthTimeout(boolean)[2]
[ERROR]   Run 1: TestLeaseRecovery.testGetCommittedBlockLengthTimeout:390 expected: <3> but was: <0>
[INFO]   Run 2: PASS
[INFO] 
[INFO] 
[WARNING] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Flakes: 2

This was flagged by _post_process.sh as a problem, failing integration (flaky) in the end.

Therefore, use only test results to determine its status.

https://issues.apache.org/jira/browse/HDDS-13307

How was this patch tested?

Regular CI:
https://github.com/adoroszlai/ozone/actions/runs/15773378890

Flaky test check (to verify status is reported correctly):

Copy link
Contributor

@sadanand48 sadanand48 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @adoroszlai for the patch , LGTM

@adoroszlai adoroszlai merged commit af3a0f0 into apache:master Jun 20, 2025
43 checks passed
@adoroszlai
Copy link
Contributor Author

Thanks @sadanand48 for the review.

@adoroszlai adoroszlai deleted the HDDS-13307 branch June 20, 2025 09:41
aswinshakil added a commit to aswinshakil/ozone that referenced this pull request Jun 23, 2025
…239-container-reconciliation

Commits: 9

05567e6 HDDS-13317. Table should support empty array/String (apache#8676)
803fa31 HDDS-13313. Bump maven-javadoc-plugin to 3.11.2 (apache#8672)
774b3ee HDDS-13315. Bump log4j2 to 2.25.0 (apache#8670)
b86fad8 HDDS-13316. Bump commons-text to 1.13.1 (apache#8669)
c043be7 HDDS-13312. Bump maven-patch-plugin to 1.3 (apache#8673)
db6ed84 HDDS-13294. Remove the Table.close() method. (apache#8658)
e1365a7 HDDS-13286. Fail stream write when the volume is full.  (apache#8644)
af3a0f0 HDDS-13307. integration (flaky) fails with all tests passing (apache#8667)
d207c18 HDDS-13301. Fix TestSchemaOneBackwardsCompatibility (apache#8666)

Conflicts:
	hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/helpers/ContainerUtils.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants