tsdb/chunks/head_chunks_test.go: Fix typo (#7953)

tsdb/db_test.go: Fix typo

Signed-off-by: Jorge Vallecillo <jorgevallecilloc@gmail.com>
This commit is contained in:
Jorge Vallecillo 2020-09-20 11:42:01 -06:00 committed by GitHub
parent b5b3bc34da
commit 7aa5fb01bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ func TestHeadReadWriter_Truncate(t *testing.T) {
var timeToTruncate, timeToTruncateAfterRestart int64
addChunk := func() int {
mint := timeRange + 1 // Just after the the new file cut.
mint := timeRange + 1 // Just after the new file cut.
maxt := timeRange + fileTimeStep - 1 // Just before the next file.
// Write a chunks to set maxt for the segment.

View File

@ -196,7 +196,7 @@ func TestDataAvailableOnlyAfterCommit(t *testing.T) {
func TestNoPanicAfterWALCorrutpion(t *testing.T) {
db := openTestDB(t, &Options{WALSegmentSize: 32 * 1024}, nil)
// Append until the the first mmaped head chunk.
// Append until the first mmaped head chunk.
// This is to ensure that all samples can be read from the mmaped chunks when the WAL is corrupted.
var expSamples []tsdbutil.Sample
var maxt int64