Skip to content

Commit

Permalink
Update activerecord.go
Browse files Browse the repository at this point in the history
v7 support
  • Loading branch information
gemma-shay authored Jul 11, 2022
1 parent 10853d2 commit d270fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/roachtest/tests/activerecord.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ 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.6"
var activerecordAdapterVersion = "v6.1.10"
var supportedRailsVersion = "7.0.3"
var activerecordAdapterVersion = "v7.0.0"

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

Expand Down

0 comments on commit d270fa0

Please sign in to comment.