-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
61540: sql: use stopper for virtual table row pushing go routine r=barryhe2000 a=barryhe2000 Previously, the row pushing go routine in virtual table would not go through the stopper. Now it uses the stopper to run an async task, allowing the stopper to help with error handling. Fixes: #60587 Release justification: bug fix and low-risk update Release note: None 61561: kvserver: remove multiTestContext r=lunevalex a=lunevalex Closes #8299 With all the tests converted to use TestCluster/TestServer, we can finally remove multiTestContext and all of the dependent code. Release note: None Release justification: Cleans up unused test code. Co-authored-by: Barry He <[email protected]> Co-authored-by: Alex Lunev <[email protected]>
- Loading branch information
Showing
9 changed files
with
58 additions
and
1,396 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
Oops, something went wrong.