Skip to content

Commit

Permalink
[HWKMETRICS-749] Re-enable testFindAllDataFromBucket
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm authored and Michael Burman committed Feb 14, 2018
1 parent 9aa767c commit d4e02b6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
Expand Up @@ -229,9 +229,7 @@ public void findAllMetricsPartitionKeys() throws Exception {
assertEquals(metrics.size(), 4);
}

// Temporarily disabled because of frequent, intermittent failures on travis that hold up PRs
// HWKMETRICS-749 was created as a reminder to fix it.
@Test(enabled = false)
@Test
void testFindAllDataFromBucket() throws Exception {
String tenantId = "t1";
long start = now().getMillis();
Expand Down
Expand Up @@ -28,15 +28,7 @@
import org.hawkular.metrics.datetime.DateTimeService;
import org.joda.time.DateTime;

import com.datastax.driver.core.AggregateMetadata;
import com.datastax.driver.core.Cluster;
import com.datastax.driver.core.FunctionMetadata;
import com.datastax.driver.core.KeyspaceMetadata;
import com.datastax.driver.core.MaterializedViewMetadata;
import com.datastax.driver.core.SchemaChangeListener;
import com.datastax.driver.core.Session;
import com.datastax.driver.core.TableMetadata;
import com.datastax.driver.core.UserType;

import rx.schedulers.Schedulers;

Expand Down
Expand Up @@ -49,11 +49,9 @@
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;

import com.datastax.driver.core.ResultSet;
import com.datastax.driver.core.ResultSetFuture;
import com.datastax.driver.core.Row;
import com.datastax.driver.core.TableMetadata;
import com.datastax.driver.core.exceptions.InvalidQueryException;
import com.google.common.base.MoreObjects;
import com.google.common.collect.Sets;
import com.google.common.util.concurrent.Futures;
Expand Down

0 comments on commit d4e02b6

Please sign in to comment.