Skip to content

Commit 0f30fa8

Browse files
committed
roachtest: test with sqlalchemy 2.0.43
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 Release note: None
1 parent f1a5c43 commit 0f30fa8

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)