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

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


The following commit(s) were added to refs/heads/master by this push:
     new 020dd0b  PHOENIX-6106 Speed up ConcurrentMutationsExtendedIT.
020dd0b is described below

commit 020dd0b92b7b860fdd9f8b3d62e36af8de8ec9f7
Author: Lars <la...@apache.org>
AuthorDate: Wed Aug 26 20:02:57 2020 -0700

    PHOENIX-6106 Speed up ConcurrentMutationsExtendedIT.
---
 .../java/org/apache/phoenix/end2end/ConcurrentMutationsExtendedIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsExtendedIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsExtendedIT.java
index d35451a..9389d0c 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsExtendedIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsExtendedIT.java
@@ -227,7 +227,7 @@ public class ConcurrentMutationsExtendedIT extends 
ParallelStatsDisabledIT {
         verifyIndexTable(tableName, indexName, conn);
     }
 
-    @Test @Repeat(5)
+    @Test
     public void testConcurrentUpserts() throws Exception {
         int nThreads = 4;
         final int batchSize = 200;

Reply via email to