Skip to content

Commit

Permalink
Merge #77136 #77165
Browse files Browse the repository at this point in the history
77136: ccl/sqlproxyccl: bump size of `tenant` test r=rail a=rickystewart

Release justification: non-production code changes
Release note: None

77165: activerecord: bump version r=rafiss a=otan

Contains smarter versioning which hopefully fixes this interval style
issue which I think has to do with versioning.

Release justification: test only change

Release note: None

Resolves #77121

Co-authored-by: Ricky Stewart <[email protected]>
Co-authored-by: Oliver Tan <[email protected]>
  • Loading branch information
3 people committed Feb 28, 2022
3 parents 94c7313 + 7554b1f + d1287bf commit 306172e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/ccl/sqlproxyccl/tenant/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ go_library(

go_test(
name = "tenant_test",
size = "large",
srcs = [
"directory_test.go",
"main_test.go",
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/activerecord.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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.5"
var activerecordAdapterVersion = "v6.1.6"

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

Expand Down

0 comments on commit 306172e

Please sign in to comment.