Skip to content

Commit

Permalink
logictest: skip TestLogic_lookup_join_local under race
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
yuzefovich committed Dec 20, 2023
1 parent 2c4c877 commit 92ca78b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cmd/generate-logictest/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ const templateText = `
{{- if .LogicTest -}}
func runLogicTest(t *testing.T, file string) {
{{ if .Is3NodeTenant }}skip.UnderRace(t, "large engflow executor is overloaded by 3node-tenant config")
{{ else if eq .TestRuleName "local"}}if file == "lookup_join_local" {
skip.UnderRace(t, "this file is too slow under race")
}
{{ end }}skip.UnderDeadlock(t, "times out and/or hangs")
logictest.RunLogicTest(t, logictest.TestServerArgs{}, configIdx, filepath.Join(logicTestDir, file))
}
Expand Down
3 changes: 3 additions & 0 deletions pkg/sql/logictest/tests/local/generated_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92ca78b

Please sign in to comment.