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

tsdb/db_test.go: Fix typo

Signed-off-by: Jorge Vallecillo <jorgevallecilloc@gmail.com>
pull/7065/head
Jorge Vallecillo 4 years ago committed by GitHub
parent b5b3bc34da
commit 7aa5fb01bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

@ -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

Loading…
Cancel
Save