diff --git a/remote.test b/remote.test deleted file mode 100755 index 34ced68abb..0000000000 Binary files a/remote.test and /dev/null differ diff --git a/storage/remote/queue_manager_test.go b/storage/remote/queue_manager_test.go index 2aa7ac9d2e..3b7e9efd59 100644 --- a/storage/remote/queue_manager_test.go +++ b/storage/remote/queue_manager_test.go @@ -1328,7 +1328,7 @@ func BenchmarkSampleSend(b *testing.B) { cfg.MaxShards = 20 // todo: test with new proto type(s) - m := newTestQueueManager(b, cfg, mcfg, defaultFlushDeadline, c, config.RemoteWriteProtoMsgV1) + m := newTestQueueManager(b, cfg, mcfg, defaultFlushDeadline, c, config.RemoteWriteProtoMsgV2) m.StoreSeries(series, 0) // These should be received by the client.