mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-16 17:34:52 -06:00
post-merge fixups
This commit is contained in:
parent
3dc6c2cd56
commit
6a915152c7
@ -1,11 +1,13 @@
|
||||
package io.nosqlbench.engine.clients.grafana.analyzer;
|
||||
|
||||
import io.nosqlbench.engine.clients.grafana.transfer.GDashboard;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
public class GrafanaRegionAnalyzerTest {
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testGetQueries() {
|
||||
GrafanaRegionAnalyzer gra = new GrafanaRegionAnalyzer();
|
||||
gra.setBaseUrl("http://44.242.139.57:3000/");
|
||||
|
@ -126,7 +126,7 @@
|
||||
<dependency>
|
||||
<groupId>io.nosqlbench</groupId>
|
||||
<artifactId>driver-pulsar</artifactId>
|
||||
<version>4.15.12-SNAPSHOT</version>
|
||||
<version>4.15.13-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<!-- <dependency>-->
|
||||
|
Loading…
Reference in New Issue
Block a user