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
50853: sqlbase: add metatest for TableDescriptor.Validate r=jordanlewis a=jordanlewis This test ensures that there's an entry in a hand-populated map of validation statuses for every field in a Descriptor set. If someone adds a new field to the list of checked descriptor types, this test will fail unless they add a validation status to the test. TODO status is allowed if there's a justification, but hopefully we can remove that over time as it sort of defeats the purpose. This commit only adds tests for TableDescriptor and IndexDescriptor, but presumably we could/should start doing more validation on more descriptor types. Release note: None 50994: colexec: remove UNSAFEGET r=jordanlewis a=jordanlewis gcassert now supports marking methods as inlined, so we can guarantee that methods are inlined without having to insert a comment on each callsite. 51019: roachtest: skip acceptance/many-splits r=irfansharif a=tbg cockroachdb#47325 Release note: None Co-authored-by: Jordan Lewis <[email protected]> Co-authored-by: Tobias Schottdorf <[email protected]>
- Loading branch information
Showing
63 changed files
with
20,756 additions
and
20,606 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
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.