Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.2 dd3112d03 -> 94d4716e3


PHOENIX-4272 Dial down number of threads and repeats in ConcurrentMutationsIT


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/94d4716e
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/94d4716e
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/94d4716e

Branch: refs/heads/4.x-HBase-1.2
Commit: 94d4716e386d4ffb2e832f2b68e46794653c77a2
Parents: dd3112d
Author: Samarth Jain <[email protected]>
Authored: Tue Oct 3 13:53:32 2017 -0700
Committer: Samarth Jain <[email protected]>
Committed: Tue Oct 3 13:53:44 2017 -0700

----------------------------------------------------------------------
 .../java/org/apache/phoenix/end2end/ConcurrentMutationsIT.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/94d4716e/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsIT.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsIT.java
index e5f22da..d1f30c6 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsIT.java
@@ -215,9 +215,9 @@ public class ConcurrentMutationsIT extends 
ParallelStatsDisabledIT {
     }
     
     @Test
-    @Repeat(10)
+    @Repeat(5)
     public void testConcurrentUpserts() throws Exception {
-        int nThreads = 8;
+        int nThreads = 4;
         final int batchSize = 200;
         final int nRows = 51;
         final int nIndexValues = 23;

Reply via email to