Skip to content

Commit 599fdd3

Browse files
committed
bugfix getAndClearSlowQueries test
1 parent 489accd commit 599fdd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/arangodb/ArangoDatabaseTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,8 @@ public void run() {
928928

929929
@Test
930930
public void getAndClearSlowQueries() {
931+
db.clearSlowQueries();
932+
931933
final QueryTrackingPropertiesEntity properties = db.getQueryTrackingProperties();
932934
final Long slowQueryThreshold = properties.getSlowQueryThreshold();
933935
properties.setSlowQueryThreshold(1L);

0 commit comments

Comments
 (0)