prometheus/storage/remote
Callum Styan 1518083168
Rw testability improvements (#6537)
* Change createTimeseries to take values for number of series and number
of samples per series.

Signed-off-by: Callum Styan <callumstyan@gmail.com>

* Take num of samples to expect in expectSampleCount instead of array of
samples.

Signed-off-by: Callum Styan <callumstyan@gmail.com>

* Add field to TestStorageClient to ignore samples sent waitgroup for
potential tests where we don't care about delivery of all samples.

Signed-off-by: Callum Styan <callumstyan@gmail.com>

* Fix up tests a little bit.

Signed-off-by: Callum Styan <callumstyan@gmail.com>
2020-02-25 11:10:57 -08:00
..
chunked.go
chunked_test.go
client.go Make remote client Store use passed context (#6673) 2020-01-27 07:43:20 -07:00
client_test.go
codec.go Fixed second bug. 2020-02-17 18:03:57 +00:00
codec_test.go
ewma.go
intern.go
intern_test.go Fix order of testutil.Equals (#6695) 2020-01-27 12:21:59 +00:00
max_gauge.go
queue_manager.go reset counter after collecting metric (#6798) 2020-02-09 20:51:21 -07:00
queue_manager_test.go Rw testability improvements (#6537) 2020-02-25 11:10:57 -08:00
read.go Don't sort postings if we only have one block. 2020-01-28 09:14:56 +00:00
read_test.go pass registerer from storage to queue manager for its metrics (#6728) 2020-02-03 13:47:03 -08:00
storage.go Unify Iterator interfaces. All point to storage now. 2020-02-17 18:03:54 +00:00
storage_test.go pass registerer from storage to queue manager for its metrics (#6728) 2020-02-03 13:47:03 -08:00
write.go Unify Iterator interfaces. All point to storage now. 2020-02-17 18:03:54 +00:00
write_test.go pass registerer from storage to queue manager for its metrics (#6728) 2020-02-03 13:47:03 -08:00