You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@paimon.apache.org by lz...@apache.org on 2024/04/08 03:51:02 UTC

(paimon) branch master updated: [core] Fix the unstable testRollbackToTagWithChangelogDecoupled (#3166)

This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 64f0e04ff [core] Fix the unstable testRollbackToTagWithChangelogDecoupled (#3166)
64f0e04ff is described below

commit 64f0e04ff3abfb6f55194e890412b214757a9c8c
Author: Aitozi <ai...@apache.org>
AuthorDate: Mon Apr 8 11:50:57 2024 +0800

    [core] Fix the unstable testRollbackToTagWithChangelogDecoupled (#3166)
---
 .../test/java/org/apache/paimon/table/PrimaryKeyFileStoreTableTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/paimon-core/src/test/java/org/apache/paimon/table/PrimaryKeyFileStoreTableTest.java b/paimon-core/src/test/java/org/apache/paimon/table/PrimaryKeyFileStoreTableTest.java
index 3357c9f7d..43d338eb8 100644
--- a/paimon-core/src/test/java/org/apache/paimon/table/PrimaryKeyFileStoreTableTest.java
+++ b/paimon-core/src/test/java/org/apache/paimon/table/PrimaryKeyFileStoreTableTest.java
@@ -1458,7 +1458,7 @@ public class PrimaryKeyFileStoreTableTest extends FileStoreTableTestBase {
 
     @Test
     public void testRollbackToTagWithChangelogDecoupled() throws Exception {
-        int commitTimes = ThreadLocalRandom.current().nextInt(100) + 5;
+        int commitTimes = ThreadLocalRandom.current().nextInt(100) + 6;
         FileStoreTable table =
                 createFileStoreTable(
                         options ->