Merge pull request #510 from yeya24/patch/fixtypo

fix two typos in db_test
This commit is contained in:
Ganesh Vernekar 2019-01-29 11:51:03 +05:30 committed by GitHub
commit a29ab50a20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1604,9 +1604,9 @@ func TestCorrectNumTombstones(t *testing.T) {
// TestBlockRanges checks the following use cases: // TestBlockRanges checks the following use cases:
// - No samples can be added with timestamps lower than the last block maxt. // - No samples can be added with timestamps lower than the last block maxt.
// - The compactor doesn't create overlaping blocks // - The compactor doesn't create overlapping blocks
// even when the last blocks is not within the default boundaries. // even when the last blocks is not within the default boundaries.
// - Lower bondary is based on the smallest sample in the head and // - Lower boundary is based on the smallest sample in the head and
// upper boundary is rounded to the configured block range. // upper boundary is rounded to the configured block range.
// //
// This ensures that a snapshot that includes the head and creates a block with a custom time range // This ensures that a snapshot that includes the head and creates a block with a custom time range