Skip to content

Commit

Permalink
Merge pull request #80267 from ZhouXing19/backport21.1-80183
Browse files Browse the repository at this point in the history
release-21.1: roachtest: update django to 4.0.1
  • Loading branch information
rafiss committed Apr 20, 2022
2 parents 0cb819a + 1020f01 commit 66f3057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/roachtest/django.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
var djangoReleaseTagRegex = regexp.MustCompile(`^(?P<major>\d+)\.(?P<minor>\d+)(\.(?P<point>\d+))?$`)
var djangoCockroachDBReleaseTagRegex = regexp.MustCompile(`^(?P<major>\d+)\.(?P<minor>\d+)$`)

var djangoSupportedTag = "cockroach-3.2.x"
var djangoCockroachDBSupportedTag = "3.2.1"
var djangoSupportedTag = "cockroach-4.0.x"
var djangoCockroachDBSupportedTag = "4.0.1"

func registerDjango(r *testRegistry) {
runDjango := func(
Expand Down

0 comments on commit 66f3057

Please sign in to comment.