-
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.
70655: sql: TestDropColumnAfterMutations fails intermittently r=fqazi a=fqazi Fixes: #70329 Previously, the TestDropColumnAfterMutations did not correctly filter out unrelated applications when scanning sessions. This was inadequate because the count of number of commits could vary if internal applications also executed commits. To address this this patch explicitly sets the application name on the connections used for starting jobs so we can observe the COMMIT operation count only from relevant connections. Release note: None Co-authored-by: Faizan Qazi <[email protected]>
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 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