Skip to content

Commit

Permalink
roachtest: use activerecord 6.1.3
Browse files Browse the repository at this point in the history
This should resolve the failure where the test cannot run right now

Release note: None
  • Loading branch information
rafiss committed Aug 2, 2021
1 parent 2317cc8 commit 3e2af3c
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 3e2af3c

Please sign in to comment.