Skip to content

Commit e6ae789

Browse files
craig[bot]rafiss
andcommitted
Merge #152739
152739: roachtest: test with sqlalchemy 2.0.43 r=rafiss a=rafiss The tests need this upstream change to pass: sqlalchemy/sqlalchemy@c868afc This is because of a recent change in the adapter: cockroachdb/sqlalchemy-cockroachdb#274 fixes #152726 fixes #152732 informs #152727 informs #152725 informs #152720 informs #152722 fixes #152719 fixes #152718 Release note: None Co-authored-by: Rafi Shamim <[email protected]>
2 parents 65f538d + 0f30fa8 commit e6ae789

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)