Skip to content

fix(enterprise): debug-info list command hangs/times out #321

@joshrotenberg

Description

@joshrotenberg

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 out

Expected Behavior

Should list any existing debug info collection tasks or return an empty list.

Likely Causes

  1. Incorrect endpoint path
  2. Handler expecting different response format
  3. 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/all or 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions