Skip to content

Commit

Permalink
[HWKMETRICS-200] fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sanda committed Aug 12, 2015
1 parent 15dcbd0 commit 9076871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
import static org.hawkular.metrics.core.api.MetricType.COUNTER;
import static org.hawkular.metrics.core.impl.TimeUUIDUtils.getTimeUUID;

import static com.datastax.driver.core.BatchStatement.Type.UNLOGGED;

import java.nio.ByteBuffer;
import java.util.List;
import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ public void createTenants() throws Exception {
assertDataRetentionsIndexMatches(t1.getId(), GAUGE, ImmutableSet.of(new Retention(
new MetricId(t1.getId(), GAUGE, makeSafe(GAUGE.getText())), 1)));
assertDataRetentionsIndexMatches(t1.getId(), AVAILABILITY, ImmutableSet.of(new Retention(
new MetricId(t1.getId(), AVAILABILITY, "[" + AVAILABILITY.getText() + "]"),
hours(24).toStandardSeconds().getSeconds())));
new MetricId(t1.getId(), AVAILABILITY, makeSafe(AVAILABILITY.getText())), 1)));
}

@Test
Expand Down

0 comments on commit 9076871

Please sign in to comment.