-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Unit test assertions failure in ScsiCdTest_ModeSelect_Test::TestBody #1418
Comments
I can't reproduce a test crash on my issue-1410 branch (forked from ad5eae9) when compiled with |
I'll rebase and test again ... |
Rebased onto 7a986c8 I get a crash |
kkaempf
added a commit
to kkaempf/piscsi
that referenced
this issue
Jan 17, 2024
otherwise its constructor assertion (block > 0) will fail. Fixes PiSCSI#1418 Signed-off-by: Klaus Kämpf <kkaempf@gmail.com>
This was referenced Jan 17, 2024
rdmark
pushed a commit
that referenced
this issue
Jan 18, 2024
otherwise its constructor assertion (block > 0) will fail. Fixes #1418 Signed-off-by: Klaus Kämpf <kkaempf@gmail.com>
kkaempf
added a commit
to kkaempf/piscsi
that referenced
this issue
Apr 2, 2024
otherwise its constructor assertion (block > 0) will fail. Fixes PiSCSI#1418 Signed-off-by: Klaus Kämpf <kkaempf@gmail.com>
rdmark
pushed a commit
that referenced
this issue
May 1, 2024
otherwise its constructor assertion (block > 0) will fail. Fixes #1418 Signed-off-by: Klaus Kämpf <kkaempf@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When run in debug mode, there is an assertion failure in
ScsiCdTest_ModeSelect_Test::TestBody
. This is only triggered when unit tests are compiled with theDEBUG=1
flag.Uwe spotted and reported this in #1415 -- see that ticket for the stack trace with symbols.
The text was updated successfully, but these errors were encountered: