redpanda
redpanda copied to clipboard
Ci Failure rptest.tests.pandaproxy_test.test_remove_consumer_validation
Version & Environment
Redpanda version: dev
What went wrong?
https://buildkite.com/redpanda/redpanda/builds/13052#_
https://ci-artifacts.dev.vectorized.cloud/redpanda/01823742-f7b0-4a39-91d8-23c984ec547b/vbuild/ducktape/results/2022-07-25--001/report.html
What should have happened instead?
Not a failure
How to reproduce the issue?
Not sure
Additional information
[INFO - 2022-07-25 23:36:40,507 - pandaproxy_test - test_remove_consumer_validation - lineno:639]: Create a consumer group
[DEBUG - 2022-07-25 23:36:40,508 - pandaproxy_test - <lambda> - lineno:137]: send: b'POST /consumers/pandaproxy-group-081bf8b8-6a26-4b4c-87a1-813fac68dea5 HTTP/1.1\r\nHost: docker-rp-18:8082\r\nUser-Agent: python-requests/2.24.0\r\nAccept-Encoding: gzip, deflate\r\nAccept: application/vnd.kafka.v2+json\r\nConnection: keep-alive\r\nContent-Type: application/vnd.kafka.v2+json\r\nContent-Length: 255\r\n\r\n'
[DEBUG - 2022-07-25 23:36:40,508 - pandaproxy_test - <lambda> - lineno:137]: send: b'\n {\n "format": "binary",\n "auto.offset.reset": "earliest",\n "auto.commit.enable": "false",\n "fetch.min.bytes": "1",\n "consumer.request.timeout.ms": "10000"\n }'
[DEBUG - 2022-07-25 23:41:40,608 - pandaproxy_test - <lambda> - lineno:137]: reply: 'HTTP/1.1 500 Internal Server Error\r\n'
[DEBUG - 2022-07-25 23:41:40,608 - pandaproxy_test - <lambda> - lineno:137]: header: Content-Length: 61
[DEBUG - 2022-07-25 23:41:40,608 - pandaproxy_test - <lambda> - lineno:137]: header: Server: Seastar httpd
...
[INFO - 2022-07-25 23:41:59,708 - runner_client - log - lineno:278]: RunnerClient: rptest.tests.pandaproxy_test.PandaProxyTest.test_remove_consumer_validation: FAIL: AssertionError()
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/pandaproxy_test.py", line 641, in test_remove_consumer_validation
assert cc_res.status_code == requests.codes.ok
AssertionError
Looks like this is the reason 500 was returned:
ERROR 2022-07-25 23:41:40,606 [shard 0] pandaproxy - reply.h:109 - exception_reply: seastar::sleep_aborted (Sleep is aborted)
We haven't seen it for more than two weeks, closing assuming it's fixed (if it isn't then it'll pop up as a pr blocker).