-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: dump-backwards-compatibility failed #56405
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.Originated from a bot.branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.
Description
(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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.Originated from a bot.branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.