You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ke...@apache.org on 2014/10/07 21:37:25 UTC

git commit: Disable flaky test

Repository: incubator-aurora
Updated Branches:
  refs/heads/master fab67b256 -> c1c394b51


Disable flaky test

Testing Done:
./gradlew -Pq build

Bugs closed: AURORA-798

Reviewed at https://reviews.apache.org/r/26375/


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

Branch: refs/heads/master
Commit: c1c394b51ef11c1f8ce3de30dd7820a25ae374f3
Parents: fab67b2
Author: Kevin Sweeney <ke...@apache.org>
Authored: Tue Oct 7 12:36:49 2014 -0700
Committer: Kevin Sweeney <ke...@apache.org>
Committed: Tue Oct 7 12:36:49 2014 -0700

----------------------------------------------------------------------
 .../org/apache/aurora/scheduler/state/LockManagerImplTest.java     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/c1c394b5/src/test/java/org/apache/aurora/scheduler/state/LockManagerImplTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/aurora/scheduler/state/LockManagerImplTest.java b/src/test/java/org/apache/aurora/scheduler/state/LockManagerImplTest.java
index c9ec8e5..d3c9041 100644
--- a/src/test/java/org/apache/aurora/scheduler/state/LockManagerImplTest.java
+++ b/src/test/java/org/apache/aurora/scheduler/state/LockManagerImplTest.java
@@ -38,6 +38,7 @@ import org.apache.aurora.scheduler.storage.testing.StorageTestUtil;
 import org.easymock.EasyMock;
 import org.easymock.IAnswer;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.ExpectedException;
@@ -164,6 +165,7 @@ public class LockManagerImplTest extends EasyMockTest {
 
   // Test for regression of AURORA-702.
   @Test
+  @Ignore("Flaky test - see https://issues.apache.org/jira/browse/AURORA-798")
   public void testNoDeadlock() throws Exception {
     final StorageTestUtil storageUtil = new StorageTestUtil(this);