Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
83092: roachtest: don't count cluster reuse failure as clusterCreateErr r=srosenberg a=srosenberg Roachtest tracks each cluster creation error by posting to github. It also maintains a counter of all seen cluster creation errors, namely 'clusterCreateErr'. Previously, a failed attempt to _reuse_ an existing cluster would increment 'clusterCreateErr'. This inconsistency makes it difficult to correlate the number of posted github issues with the final value of 'clusterCreateErr' in the (roachtest) log. This fix removes the increment upon handling any cluster reuse error. Release note: None 83140: sqlsmith: skip crdb_internal.request_statement_bundle r=yuzefovich a=yuzefovich Fixes: #82972. Fixes: #82973. Fixes: #82974. Fixes: #82975. Fixes: #82976. Release note: None Co-authored-by: Stan Rosenberg <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information