Skip to content

Commit 0cbf86b

Browse files
authored
Merge pull request #158647 from msbutler/blathers/backport-release-24.3-158637
release-24.3: roachtest: send more schema change flakes to foundations
2 parents f13cc64 + 4c71cb2 commit 0cbf86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/backup_restore_roundtrip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func handleSchemaChangeWorkloadError(err error) error {
4949
// crash.
5050
if err != nil {
5151
flattenedErr := errors.FlattenDetails(err)
52-
if strings.Contains(flattenedErr, "UNEXPECTED ERROR") || strings.Contains(flattenedErr, "UNEXPECTED COMMIT ERROR") {
52+
if strings.Contains(flattenedErr, "workload run error: ***") || strings.Contains(flattenedErr, "UNEXPECTED ERROR") || strings.Contains(flattenedErr, "UNEXPECTED COMMIT ERROR") {
5353
return registry.ErrorWithOwner(registry.OwnerSQLFoundations, errors.Wrapf(err, "schema change workload failed"))
5454
}
5555
}

0 commit comments

Comments
 (0)