-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
The enterprise debug-info list command hangs and eventually times out.
Steps to Reproduce
redisctl enterprise debug-info list
# Command hangs indefinitely or times outExpected Behavior
Should list any existing debug info collection tasks or return an empty list.
Likely Causes
- Incorrect endpoint path
- Handler expecting different response format
- The list endpoint might not exist (only specific task endpoints)
Investigation Needed
- Verify if a list endpoint exists for debug info tasks
- Test with raw API:
redisctl api enterprise get /v1/debuginfo - Check Redis Enterprise API docs for correct debug info endpoints
- May need to use
/v1/debuginfo/allor similar
Acceptance Criteria
- Command returns list of debug info tasks or empty list
- Doesn't hang or timeout
- Add integration test for this command
Part of #315
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working