Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
84661: backupccl/backuprand: add geos r=ajwerner a=ajwerner

Sometimes random data invokes geospatial functions. See
[this failure](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_GitHubCiOptional/5788685?showRootCauses=false&expandBuildChangesSection=true&expandBuildProblemsSection=true&expandBuildTestsSection=true)

Release note: None

84669: roachtest: bump version to 22.1.4 r=celiala a=celiala

Release note: None

Co-authored-by: Andrew Werner <awerner32@gmail.com>
Co-authored-by: Celia La <celia@cockroachlabs.com>
3 people committed Jul 19, 2022
3 parents a9beb6c + a46a2cd + 2254799 commit 791015c
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/ccl/backupccl/backuprand/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ go_test(
"backup_rand_test.go",
"main_test.go",
],
data = ["//c-deps:libgeos"],
deps = [
"//pkg/base",
"//pkg/ccl",
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/predecessor_version.json
Original file line number Diff line number Diff line change
@@ -8,5 +8,5 @@
"21.1": "20.2.12",
"21.2": "21.1.12",
"22.1": "21.2.7",
"22.2": "22.1.3"
"22.2": "22.1.4"
}

0 comments on commit 791015c

Please sign in to comment.