You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1185 adds 4 test cases from htslib which only pass under Partial Verification: ce#1000, xx#repeated, xx#tlen, and xx#tlen2. Under Full Verification these fail with errors from SAMRecord equality comparisons which are not apparent from their default toString() representations:
java.lang.AssertionError: expected [x3 2/2 5b aligned to xx:7-11.] but found [x3 2/2 5b aligned to xx:7-11.]
Expected :x3 2/2 5b aligned to xx:7-11.
Actual :x3 2/2 5b aligned to xx:7-11.
Investigate these issues and move to the Full Verification test.
Subject of the issue
#1185 adds 4 test cases from htslib which only pass under Partial Verification:
ce#1000
,xx#repeated
,xx#tlen
, andxx#tlen2
. Under Full Verification these fail with errors from SAMRecord equality comparisons which are not apparent from their defaulttoString()
representations:Investigate these issues and move to the Full Verification test.
Your environment
(942da36)
The text was updated successfully, but these errors were encountered: