=== RUN TestDiffRandomSchema
test_log_scope.go:171: test logs captured to: outputs.zip/logTestDiffRandomSchema3378184267
test_log_scope.go:82: use -show-logs to present logs inline
test_server_shim.go:154: automatically injected a shared process virtual cluster under test; see comment at top of test_server_shim.go for details.
diff_test.go:207: random seed: 6214119848281220504
diff_test.go:227: attempt 0 schema: CREATE TABLE t (col0_0 PG_LSN, col0_1 REGCLASS NULL, col0_2 BOX2D NOT NULL, col0_3 REGTYPE, col0_4 BIT(40) NOT NULL, col0_5 STRING COLLATE de_DE NOT NULL, col0_6 GEOMETRY NOT NULL, col0_7 INT4 NOT NULL, col0_8 TIMESTAMP NOT NULL, col0_9 GEOMETRY NULL, col0_10 FLOAT8 NULL, col0_11 BYTES NULL, col0_12 INET NOT NULL, col0_13 OID, col0_14 OID NULL, col0_15 STRING NOT NULL AS (lower(CAST(col0_2 AS STRING))) STORED, PRIMARY KEY (col0_2 ASC))
diff_test.go:227: attempt 1 schema: CREATE TABLE t (col0_0 BIT NOT NULL, col0_1 TSVECTOR NULL, PRIMARY KEY (col0_0), INDEX (col0_0 DESC) STORING (col0_1), INVERTED INDEX (col0_0 DESC, col0_1))
diff_test.go:281: -- test log scope end --
test logs left over in: outputs.zip/logTestDiffRandomSchema3378184267
--- FAIL: TestDiffRandomSchema (5.64s)
=== RUN TestDiffRandomSchema/fingerprint-diff-1
diff_test.go:275:
Error Trace: pkg/workload/rand/diff_test.go:275
Error: Should NOT be empty, but was []
Test: TestDiffRandomSchema/fingerprint-diff-1
Messages: fingerprints differ (a=8390965314099546353, b=-3720589183424384675) but Diff returned no differences
--- FAIL: TestDiffRandomSchema/fingerprint-diff-1 (0.05s)
workload/rand.TestDiffRandomSchema failed on release-25.4.15-rc @ 7b399e713413017b73672b6a21d1e1463b2ca97f:
Parameters:
attempt=1run=2shard=3Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!