-
Notifications
You must be signed in to change notification settings - Fork 237
Closed
Labels
devdays25enhancementImprovement to an existing featureImprovement to an existing featuregood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Describe the enhancement
Implement tests for all query commands that list jobs, frames, processes, and layers with filtering and pagination.
Version Number
Additional context
Create /cueman/tests/test_query_commands.py testing:
- Frame listing (-lf) with layer and state filters
- Process listing (-lp) with memory and duration filters
- Layer listing (-ll) with formatting and statistics
- Job info display (-info) with detailed output
- Pagination with page and limit parameters
- Filter combination validation
- Empty result handling
- Large dataset performance considerations
Mock job.getFrames(), job.getLayers(), opencue.api.getProcs(). Test various data sizes and filter combinations.
Metadata
Metadata
Assignees
Labels
devdays25enhancementImprovement to an existing featureImprovement to an existing featuregood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed