Skip to content

Commit

Permalink
Merge #68329
Browse files Browse the repository at this point in the history
68329: roachtest: use activerecord 6.1.3 r=erikgrinaker a=rafiss

This should resolve the failure where the test cannot run right now.

fixes #66827

Release note: None

Co-authored-by: Rafi Shamim <[email protected]>
  • Loading branch information
craig[bot] and rafiss committed Aug 2, 2021
2 parents 0c94dba + 3e2af3c commit 635c263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/activerecord.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
var activerecordResultRegex = regexp.MustCompile(`^(?P<test>[^\s]+#[^\s]+) = (?P<timing>\d+\.\d+ s) = (?P<result>.)$`)
var railsReleaseTagRegex = regexp.MustCompile(`^v(?P<major>\d+)\.(?P<minor>\d+)\.(?P<point>\d+)\.?(?P<subpoint>\d*)$`)
var supportedRailsVersion = "6.1"
var activerecordAdapterVersion = "v6.1.2"
var activerecordAdapterVersion = "v6.1.3"

// This test runs activerecord's full test suite against a single cockroach node.

Expand Down

0 comments on commit 635c263

Please sign in to comment.