You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/08/09 19:52:23 UTC

[1/3] accumulo git commit: ACCUMULO-4397 Fix FastBulkImporIT timeout

Repository: accumulo
Updated Branches:
  refs/heads/1.8 4adeb4bcb -> 10da04b55
  refs/heads/master 0dc8ea7a3 -> 81cc8be9c


ACCUMULO-4397 Fix FastBulkImporIT timeout

Increase timeout to 120 seconds. 60 was too small for this test.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/10da04b5
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/10da04b5
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/10da04b5

Branch: refs/heads/1.8
Commit: 10da04b55d1c078e3e0a6f092d85a86c825ec609
Parents: 4adeb4b
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Aug 9 15:37:49 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Aug 9 15:37:49 2016 -0400

----------------------------------------------------------------------
 .../accumulo/test/performance/metadata/FastBulkImportIT.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/10da04b5/test/src/main/java/org/apache/accumulo/test/performance/metadata/FastBulkImportIT.java
----------------------------------------------------------------------
diff --git a/test/src/main/java/org/apache/accumulo/test/performance/metadata/FastBulkImportIT.java b/test/src/main/java/org/apache/accumulo/test/performance/metadata/FastBulkImportIT.java
index a74cb6b..cd8c9d5 100644
--- a/test/src/main/java/org/apache/accumulo/test/performance/metadata/FastBulkImportIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/performance/metadata/FastBulkImportIT.java
@@ -51,7 +51,7 @@ public class FastBulkImportIT extends ConfigurableMacBase {
 
   @Override
   protected int defaultTimeoutSeconds() {
-    return 60;
+    return 120;
   }
 
   @Override


[2/3] accumulo git commit: ACCUMULO-4397 Fix FastBulkImporIT timeout

Posted by ct...@apache.org.
ACCUMULO-4397 Fix FastBulkImporIT timeout

Increase timeout to 120 seconds. 60 was too small for this test.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/10da04b5
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/10da04b5
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/10da04b5

Branch: refs/heads/master
Commit: 10da04b55d1c078e3e0a6f092d85a86c825ec609
Parents: 4adeb4b
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Aug 9 15:37:49 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Aug 9 15:37:49 2016 -0400

----------------------------------------------------------------------
 .../accumulo/test/performance/metadata/FastBulkImportIT.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/10da04b5/test/src/main/java/org/apache/accumulo/test/performance/metadata/FastBulkImportIT.java
----------------------------------------------------------------------
diff --git a/test/src/main/java/org/apache/accumulo/test/performance/metadata/FastBulkImportIT.java b/test/src/main/java/org/apache/accumulo/test/performance/metadata/FastBulkImportIT.java
index a74cb6b..cd8c9d5 100644
--- a/test/src/main/java/org/apache/accumulo/test/performance/metadata/FastBulkImportIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/performance/metadata/FastBulkImportIT.java
@@ -51,7 +51,7 @@ public class FastBulkImportIT extends ConfigurableMacBase {
 
   @Override
   protected int defaultTimeoutSeconds() {
-    return 60;
+    return 120;
   }
 
   @Override


[3/3] accumulo git commit: Merge branch '1.8'

Posted by ct...@apache.org.
Merge branch '1.8'


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/81cc8be9
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/81cc8be9
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/81cc8be9

Branch: refs/heads/master
Commit: 81cc8be9cebd81a61641aaf5bb06d32fa97d8ce5
Parents: 0dc8ea7 10da04b
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Aug 9 15:52:02 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Aug 9 15:52:02 2016 -0400

----------------------------------------------------------------------
 .../accumulo/test/performance/metadata/FastBulkImportIT.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------