Skip to content

ccl/changefeedccl: TestChangefeedEachColumnFamily failed #148184

@github-actions

Description

@github-actions

ccl/changefeedccl.TestChangefeedEachColumnFamily failed on master @ db7f5f4da6ae9a53f20ab798cda3afb7e5d6a81d:

    helpers_test.go:1314: making webhook feed factory
    helpers_test.go:1030: opted out of metamorphic enriched envelope for CREATE CHANGEFEED FOR foo WITH split_column_families: metamorphic enriched envelope does not support column families for webhook sinks
    helpers_test.go:1100: forcing enriched envelope for *changefeedccl.webhookFeedFactory - EXPERIMENTAL CHANGEFEED FOR TABLE foo WITH OPTIONS (split_column_families, diff, envelope = 'enriched', enriched_properties = 'source')
    changefeed_test.go:3329: 
        	Error Trace:	pkg/ccl/changefeedccl/helpers_test.go:273
        	            				pkg/ccl/changefeedccl/helpers_test.go:447
        	            				pkg/ccl/changefeedccl/changefeed_test.go:3329
        	            				pkg/ccl/changefeedccl/helpers_test.go:1486
        	            				pkg/ccl/changefeedccl/helpers_test.go:1521
        	Error:      	Received unexpected error:
        	            	expected
        	            	(1) attached stack trace
        	            	  -- stack trace:
        	            	  | github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl.assertPayloadsBaseErr
        	            	  | 	pkg/ccl/changefeedccl/helpers_test.go:415
        	            	  | github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl.assertPayloadsBase.func1
        	            	  | 	pkg/ccl/changefeedccl/helpers_test.go:276
        	            	  | github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl.withTimeout.func1
        	            	  | 	pkg/ccl/changefeedccl/helpers_test.go:440
        	            	  | github.com/cockroachdb/cockroach/pkg/util/timeutil.RunWithTimeout
        	            	  | 	pkg/util/timeutil/timeout.go:28
        	            	  | github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl.withTimeout
        	            	  | 	pkg/ccl/changefeedccl/helpers_test.go:436
        	            	  | github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl.assertPayloadsBase
        	            	  | 	pkg/ccl/changefeedccl/helpers_test.go:274
        	            	  | github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl.assertPayloads
        	            	  | 	pkg/ccl/changefeedccl/helpers_test.go:447
        	            	  | github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl.TestChangefeedEachColumnFamily.func1
        	            	  | 	pkg/ccl/changefeedccl/changefeed_test.go:3329
        	            	  | github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl.cdcTestNamed.func1
        	            	  | 	pkg/ccl/changefeedccl/helpers_test.go:1486
        	            	  | github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl.cdcTestNamedWithSystem.func1
        	            	  | 	pkg/ccl/changefeedccl/helpers_test.go:1521
        	            	  | testing.tRunner
        	            	  | 	GOROOT/src/testing/testing.go:1690
        	            	  | runtime.goexit
        	            	  | 	src/runtime/asm_amd64.s:1700
        	            	Wraps: (2) expected
        	            	  |   foo.most: [0]->{"after": null, "before": {"a": 0, "b": "dog"}}
        	            	  |   foo.most: [0]->{"after": {"a": 0, "b": "dog"}, "before": null}
        	            	  |   foo.only_c: [0]->{"after": null, "before": {"c": "tiger"}}
        	            	  |   foo.only_c: [0]->{"after": {"c": "tiger"}, "before": null}
        	            	  | got
        	            	  |   foo: [0]->{"after": null, "before": {"a": 0, "b": "dog"}}
        	            	  |   foo: [0]->{"after": null, "before": {"c": "tiger"}}
        	            	  |   foo: [0]->{"after": {"a": 0, "b": "dog"}, "before": null}
        	            	  |   foo: [0]->{"after": {"c": "tiger"}, "before": null}
        	            	Error types: (1) *withstack.withStack (2) *errutil.leafError
        	Test:       	TestChangefeedEachColumnFamily/webhook
--- FAIL: TestChangefeedEachColumnFamily/webhook (1.81s)

Parameters:

  • attempt=1
  • run=1
  • shard=6
Help

See also: How To Investigate a Go Test Failure (internal)

/cc @cockroachdb/cdc

This test on roachdash | Improve this report!

Metadata

Metadata

Assignees

Labels

A-cdcChange Data CaptureC-test-failureBroken test (automatically or manually discovered).O-robotOriginated from a bot.P-2Issues/test failures with a fix SLA of 3 monthsT-cdcbranch-masterFailures and bugs on the master branch.v25.3.0-prerelease

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions