-
Notifications
You must be signed in to change notification settings - Fork 4.1k
logictest: alter_table logictest is flaky #76911
Copy link
Copy link
Closed
Labels
A-disaster-recoveryC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-disaster-recovery
Description
=== CONT TestLogic/fakedist/alter_table
logic.go:2498:
/go/src/github.com/cockroachdb/cockroach/pkg/sql/logictest/testdata/logic_test/alter_table:86: SELECT job_type, regexp_replace(description, 'JOB \d+', 'JOB ...'), user_name, fraction_completed::decimal(10,2)
FROM crdb_internal.jobs
WHERE job_type = 'SCHEMA CHANGE' OR job_type = 'SCHEMA CHANGE GC'
ORDER BY created DESC
LIMIT 3
expected:
SCHEMA CHANGE GC GC for temporary index used during index backfill root 0.00
SCHEMA CHANGE GC GC for ROLLBACK of ALTER TABLE test.public.t ADD CONSTRAINT bar UNIQUE (c) root 0.00
SCHEMA CHANGE ALTER TABLE test.public.t ADD CONSTRAINT bar UNIQUE (c) root 0.00
but found (query options: "") :
SCHEMA CHANGE GC GC for temporary index used during index backfill root 1.00
SCHEMA CHANGE GC GC for ROLLBACK of ALTER TABLE test.public.t ADD CONSTRAINT bar UNIQUE (c) root 0.00
SCHEMA CHANGE ALTER TABLE test.public.t ADD CONSTRAINT bar UNIQUE (c) root 0.00
Seen on https://teamcity.cockroachdb.com/viewLog.html?buildId=4434087&buildTypeId=Cockroach_UnitTests
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-disaster-recoveryC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-disaster-recovery