influxdb/tsdb
Mark Rushakoff 8ab01c99c0 test(tsdb/tsm1): skip long tests in short mode
The tsdb/tsm1 package was one of the test suites that took the longest
to run in platform with go test -short. The rule of thumb on the Go
project is that short mode should skip any individual test that takes
longer than one second. This change skips two such tests, and it
eliminates a string concatenation loop in two other tests, so that they
report completion in "0.00s" rather than about 0.94s, on my machine.

These cumulative changes take `go test -short ./tsdb/tsm1` from about 14
seconds to about 7 seconds on my machine.
2018-11-16 08:06:23 -08:00
..
cursors chore: refactor reads service and make it consumable externally 2018-10-09 09:51:13 -06:00
internal regenerate internal protobuf with non-conflicting package 2018-10-01 12:03:19 +01:00
testdata Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
tsi1 final touches 2018-11-08 11:39:36 -07:00
tsm1 test(tsdb/tsm1): skip long tests in short mode 2018-11-16 08:06:23 -08:00
config.go config: clean up 2018-11-08 11:39:36 -07:00
cursor.go chore: refactor reads service and make it consumable externally 2018-10-09 09:51:13 -06:00
errors.go Integrate WAL into engine 2018-10-05 12:44:27 +01:00
explode.go reduce parsing and copying of tags 2018-11-15 20:45:16 +08:00
explode_test.go test(tsdb): add test for explode points 2018-11-12 17:36:33 -07:00
index.go config: clean up 2018-11-08 11:39:36 -07:00
index_test.go final touches 2018-11-08 11:39:36 -07:00
meta.go refactor: modify tooling to take advantage of go run 2018-10-15 11:01:27 -05:00
meta_test.go Remove the fields index 2018-10-15 10:22:07 -06:00
series_collection.go Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
series_collection_test.go Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
series_file.go final touches 2018-11-08 11:39:36 -07:00
series_file_test.go refactor: move the logger package from influxdb to platform 2018-10-10 15:49:07 -05:00
series_id.go chore(storage,tsdb): fix megacheck errors 2018-11-01 12:54:46 -07:00
series_id_test.go Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
series_index.go fix(tsdb): Fix series file tombstoning. 2018-10-08 14:16:11 -06:00
series_index_test.go Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
series_partition.go chore: add String method to FieldType 2018-10-26 08:24:18 -07:00
series_segment.go Get TSI tests passing 2018-10-01 12:08:37 +01:00
series_segment_test.go Remove the fields index 2018-10-15 10:22:07 -06:00
series_set.go fix(tsdb): eliminate data race from *SeriesIDSet.Clone 2018-11-13 08:12:38 -08:00
series_set_test.go fix(tsdb): eliminate data race from *SeriesIDSet.Clone 2018-11-13 08:12:38 -08:00