-
Notifications
You must be signed in to change notification settings - Fork 4.1k
schema changes: retries of view creation because of stats collection results in non-deterministic table ids #37751
Copy link
Copy link
Closed
Labels
A-schema-descriptorsRelating to SQL table/db descriptor handling.Relating to SQL table/db descriptor handling.C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.
Milestone
Description
The following tests appear to have failed on master (test): TestLogic/local: TestLogic/local/dependencies, TestLogic/local, TestLogic
You may want to check for open issues.
TestLogic/local: TestLogic/local/dependencies
--- FAIL: test/TestLogic: TestLogic/local: TestLogic/local/dependencies (3.810s)
------- Stdout: -------
=== PAUSE TestLogic/local/dependencies
logic.go:2316:
testdata/logic_test/dependencies:111: SELECT * FROM crdb_internal.backward_dependencies WHERE descriptor_name LIKE 'moretest_%' ORDER BY descriptor_id, index_id, dependson_type, dependson_id, dependson_index_id
expected:
descriptor_id descriptor_name index_id column_id dependson_id dependson_type dependson_index_id dependson_name dependson_details
62 moretest_v NULL NULL 61 view NULL NULL NULL
but found (query options: "colnames") :
descriptor_id descriptor_name index_id column_id dependson_id dependson_type dependson_index_id dependson_name dependson_details
63 moretest_v NULL NULL 61 view NULL NULL NULL
logic.go:2348:
testdata/logic_test/dependencies:117: error while processing
logic.go:2349: testdata/logic_test/dependencies:117: too many errors encountered, skipping the rest of the input
TestLogic/local
--- FAIL: test/TestLogic: TestLogic/local (0.450s)
TestLogic
--- FAIL: test/TestLogic (571.650s)
------- Stdout: -------
test_log_scope.go:81: test logs captured to: /tmp/logTestLogic691072255
test_log_scope.go:62: use -show-logs to present logs inline
Please assign, take a look and update the issue accordingly.
Jira issue: CRDB-5663
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-schema-descriptorsRelating to SQL table/db descriptor handling.Relating to SQL table/db descriptor handling.C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.