Skip to content

Commit

Permalink
logictest: temporarily disable workmem randomization in SQLLite tests
Browse files Browse the repository at this point in the history
The failure is not really a concerning one, so it's ok to skip until
we figure it out.

Release note: None
  • Loading branch information
yuzefovich committed Jul 11, 2022
1 parent bef1101 commit 2bdcab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/sql/logictest/logic.go
Original file line number Diff line number Diff line change
Expand Up @@ -4617,6 +4617,8 @@ func runSQLLiteLogicTest(t *testing.T, configOverride string, globs ...string) {
// limit than other logic tests get.
serverArgs := TestServerArgs{
maxSQLMemoryLimit: 512 << 20, // 512 MiB
// TODO(yuzefovich): remove this once the flake in #84022 is fixed.
DisableWorkmemRandomization: true,
}
RunLogicTestWithDefaultConfig(t, serverArgs, configOverride, "", true /* runCCLConfigs */, prefixedGlobs...)
}
Expand Down

0 comments on commit 2bdcab7

Please sign in to comment.