mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-13 08:36:38 +02:00
Fix linting
Signed-off-by: Carrie Edwards <edwrdscarrie@gmail.com>
This commit is contained in:
parent
8a02ae58d4
commit
b575f5e28b
@ -7510,10 +7510,10 @@ func TestCompactHeadWithSTStorage_AppendV2(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
opts := &Options{
|
||||
RetentionDuration: int64(time.Hour * 24 * 15 / time.Millisecond),
|
||||
NoLockfile: true,
|
||||
MinBlockDuration: int64(time.Hour * 2 / time.Millisecond),
|
||||
MaxBlockDuration: int64(time.Hour * 2 / time.Millisecond),
|
||||
RetentionDuration: int64(time.Hour * 24 * 15 / time.Millisecond),
|
||||
NoLockfile: true,
|
||||
MinBlockDuration: int64(time.Hour * 2 / time.Millisecond),
|
||||
MaxBlockDuration: int64(time.Hour * 2 / time.Millisecond),
|
||||
WALCompression: compression.Snappy,
|
||||
EnableSTStorage: true,
|
||||
EnableXOR2Encoding: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user