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

Add missing data to descrbie tasklist command #6189

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

Shaddoll
Copy link
Member

What changed?
Adding missing data to describe tasklist command
before:

 READ LEVEL | ACK LEVEL | BACKLOG  | LEASE START TASKID | LEASE END TASKID  
    45603221 |  45601985 |  301016 |           48600001 |         48700000  

after:

 READ LEVEL | ACK LEVEL | BACKLOG |  RPS   | LEASE START TASKID | LEASE END TASKID  
   45603221 |  45601985 |  301016 | 100000 |           48600001 |         48700000  

Why?

How did you test it?
manual test

Potential risks

Release notes

Documentation Changes

Copy link

codecov bot commented Jul 25, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 72.84%. Comparing base (f9996a1) to head (b9355ed).

Additional details and impacted files
Files Coverage Δ
tools/cli/admin_task_list_commands.go 0.00% <0.00%> (ø)

... and 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f9996a1...b9355ed. Read the comment docs.

@Shaddoll Shaddoll merged commit 8522abd into cadence-workflow:master Jul 25, 2024
19 of 20 checks passed
@Shaddoll Shaddoll deleted the tl-cli branch July 25, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants