Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ccl/changefeedccl: TestChangefeedKafkaMessageTooLarge failed #97375

Closed
cockroach-teamcity opened this issue Feb 21, 2023 · 3 comments
Closed
Assignees
Labels
A-cdc Change Data Capture branch-release-22.2 Used to mark GA and release blockers, technical advisories, and bugs for 22.2 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-cdc
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Feb 21, 2023

ccl/changefeedccl.TestChangefeedKafkaMessageTooLarge failed with artifacts on release-22.2 @ 31eb3ce6ceb18123fd2e7eac464b25e203d7de0f:

=== RUN   TestChangefeedKafkaMessageTooLarge
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/905465f697dc04c39f7d8a82cb057bfe/logTestChangefeedKafkaMessageTooLarge1840664509
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestChangefeedKafkaMessageTooLarge
    changefeed_test.go:7392: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/905465f697dc04c39f7d8a82cb057bfe/logTestChangefeedKafkaMessageTooLarge1840664509
--- FAIL: TestChangefeedKafkaMessageTooLarge (46.17s)
=== RUN   TestChangefeedKafkaMessageTooLarge/kafka/succeed_against_a_large_backfill
    changefeed_test.go:7320: still waiting for job status; current reverting
        --- FAIL: TestChangefeedKafkaMessageTooLarge/kafka/succeed_against_a_large_backfill (45.35s)
=== RUN   TestChangefeedKafkaMessageTooLarge/kafka
    helpers_test.go:760: making server as system tenant
    helpers_test.go:847: making kafka feed factory
    --- FAIL: TestChangefeedKafkaMessageTooLarge/kafka (46.12s)

Parameters: TAGS=bazel,gss

Help

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

Same failure on other branches

/cc @cockroachdb/cdc

This test on roachdash | Improve this report!

Jira issue: CRDB-24664

Epic CRDB-11732

@cockroach-teamcity cockroach-teamcity added branch-release-22.2 Used to mark GA and release blockers, technical advisories, and bugs for 22.2 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Feb 21, 2023
@cockroach-teamcity cockroach-teamcity added this to the 22.2 milestone Feb 21, 2023
@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedKafkaMessageTooLarge failed with artifacts on release-22.2 @ c9b71bafa2857ebdc5ffea629fb9546937f10ba9:

=== RUN   TestChangefeedKafkaMessageTooLarge
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/905465f697dc04c39f7d8a82cb057bfe/logTestChangefeedKafkaMessageTooLarge1313195443
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestChangefeedKafkaMessageTooLarge
    changefeed_test.go:7483: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/905465f697dc04c39f7d8a82cb057bfe/logTestChangefeedKafkaMessageTooLarge1313195443
--- FAIL: TestChangefeedKafkaMessageTooLarge (46.12s)
=== RUN   TestChangefeedKafkaMessageTooLarge/kafka/succeed_against_a_large_backfill
    changefeed_test.go:7411: still waiting for job status; current reverting
        --- FAIL: TestChangefeedKafkaMessageTooLarge/kafka/succeed_against_a_large_backfill (45.36s)
=== RUN   TestChangefeedKafkaMessageTooLarge/kafka
    helpers_test.go:760: making server as system tenant
    helpers_test.go:847: making kafka feed factory
    --- FAIL: TestChangefeedKafkaMessageTooLarge/kafka (46.08s)

Parameters: TAGS=bazel,gss

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestChangefeedKafkaMessageTooLarge failed with artifacts on release-22.2 @ c9b71bafa2857ebdc5ffea629fb9546937f10ba9:

=== RUN   TestChangefeedKafkaMessageTooLarge
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/905465f697dc04c39f7d8a82cb057bfe/logTestChangefeedKafkaMessageTooLarge1278731085
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestChangefeedKafkaMessageTooLarge
    changefeed_test.go:7483: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/905465f697dc04c39f7d8a82cb057bfe/logTestChangefeedKafkaMessageTooLarge1278731085
--- FAIL: TestChangefeedKafkaMessageTooLarge (46.55s)
=== RUN   TestChangefeedKafkaMessageTooLarge/kafka/succeed_against_a_large_backfill
    changefeed_test.go:7411: still waiting for job status; current reverting
        --- FAIL: TestChangefeedKafkaMessageTooLarge/kafka/succeed_against_a_large_backfill (45.32s)
=== RUN   TestChangefeedKafkaMessageTooLarge/kafka
    helpers_test.go:757: making server as secondary tenant
    helpers_test.go:847: making kafka feed factory
    --- FAIL: TestChangefeedKafkaMessageTooLarge/kafka (46.52s)

Parameters: TAGS=bazel,gss

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@tbg tbg added the T-cdc label Jun 30, 2023
@blathers-crl blathers-crl bot added the A-cdc Change Data Capture label Jun 30, 2023
@samiskin samiskin self-assigned this Jul 5, 2023
@samiskin
Copy link
Contributor

samiskin commented Jul 5, 2023

Was likely fixed by #98526

@samiskin samiskin closed this as completed Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cdc Change Data Capture branch-release-22.2 Used to mark GA and release blockers, technical advisories, and bugs for 22.2 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-cdc
Projects
None yet
Development

No branches or pull requests

3 participants