prometheus/storage/local
beorn7 22d3a4311a Increase waiting time in TestEvictAndLoadChunkDescs
The test had become flaky with Go1.5.

Theory here is that with Go1.5.x, sleeping for 10ms might not be
enough to wake up another goroutine, possibly because it is used for
GC. 50ms should always be enough due to GC pause guarantees with the
new GC.
2015-09-14 21:09:46 +02:00
..
codable Replace metric.LabelPair with model.LabelPair 2015-08-22 13:32:13 +02:00
fixtures/b0 Add benchmark for loading chunks and chunk descs. 2015-03-19 19:28:21 +01:00
index Fix some dead code, missing error checks, shadowings. 2015-09-14 12:21:34 +02:00
chunk.go Replace metric.SamplePair with model.SamplePair 2015-08-22 14:52:35 +02:00
crashrecovery.go Fix some dead code, missing error checks, shadowings. 2015-09-14 12:21:34 +02:00
delta.go Replace metric.SamplePair with model.SamplePair 2015-08-22 14:52:35 +02:00
delta_helpers.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
doubledelta.go Replace metric.SamplePair with model.SamplePair 2015-08-22 14:52:35 +02:00
instrumentation.go Test chunkDesc eviction and loading 2015-07-16 13:09:13 +02:00
interface.go Move COWMetric into storage/metric package 2015-08-25 11:59:07 +02:00
locker.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
locker_test.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
mapper.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
mapper_test.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
persistence.go Fix some dead code, missing error checks, shadowings. 2015-09-14 12:21:34 +02:00
persistence_test.go Replace metric.SamplePair with model.SamplePair 2015-08-22 14:52:35 +02:00
preload.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
series.go Fix most golint warnings. 2015-08-26 12:44:46 +02:00
storage.go Fix some dead code, missing error checks, shadowings. 2015-09-14 12:21:34 +02:00
storage_test.go Increase waiting time in TestEvictAndLoadChunkDescs 2015-09-14 21:09:46 +02:00
test_helpers.go Fix some dead code, missing error checks, shadowings. 2015-09-14 12:21:34 +02:00