Skip to content

Commit

Permalink
disable offset and at modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
yeya24 committed Oct 13, 2023
1 parent 2a6ab95 commit 3443948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/query_fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ func TestVerticalShardingFuzz(t *testing.T) {

rnd := rand.New(rand.NewSource(now.Unix()))
opts := []promqlsmith.Option{
promqlsmith.WithEnableOffset(true),
promqlsmith.WithEnableAtModifier(true),
promqlsmith.WithEnableOffset(false),
promqlsmith.WithEnableAtModifier(false),
}
ps := promqlsmith.New(rnd, lbls, opts...)

Expand Down

0 comments on commit 3443948

Please sign in to comment.