zerolbsony opened a new pull request, #3441:
URL: https://github.com/apache/fluss/pull/3441

   ### What's changed
   
   This fixes the flaky 
`CommitRemoteLogManifestITCase.testDeleteOutOfSyncReplicaLogAfterCommit` by 
waiting until the remote log manifest end offset reaches the expected produced 
offset. The previous helper only waited for the remote log manifest handle to 
exist, which could continue before the expected remote log segments were 
committed.
   
   ### Verification
   
   ```
   env JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.jdk/Contents/Home 
PATH=/Library/Java/JavaVirtualMachines/jdk-11.jdk/Contents/Home/bin:$PATH 
./mvnw -pl fluss-server -am -DskipITs=false -DskipTests=false 
-DfailIfNoTests=false 
-Dtest=CommitRemoteLogManifestITCase#testDeleteOutOfSyncReplicaLogAfterCommit 
-Dmaven.compiler.useIncrementalCompilation=false clean test
   ```
   
   Closes #3440


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

Reply via email to