Skip to content

Commit

Permalink
cleanup on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abh1nay committed May 17, 2013
1 parent aaf95d0 commit 995b30a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Expand Up @@ -119,7 +119,6 @@ public void setUp() {

}

@SuppressWarnings({ "rawtypes", "unchecked" })
@Test
public void testThreading() {

Expand Down
Expand Up @@ -237,11 +237,8 @@ public void rebalance() {
node1.getSocketPort(),
node1.getAdminPort(),
ImmutableList.of(0, 1));
long deleted = adminClient.storeMntOps.deletePartitions(0,
STORE_NAME,
ImmutableList.of(0, 1),
null);
assert deleted > 0;
adminClient.storeMntOps.deletePartitions(0, STORE_NAME, ImmutableList.of(0, 1), null);

newCluster = new Cluster(cluster.getName(),
ImmutableList.of(newNode0, newNode1),
Lists.newArrayList(cluster.getZones()));
Expand Down

0 comments on commit 995b30a

Please sign in to comment.