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

KafkaStreamsTopArticles.test_kafka_streams #5723

Closed
VadimPlh opened this issue Jul 29, 2022 · 2 comments
Closed

KafkaStreamsTopArticles.test_kafka_streams #5723

VadimPlh opened this issue Jul 29, 2022 · 2 comments

Comments

@VadimPlh
Copy link
Contributor

https://buildkite.com/redpanda/redpanda/builds/13298#0182489d-c496-4749-a8cb-6549023c50a4

Summary: TimeoutError('')
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test
    return self.test_context.function(self.test)
  File "/root/tests/rptest/services/cluster.py", line 35, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/compatibility/kafka_streams_test.py", line 87, in test_kafka_streams
    wait_until(driver.condition_met,
  File "/usr/local/lib/python3.10/dist-packages/ducktape/utils/util.py", line 58, in wait_until
    raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
@andrwng
Copy link
Contributor

andrwng commented Jul 29, 2022

Similar failure here in a different test case:
https://ci-artifacts.dev.vectorized.cloud/redpanda/01824af5-3a6c-4f99-b0a7-5e37bea97853/vbuild/ducktape/results/2022-07-29--001/report.html

====================================================================================================
test_id:    rptest.tests.compatibility.kafka_streams_test.KafkaStreamsSessionWindow.test_kafka_streams
status:     FAIL
run time:   5 minutes 34.838 seconds


    TimeoutError('')
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test
    return self.test_context.function(self.test)
  File "/root/tests/rptest/services/cluster.py", line 35, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/compatibility/kafka_streams_test.py", line 87, in test_kafka_streams
    wait_until(driver.condition_met,
  File "/usr/local/lib/python3.10/dist-packages/ducktape/utils/util.py", line 58, in wait_until
    raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
ducktape.errors.TimeoutError

@BenPope
Copy link
Member

BenPope commented Aug 2, 2022

From the logs:

ERROR 2022-07-29 07:49:02,013 [shard 0] pandaproxy - service.cc:136 - Schema registry failed to initialize internal topic: kafka::exception (unknown_topic_or_partition)

Duplicate of #5725

@BenPope BenPope closed this as completed Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants