HDDS-13466. Intermittent timeout in TestOmSnapshot#9471
HDDS-13466. Intermittent timeout in TestOmSnapshot#9471adoroszlai merged 3 commits intoapache:masterfrom
Conversation
Change-Id: Ia1bb3f9bdd199bf7c652b25f158556c8b0b24c10
|
Please run flaky-test-check in your fork for |
Thanks, this looks promising. However, it looks like |
|
Any idea how I can trigger the native build in the framework? |
Adding |
Change-Id: I712916db194af2f906fad8bbfc130093cbc6a928
|
The previous run timed out after 6 hours https://github.com/swamirishi/ozone/actions/runs/20133765218/job/57781800484 |
|
@adoroszlai the splits passed can this be merged? |
adoroszlai
left a comment
There was a problem hiding this comment.
Thanks @swamirishi for the fix.
| - name: Build (most) of Ozone | ||
| run: | | ||
| args="-DskipRecon -DskipShade -Dmaven.javadoc.skip=true" | ||
| args="-DskipRecon -DskipShade -Dmaven.javadoc.skip=true ${{ github.event.inputs.maven_additional_args }}" |
There was a problem hiding this comment.
Instead of the generic "additional args" I'd prefer adding -Drocks_tools_native to match normal integration check.
| args="-DskipRecon -DskipShade -Dmaven.javadoc.skip=true ${{ github.event.inputs.maven_additional_args }}" | |
| args="-DskipRecon -DskipShade -Dmaven.javadoc.skip=true -Drocks_tools_native" |
| fi | ||
|
|
||
| args="-DexcludedGroups=native|slow|unhealthy -DskipShade" | ||
| args="-DexcludedGroups=native|slow|unhealthy -DskipShade ${{ github.event.inputs.maven_additional_args }}" |
There was a problem hiding this comment.
| args="-DexcludedGroups=native|slow|unhealthy -DskipShade ${{ github.event.inputs.maven_additional_args }}" | |
| args="-DexcludedGroups=slow|unhealthy -DskipShade -Drocks_tools_native" |
| maven_additional_args: | ||
| description: Additional Maven build arguments | ||
| default: '' | ||
| required: false |
There was a problem hiding this comment.
| maven_additional_args: | |
| description: Additional Maven build arguments | |
| default: '' | |
| required: false |
Change-Id: Iee168bb4eeb16351d52062f027ddeaf51888c633
|
@adoroszlai can I merge this? |
|
Thanks @swamirishi for the fix. |
What changes were proposed in this pull request?
Fix OmSnapshotTest to close snapshots in snapshot cache every 100 ms to ensure too many files are not open. Fix individual test to also close all snapshots opened in the test to ensure miniozone cluster shuts down correctly
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-13466
How was this patch tested?
Fixing existing tests