Skip to content

Commit df7c75a

Browse files
authored
Merge pull request #158649 from msbutler/blathers/backport-release-25.2-158637
release-25.2: roachtest: send more schema change flakes to foundations
2 parents dd17ae2 + 3fb7ad3 commit df7c75a

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
@@ -50,7 +50,7 @@ func handleSchemaChangeWorkloadError(err error) error {
5050
// crash.
5151
if err != nil {
5252
flattenedErr := errors.FlattenDetails(err)
53-
if strings.Contains(flattenedErr, "UNEXPECTED ERROR") || strings.Contains(flattenedErr, "UNEXPECTED COMMIT ERROR") {
53+
if strings.Contains(flattenedErr, "workload run error: ***") || strings.Contains(flattenedErr, "UNEXPECTED ERROR") || strings.Contains(flattenedErr, "UNEXPECTED COMMIT ERROR") {
5454
return registry.ErrorWithOwner(registry.OwnerSQLFoundations, errors.Wrapf(err, "schema change workload failed"))
5555
}
5656
}

0 commit comments

Comments
 (0)