Skip to content

roachtest: acceptance/version-upgrade failed #43141

@tbg

Description

@tbg

https://teamcity.cockroachdb.com/viewLog.html?buildId=1642558&buildTypeId=Cockroach_UnitTests

Seen on a PR but pretty sure we'll see it on master too because the PR wasn't remotely related

upgrade.go:551,upgrade.go:588,acceptance.go:83,test_runner.go:700: expected JSONB to succeed on cluster version 19.2, got pq: cannot create "test.t" because the target database or schema does not exist

The error appears while executing

name: "JSONB",
minAllowedVersion: "2.0-0",
query: `
CREATE DATABASE IF NOT EXISTS test;
CREATE TABLE test.t (j JSONB);
DROP TABLE test.t;

Metadata

Metadata

Labels

C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.C-test-failureBroken test (automatically or manually discovered).

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions