-
Notifications
You must be signed in to change notification settings - Fork 78
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
block/035: Test shared queue fairness #135
Conversation
@kawasaki Do you get notified automatically if a pull request is created or do we perhaps have to ping you? |
@bvanassche Sorry, I missed this pull request in last four days since I was busy on zbd/010 and nbd/002 failures. I made it my daily routine to check my GitHub notification page, but this is the "pull" style then I tend to miss it. I have set up GitHub notification to come to my e-mail reader so that I can receive the notifications in "push" style. I hope it will reduce the chance to miss. Will look into your pull requests today. Thanks. |
I noticed that this PR adds the test case to confirm no regression by the patch proposed to linux-block. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test case looks interesting and valuable. Please find my comments. Also, could you add a brief comment in the commit message? Thanks.
@bvanassche Thank you for updating the commit. I did trial runs and results look good. I would like to clarify one point before merge. Please find the question I made. |
Test whether both requests queues process I/O if the tag set is shared and if the completion times of the two request queues differ significantly. Signed-off-by: Bart Van Assche <[email protected]>
Thank you @bvanassche for the update. This PR has got merged. After that, I came up with an idea to print the IOPS numbers so that we can check them easier.
The two lines change will makes the blktests run output as follows:
I may post this patch later when I have time to afford. |
No description provided.