-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
100246: sql: deflake distsql_automatic_stats logic test r=rytaft,yuzefovich a=michae2 **sql: fix formatting of CREATE TABLE AS with storage parameters** We were placing the storage parameters in the wrong place when formatting `CREATE TABLE AS` statements. Fixes: #100243 Epic: None Release note: None **sql: deflake distsql_automatic_stats logic test** Now that automatic stats are disabled for system tables in logic tests, `distsql_automatic_stats` was opening the floodgates with its first `SET CLUSTER SETTING sql.stats.automatic_collection.enabled = true`. With this enabled, the automatic stats refresher was executing `CREATE STATISTICS` for every system table, one at a time, often taking longer than the 45s logic test retry limit to get to the user-defined table we really care about. Instead of using the cluster setting, change `distsql_automatic_stats` to use the per-table setting. Fixes: #99751 Epic: None Release note: None 100311: opt: prohibit hash-sharded index syntactic sugar in test catalog r=mgartner a=mgartner The test catalog now panics when trying to build a hash-sharded index instead of silently ignoring the `USING HASH` clause. This prevents writing tests that incorrectly assume that `USING HASH` works as expected in the test catalog. One test with `USING HASH` has been updated. Fixes #99129 Release note: None Co-authored-by: Michael Erickson <[email protected]> Co-authored-by: Marcus Gartner <[email protected]>
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.