Skip to content

roachtest: dump-backwards-compatibility failed #56405

@cockroach-teamcity

Description

@cockroach-teamcity

(roachtest).dump-backwards-compatibility failed on master@61c96aaca632dfba5154d55d82c5af0732053b72:

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/dump-backwards-compatibility/run_1
	test.go:281,dump.go:71,versionupgrade.go:189,dump.go:45,dump.go:87,test_runner.go:755: expected CREATE TABLE t (
			x INT8 NULL,
			y INT8 NULL,
			FAMILY "primary" (x, y, rowid)
		);
		
		INSERT INTO public.t (x, y) VALUES
			(1, 1),
			(2, 2);, but found CREATE TABLE public.t (
			x INT8 NULL,
			y INT8 NULL,
			FAMILY "primary" (x, y, rowid)
		);
		
		INSERT INTO public.t (x, y) VALUES
			(1, 1),
			(2, 2);

More

Artifacts: /dump-backwards-compatibility

See this test on roachdash
powered by pkg/cmd/internal/issues

Metadata

Metadata

Assignees

Labels

C-test-failureBroken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.branch-masterFailures and bugs on the master branch.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions