Skip to content

Commit 4c71cb2

Browse files
committed
roachtest: send more schema change flakes to foundations
Epic: none Release note: none
1 parent f13cc64 commit 4c71cb2

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)