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
75575: sql: check session_user can become user on deserialize_session r=rafiss a=otan Release note (bug fix): `crdb_internal.deserialize_session` now checks the session_user has the privilege to SET ROLE to the current_user before changing the session settings. 75583: sql: de-flake TestRecordBatchSerializerDeserializeMemoryEstimate r=cucaroach a=cucaroach Fixes: cockroachdb#73781 When BatchSize was low and each buffer was much smaller than capacity we could end up with newMemorySize more than %33 smaller than original. However the test is just making sure we aren't double counting memory so testing that newMemorySize - originalMemory < 4/3 original. I.e. its okay if it shrinks but we don't want it to be more than %33 bigger. Release note: None 75592: logictest: de-flake TestLogic/5node-disk/distsql_enum r=irfansharif a=irfansharif Fixes cockroachdb#75570. Second attempt at 83f584d, though now with the right syntax. Release note: None Co-authored-by: Oliver Tan <[email protected]> Co-authored-by: Tommy Reilly <[email protected]> Co-authored-by: irfan sharif <[email protected]>
- Loading branch information
Showing
9 changed files
with
72 additions
and
9 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
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