-
Notifications
You must be signed in to change notification settings - Fork 473
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 more tests for stream consumer group #2478
Comments
@PragmaTwice @git-hulk What is the syntax for isolating go tests for testing? |
@Yangsx-1 Are there any tests you would like to add in particular? Checking certain functionality? |
What do you mean by isolating go tests? Are you asking how to run the specified test cases? |
@git-hulk Yes, specified test cases. |
I think we should pay attention to time related variables, such as idel time and inactive time in XINFO CONSUMERS, and some counter variables such as pending number, last_delivered_id, entries_read, lag and so on. |
You can run command like this: |
You can run with Remember to replace |
Search before asking
Motivation
We should add more test cases for stream consumer group, especially for the time related information such as idle time and inactive time, and other information in XINFO command.
Solution
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: