[CORE-7096] Hook admin API to debug bundle service#23557
[CORE-7096] Hook admin API to debug bundle service#23557michael-redpanda merged 6 commits intoredpanda-data:devfrom
Conversation
Signed-off-by: Ben Pope <ben@redpanda.com>
Signed-off-by: Ben Pope <ben@redpanda.com>
8cc89c5 to
399da5a
Compare
michael-redpanda
left a comment
There was a problem hiding this comment.
looks nice! couple of nits/suggestions
|
new failures in https://buildkite.com/redpanda/redpanda/builds/55432#01924305-ecf6-46e6-807f-424356404985: new failures in https://buildkite.com/redpanda/redpanda/builds/55474#01924486-9afa-4697-9de7-dd86edcd1c07: |
|
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/55432#01924306-89ef-45d4-9c89-d7992f69222c ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/55432#01924306-89ec-4807-95e3-097541204e8f ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/55537#01924876-bda7-494b-b4bc-5c099a03cbac ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/55572#01924936-7203-4a93-ba25-9e9fc65399bb ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/55572#01924936-720c-4b45-9ed1-9d0e2bf70adb |
3af4765 to
74279c6
Compare
|
CI Failures: |
michael-redpanda
left a comment
There was a problem hiding this comment.
just need the new fields in the parameters
74279c6 to
50b4479
Compare
50b4479 to
ea1579b
Compare
Signed-off-by: Ben Pope <ben@redpanda.com>
Signed-off-by: Ben Pope <ben@redpanda.com>
Signed-off-by: Ben Pope <ben@redpanda.com>
Signed-off-by: Ben Pope <ben@redpanda.com>
ea1579b to
8d3c3d9
Compare
|
Changes in force-push
|
Thanks to some merge ordering schenangians, these tests started failing when redpanda-data#23557 merged after redpanda-data#23508. This change addresses the test bug by properly obtaining the configuration property and handling a situation when the debug bundle directory configuration is empty. Signed-off-by: Michael Boquard <michael@redpanda.com>
Continuation of CORE-7095
Implement:
GET /debug/bundle/file/{filename}DELETE /debug/bundle/file/{filename}Add ducktape tests for all endpoints:
POST /v1/debug/bundleGET /v1/debug/bundleDELETE /v1/debug/bundle/{jobid}GET /debug/bundle/file/{filename}(returnsnot_implemented)DELETE /debug/bundle/file/{filename}(returnsnot_implemented)Backports Required
Release Notes