Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
104633: roachtest: only wait for jobs claimed by same node r=chengxiong-ruan a=chengxiong-ruan Informs: #104177 (hopefully can fix it) Previously, when disabling job adoptions within roachtest, we simply select everything from `SHOW JOBS`. This is not adequate because `SHOW JOBS` returns jobs claimed by other nodes as well. This fails our roachtest occasionally if there were any jobs adopted by other nodes and running. This commit makes it only querying running jobs claimed by the same node. Release note: None Co-authored-by: Chengxiong Ruan <chengxiongruan@gmail.com>
- Loading branch information