Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd: add list-queues command #588

Merged
merged 2 commits into from
Feb 19, 2025
Merged

Conversation

cmoussa1
Copy link
Member

Problem

There is no way to concisely list a set of defined queues in the flux-accounting database, similar to the list-banks and list-projects commands.


This PR adds a new command to the command suite called list-queues, which will list all of the queues defined in the queue_table. It offers the same options as list-banks to customize the output.

I've also added a couple of basic tests that call list-queues both in JSON and in a table format with customization.

Problem: There is no way to concisely list a set of defined queues in
the flux-accounting database, similar to the list-banks and
list-projects command.

Add a new command to the command suite called list-queues, which will
list all of the queues defined in the queue_table. Offer the same
options as list-banks to customize the output.
Problem: There exists no tests for calling list-queues.

Add some basic tests.
@cmoussa1 cmoussa1 added new feature new feature commands related to the flux-accounting commands/bindings labels Feb 19, 2025
Copy link
Member

@jameshcorbett jameshcorbett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@cmoussa1
Copy link
Member Author

thanks! setting MWP here

@mergify mergify bot merged commit 33e8dd8 into flux-framework:master Feb 19, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commands related to the flux-accounting commands/bindings merge-when-passing new feature new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants