Skip to content

fix(enterprise): resolve command issues found in v0.5.0 spot checks #315

@joshrotenberg

Description

@joshrotenberg

Overview

During spot checks of v0.5.0, several enterprise commands were found to have issues. This is a tracking issue for fixing all of them.

Testing Environment

Working Commands ✅

  • enterprise workflow init-cluster - Successfully bootstrapped cluster
  • enterprise bootstrap status - Shows completed status correctly
  • enterprise database create - Created test-db successfully
  • enterprise database list - Lists active database
  • enterprise node list - Shows node information
  • enterprise license get - Shows trial license
  • enterprise acl list - Shows default ACL
  • api enterprise get /v1/cluster - Raw API access works

Commands with Issues ❌

Response Parsing Errors

Commands that Hang/Timeout

Other Errors

Root Causes (Likely)

  1. Type definition mismatches - Response types don't match actual API responses
  2. Missing or incorrect handlers - Some handlers may not be properly implemented
  3. API endpoint issues - Some endpoints may not exist or behave differently than expected

Success Criteria

  • All listed commands work correctly against a bootstrapped Redis Enterprise cluster
  • Proper error messages for legitimate failures (instead of parsing errors or hangs)
  • Integration tests added for each fixed command

Progress

Sub-issues created for each problem. Fix these one by one and check them off as completed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions