delete data from influxdb after unit test
This commit is contained in:
parent
b9f68da4f1
commit
f3f098f3d2
@ -127,7 +127,7 @@ func runStorageTest(f func(test.TestStorageDriver, *testing.T), t *testing.T, bu
|
||||
t.Fatal(err)
|
||||
}
|
||||
// delete all data by the end of the call
|
||||
// defer client.Query(deleteAll)
|
||||
defer client.Query(deleteAll)
|
||||
|
||||
driver, err := New(machineName,
|
||||
tablename,
|
||||
|
Loading…
Reference in New Issue
Block a user