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

SBC-4 support returned but test still failed with "SBC-3 pagelength (>=60) returned but SBC-3 support was not claimed in the standard inquiry page" #268

Open
SexyC opened this issue Sep 18, 2018 · 0 comments

Comments

@SexyC
Copy link

SexyC commented Sep 18, 2018

Hi Ronnie,

I happened to find a bug in the following test suite.

Suite: Inquiry

Test: BlockLimits ...    [WARNING] SBC-3 pagelength (>=60) returned but SBC-3 support was not claimed in the standard inquiry page.

I've found that even the SBC-4 is claimed to be supported in the standard inquiry. The BlockLimits will still fail, as SBC-3 was not claimed. Checking the test logic, when SBC-3 is not claimed, we will take it as only support SBC-2. This may not be appropriate.

/* if it is not SBC3 then we assume it must be SBC2 */

According to the spec of SBC-4, it is compatible to SBC-3. So I think we should pass the test when SBC-4 is claimed while SBC-3 is not.

Thanks!
Best Regards.

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

No branches or pull requests

1 participant