-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql/logictest: TestLogic failed #44188
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.
Milestone
Description
(sql/logictest).TestLogic failed on master@61022ec0eeaa5c84752c84829a8cfabb3890888e:
=== RUN TestLogic
--- FAIL: TestLogic (934.49s)
test_log_scope.go:77: test logs captured to: /tmp/logTestLogic360018117
test_log_scope.go:58: use -show-logs to present logs inline
=== RUN TestLogic/fakedist-vec-off/fk
=== PAUSE TestLogic/fakedist-vec-off/fk
=== CONT TestLogic/fakedist-vec-off/fk
--- progress: testdata/logic_test/alter_table: 96 statements/queries
--- FAIL: TestLogic/fakedist-vec-off/fk (32.66s)
logic.go:1654:
testdata/logic_test/fk:615: SELECT message FROM [SHOW KV TRACE FOR SESSION]
WHERE message LIKE 'FKScan%'
expected:
FKScan /Table/84/3/100/"one"{-/#}
FKScan /Table/85/3/100/"one"{-/#}
FKScan /Table/86/2/100/"one"{-/PrefixEnd}
but found (query options: "rowsort" -> ignore the following ordering of rows) :
FKScan /Table/92/3/100/"one"{-/#}
FKScan /Table/93/3/100/"one"{-/#}
FKScan /Table/94/2/100/"one"{-/PrefixEnd}
logic.go:2207:
testdata/logic_test/fk:623: error while processing
logic.go:2207: testdata/logic_test/fk:623: too many errors encountered, skipping the rest of the input
=== RUN TestLogic/fakedist-vec-off
--- FAIL: TestLogic/fakedist-vec-off (0.48s)
Repro
Parameters:
- GOFLAGS=-json
make stressrace TESTS=TestLogic PKG=./pkg/sql/logictest TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1
powered by pkg/cmd/internal/issues
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.