You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by yu...@apache.org on 2013/11/19 18:01:31 UTC

[1/3] git commit: remove unnecessary(and failing) test

Updated Branches:
  refs/heads/cassandra-2.0 f65156733 -> 47724e6b7
  refs/heads/trunk 88fbdb11e -> 3958a0099


remove unnecessary(and failing) test


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

Branch: refs/heads/cassandra-2.0
Commit: 47724e6b732b1ec97d7736ba75f314a96311d489
Parents: f651567
Author: Yuki Morishita <yu...@apache.org>
Authored: Tue Nov 19 11:00:41 2013 -0600
Committer: Yuki Morishita <yu...@apache.org>
Committed: Tue Nov 19 11:00:41 2013 -0600

----------------------------------------------------------------------
 .../apache/cassandra/service/StorageServiceServerTest.java    | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/47724e6b/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java b/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java
index 7189a26..503a730 100644
--- a/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java
+++ b/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java
@@ -263,11 +263,4 @@ public class StorageServiceServerTest
         assert primaryRanges.size() == 1;
         assert primaryRanges.contains(new Range<Token>(new StringToken("B"), new StringToken("C")));
     }
-    
-    @Test
-    public void testGetOperationMode()
-    {
-    	String operationMode = StorageService.instance.getOperationMode();
-    	assert operationMode.equals("STARTING");
-    }
 }


[2/3] git commit: remove unnecessary(and failing) test

Posted by yu...@apache.org.
remove unnecessary(and failing) test


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

Branch: refs/heads/trunk
Commit: 47724e6b732b1ec97d7736ba75f314a96311d489
Parents: f651567
Author: Yuki Morishita <yu...@apache.org>
Authored: Tue Nov 19 11:00:41 2013 -0600
Committer: Yuki Morishita <yu...@apache.org>
Committed: Tue Nov 19 11:00:41 2013 -0600

----------------------------------------------------------------------
 .../apache/cassandra/service/StorageServiceServerTest.java    | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/47724e6b/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java b/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java
index 7189a26..503a730 100644
--- a/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java
+++ b/test/unit/org/apache/cassandra/service/StorageServiceServerTest.java
@@ -263,11 +263,4 @@ public class StorageServiceServerTest
         assert primaryRanges.size() == 1;
         assert primaryRanges.contains(new Range<Token>(new StringToken("B"), new StringToken("C")));
     }
-    
-    @Test
-    public void testGetOperationMode()
-    {
-    	String operationMode = StorageService.instance.getOperationMode();
-    	assert operationMode.equals("STARTING");
-    }
 }


[3/3] git commit: Merge branch 'cassandra-2.0' into trunk

Posted by yu...@apache.org.
Merge branch 'cassandra-2.0' into trunk


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

Branch: refs/heads/trunk
Commit: 3958a009912cd4360607dc13a96cad474614dd87
Parents: 88fbdb1 47724e6
Author: Yuki Morishita <yu...@apache.org>
Authored: Tue Nov 19 11:00:50 2013 -0600
Committer: Yuki Morishita <yu...@apache.org>
Committed: Tue Nov 19 11:00:50 2013 -0600

----------------------------------------------------------------------
 .../apache/cassandra/service/StorageServiceServerTest.java    | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------