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

Failure in SchemaRegistryTest.test_mode #5710

Closed
NyaliaLui opened this issue Jul 28, 2022 · 3 comments
Closed

Failure in SchemaRegistryTest.test_mode #5710

NyaliaLui opened this issue Jul 28, 2022 · 3 comments
Assignees
Labels
area/schema-registry Schema Registry service within Redpanda ci-failure kind/bug Something isn't working

Comments

@NyaliaLui
Copy link
Contributor

https://buildkite.com/redpanda/redpanda/builds/13260#0182451f-df0f-433f-a0d9-7317a209c0d2/6-8557

@NyaliaLui NyaliaLui added kind/bug Something isn't working area/schema-registry Schema Registry service within Redpanda ci-failure labels Jul 28, 2022
@dotnwat
Copy link
Member

dotnwat commented Jul 28, 2022

@NyaliaLui please add a little context so that it's easier to determine when its the same test but a different failure mode.

test_id:    rptest.tests.schema_registry_test.SchemaRegistryTest.test_mode
--
  | status:     FAIL
  | run time:   10.984 seconds
  |  
  |  
  | KeyError('mode')
  | 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/schema_registry_test.py", line 635, in test_mode
  | assert result_raw.json()["mode"] == "READWRITE"
  | KeyError: 'mode'

@dotnwat
Copy link
Member

dotnwat commented Jul 28, 2022

@BenPope weird

@BenPope
Copy link
Member

BenPope commented Aug 1, 2022

Duplicate of #5725

@BenPope BenPope marked this as a duplicate of #5725 Aug 1, 2022
@BenPope BenPope closed this as completed Aug 1, 2022
@BenPope BenPope self-assigned this Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/schema-registry Schema Registry service within Redpanda ci-failure kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants