[1/2] hadoop git commit: MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with timeout. Contributed by Gergely Novák. (cherry picked from commit de96d7c88a42cd54bd88ce2de631229

2016-04-13 Thread junping_du
Repository: hadoop
Updated Branches:
  refs/heads/branch-2.7 2ee244ac2 -> b4d24d7b0


MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with 
timeout. Contributed by Gergely Novák.
(cherry picked from commit de96d7c88a42cd54bd88ce2de63122998e967efa)
(cherry picked from commit 5574f827991cfc3d14f71184296866d387ed174f)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/683f313c
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/683f313c
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/683f313c

Branch: refs/heads/branch-2.7
Commit: 683f313c1f14e3455b39df32b5444fde6eff94d2
Parents: 2ee244a
Author: Junping Du 
Authored: Wed Apr 6 08:32:35 2016 -0700
Committer: Junping Du 
Committed: Wed Apr 13 08:59:22 2016 -0700

--
 .../java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/683f313c/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
--
diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
index 6ebbb7c..3ccc222 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
@@ -45,7 +45,7 @@ public class TestJobListCache {
 cache.values().size());
   }
 
-  @Test (timeout = 1000)
+  @Test (timeout = 5000)
   public void testEviction() throws InterruptedException {
 int maxSize = 2;
 JobListCache cache = new JobListCache(maxSize, 1000);



hadoop git commit: MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with timeout. Contributed by Gergely Novák. (cherry picked from commit de96d7c88a42cd54bd88ce2de63122998e967

2016-04-13 Thread junping_du
Repository: hadoop
Updated Branches:
  refs/heads/branch-2.8 f3dbabb13 -> 80c151b88


MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with 
timeout. Contributed by Gergely Novák.
(cherry picked from commit de96d7c88a42cd54bd88ce2de63122998e967efa)
(cherry picked from commit 5574f827991cfc3d14f71184296866d387ed174f)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/80c151b8
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/80c151b8
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/80c151b8

Branch: refs/heads/branch-2.8
Commit: 80c151b889b81c4ae25fd046d4c9dabec9383e35
Parents: f3dbabb
Author: Junping Du 
Authored: Wed Apr 6 08:32:35 2016 -0700
Committer: Junping Du 
Committed: Wed Apr 13 08:58:24 2016 -0700

--
 .../java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/80c151b8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
--
diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
index 6ebbb7c..3ccc222 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
@@ -45,7 +45,7 @@ public class TestJobListCache {
 cache.values().size());
   }
 
-  @Test (timeout = 1000)
+  @Test (timeout = 5000)
   public void testEviction() throws InterruptedException {
 int maxSize = 2;
 JobListCache cache = new JobListCache(maxSize, 1000);



[05/37] hadoop git commit: MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with timeout. Contributed by Gergely Novák.

2016-04-11 Thread aengineer
MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with 
timeout. Contributed by Gergely Novák.


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

Branch: refs/heads/HDFS-1312
Commit: de96d7c88a42cd54bd88ce2de63122998e967efa
Parents: b41e65e
Author: Junping Du 
Authored: Wed Apr 6 08:32:35 2016 -0700
Committer: Junping Du 
Committed: Wed Apr 6 08:32:35 2016 -0700

--
 .../java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/de96d7c8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
--
diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
index 6ebbb7c..3ccc222 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
@@ -45,7 +45,7 @@ public class TestJobListCache {
 cache.values().size());
   }
 
-  @Test (timeout = 1000)
+  @Test (timeout = 5000)
   public void testEviction() throws InterruptedException {
 int maxSize = 2;
 JobListCache cache = new JobListCache(maxSize, 1000);



[24/50] [abbrv] hadoop git commit: MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with timeout. Contributed by Gergely Novák.

2016-04-07 Thread wangda
MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with 
timeout. Contributed by Gergely Novák.


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

Branch: refs/heads/YARN-3368
Commit: de96d7c88a42cd54bd88ce2de63122998e967efa
Parents: b41e65e
Author: Junping Du 
Authored: Wed Apr 6 08:32:35 2016 -0700
Committer: Junping Du 
Committed: Wed Apr 6 08:32:35 2016 -0700

--
 .../java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/de96d7c8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
--
diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
index 6ebbb7c..3ccc222 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
@@ -45,7 +45,7 @@ public class TestJobListCache {
 cache.values().size());
   }
 
-  @Test (timeout = 1000)
+  @Test (timeout = 5000)
   public void testEviction() throws InterruptedException {
 int maxSize = 2;
 JobListCache cache = new JobListCache(maxSize, 1000);



[37/50] [abbrv] hadoop git commit: MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with timeout. Contributed by Gergely Novák.

2016-04-07 Thread aengineer
MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with 
timeout. Contributed by Gergely Novák.


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

Branch: refs/heads/HDFS-7240
Commit: de96d7c88a42cd54bd88ce2de63122998e967efa
Parents: b41e65e
Author: Junping Du 
Authored: Wed Apr 6 08:32:35 2016 -0700
Committer: Junping Du 
Committed: Wed Apr 6 08:32:35 2016 -0700

--
 .../java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/de96d7c8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
--
diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
index 6ebbb7c..3ccc222 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
@@ -45,7 +45,7 @@ public class TestJobListCache {
 cache.values().size());
   }
 
-  @Test (timeout = 1000)
+  @Test (timeout = 5000)
   public void testEviction() throws InterruptedException {
 int maxSize = 2;
 JobListCache cache = new JobListCache(maxSize, 1000);



hadoop git commit: MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with timeout. Contributed by Gergely Novák. (cherry picked from commit de96d7c88a42cd54bd88ce2de63122998e967

2016-04-06 Thread junping_du
Repository: hadoop
Updated Branches:
  refs/heads/branch-2 1371f993a -> 5574f8279


MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with 
timeout. Contributed by Gergely Novák.
(cherry picked from commit de96d7c88a42cd54bd88ce2de63122998e967efa)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5574f827
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5574f827
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5574f827

Branch: refs/heads/branch-2
Commit: 5574f827991cfc3d14f71184296866d387ed174f
Parents: 1371f99
Author: Junping Du 
Authored: Wed Apr 6 08:32:35 2016 -0700
Committer: Junping Du 
Committed: Wed Apr 6 08:35:51 2016 -0700

--
 .../java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/5574f827/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
--
diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
index 6ebbb7c..3ccc222 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
@@ -45,7 +45,7 @@ public class TestJobListCache {
 cache.values().size());
   }
 
-  @Test (timeout = 1000)
+  @Test (timeout = 5000)
   public void testEviction() throws InterruptedException {
 int maxSize = 2;
 JobListCache cache = new JobListCache(maxSize, 1000);



hadoop git commit: MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with timeout. Contributed by Gergely Novák.

2016-04-06 Thread junping_du
Repository: hadoop
Updated Branches:
  refs/heads/trunk b41e65e5b -> de96d7c88


MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with 
timeout. Contributed by Gergely Novák.


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

Branch: refs/heads/trunk
Commit: de96d7c88a42cd54bd88ce2de63122998e967efa
Parents: b41e65e
Author: Junping Du 
Authored: Wed Apr 6 08:32:35 2016 -0700
Committer: Junping Du 
Committed: Wed Apr 6 08:32:35 2016 -0700

--
 .../java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/de96d7c8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
--
diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
index 6ebbb7c..3ccc222 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
@@ -45,7 +45,7 @@ public class TestJobListCache {
 cache.values().size());
   }
 
-  @Test (timeout = 1000)
+  @Test (timeout = 5000)
   public void testEviction() throws InterruptedException {
 int maxSize = 2;
 JobListCache cache = new JobListCache(maxSize, 1000);