forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…db#93682 92971: sql/schemachanger: enable drop index by default r=fqazi a=fqazi This patch will enable drop index by default in the declarative schema changer with the following fixes: Fixes: cockroachdb#93070 1. Return proper index names for errors 2. Some index notices should only be generated when work is done 3. Views and indexes should have to be cleaned together when the index becomes invisible. 4. Drop index should return correct errors in system tables 5. Enable drop index by default and update logic tests Current limitations for falling back are if there are foreign key constraint dependencies or zone configs 93551: sql: add replication start time to `SHOW TENANT WITH REPLICATION STATUS` r=lidorcarmel a=adityamaru The start time is a useful piece of information to expose to the end user. It is the lower bound for the data we have replicated. Informs: cockroachdb#93447 Release note: None 93552: changefeedccl: increase chaos roachtest latency limits r=samiskin a=samiskin Resolves: cockroachdb#93238 Since our job-level retry MaxBackoff has increased from 10 seconds to 10 minutes, increase the chaos test latency limits. Release note: None 93682: ci: update bazel builder image r=rickystewart a=cockroach-teamcity Release note: None Epic: None Co-authored-by: Faizan Qazi <[email protected]> Co-authored-by: adityamaru <[email protected]> Co-authored-by: Shiranka Miskin <[email protected]> Co-authored-by: cockroach-teamcity <[email protected]>
- Loading branch information
Showing
183 changed files
with
4,412 additions
and
3,233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
cockroachdb/bazel:20220328-163955 | ||
cockroachdb/bazel:20221215-030250 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.