delete data from influxdb after unit test

This commit is contained in:
Nan Monnand Deng 2014-09-05 17:39:34 -04:00
parent b9f68da4f1
commit f3f098f3d2

View File

@ -127,7 +127,7 @@ func runStorageTest(f func(test.TestStorageDriver, *testing.T), t *testing.T, bu
t.Fatal(err) t.Fatal(err)
} }
// delete all data by the end of the call // delete all data by the end of the call
// defer client.Query(deleteAll) defer client.Query(deleteAll)
driver, err := New(machineName, driver, err := New(machineName,
tablename, tablename,