Skip to content

Commit 7af0f9c

Browse files
authored
Merge pull request #152760 from rafiss/blathers/backport-release-25.2-152739
release-25.2: roachtest: test with sqlalchemy 2.0.43
2 parents 2c3ff15 + 0712ddf commit 7af0f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/sqlalchemy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
var sqlAlchemyResultRegex = regexp.MustCompile(`^(?P<test>test.*::.*::[^ \[\]]*(?:\[.*])?) (?P<result>\w+)\s+\[.+]$`)
2525
var sqlAlchemyReleaseTagRegex = regexp.MustCompile(`^rel_(?P<major>\d+)_(?P<minor>\d+)_(?P<point>\d+)$`)
2626

27-
var supportedSQLAlchemyTag = "2.0.23"
27+
var supportedSQLAlchemyTag = "2.0.43"
2828

2929
// This test runs the SQLAlchemy dialect test suite against a single Cockroach
3030
// node.

0 commit comments

Comments
 (0)