-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
105401: roachtest: address c2c roachtest goroutine leaks r=renatolabs a=msbutler Previously in the c2c roachtest driver, the monitor which mangaged the goroutine running the foreground workload was initiated with the wrong context. This allowed the workload goroutine to continue running even after node deaths and after the run() function returned. The monitor is now initiated with the context the driver later uses to cleanly cancel the workload Further, there were several other goroutines in the c2c driver and in 2 other roachtests (in mixed_version_c2c.go and in disk_stall.go) which leaked after the caller returned. Further, all goroutine callers now wait for their goroutines to complete. Epic: none Release note: None 105557: sql: fix logic test for showing cluster setting defaults and origin r=zachlite a=xinhaoz A logic test that was verifying the results of `ALTER TENANT ALL SET CLUSTER SETTING` was failing under stress runs as the effects of this query can take some time to propagate to tenants. Adding a retry to the select stmt fixes this issue by ensuring we wait for the setting to change. Fixes: #105485 Release note: None Co-authored-by: Michael Butler <[email protected]> Co-authored-by: Xin Hao Zhang <[email protected]>
- Loading branch information
Showing
4 changed files
with
25 additions
and
11 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