prometheus/tsdb/wlog
György Krajcsovits b94c87bea6 fix(test): TestCheckpoint segment size too low
The segment size was too low for the additional NHCB data, thus it created
more segments then expected. This meant that less were in the lower
numbered segments, which meant more was kept.

FAIL: TestCheckpoint (4.05s)
  FAIL: TestCheckpoint/compress=none (0.22s)
        checkpoint_test.go:361:
            	Error Trace:	/home/krajo/go/github.com/prometheus/prometheus/tsdb/wlog/checkpoint_test.go:361
            	Error:      	"0.8586956521739131" is not less than "0.8"
            	Test:       	TestCheckpoint/compress=none

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
2024-12-10 16:16:46 +01:00
..
checkpoint.go Use new record type only for NHCB 2024-12-06 13:46:20 -08:00
checkpoint_test.go fix(test): TestCheckpoint segment size too low 2024-12-10 16:16:46 +01:00
live_reader.go chore!: adopt log/slog, remove go-kit/log 2024-10-07 15:58:50 -04:00
reader.go tsdb/wlog: use Go standard errors package 2023-11-08 21:41:58 +00:00
reader_test.go chore!: adopt log/slog, remove go-kit/log 2024-10-07 15:58:50 -04:00
watcher.go Use new record type only for NHCB 2024-12-06 13:46:20 -08:00
watcher_test.go Use new record type only for NHCB 2024-12-06 13:46:20 -08:00
wlog.go chore!: adopt log/slog, remove go-kit/log 2024-10-07 15:58:50 -04:00
wlog_test.go chore!: adopt log/slog, remove go-kit/log 2024-10-07 15:58:50 -04:00