bioperl-run icon indicating copy to clipboard operation
bioperl-run copied to clipboard

Issue with Bowtie in test suite

Open tillea opened this issue 6 years ago • 1 comments

Hi, there is another bug report concerning bowtie tests. The error message in the build is:

#   Failed test 'bowtie success'
#   at t/Bowtie.t line 188.
#                   '# reads processed: 1000
# # reads with at least one reported alignment: 1000 (100.00%)
# # reads that failed to align: 0 (0.00%)
# Reported 1000 paired-end alignments
# '
#     doesn't match '(?^:reads processed: 2000)'

#   Failed test 'bowtie success'
#   at t/Bowtie.t line 195.
#                   '# reads processed: 1000
# # reads with at least one reported alignment: 1000 (100.00%)
# # reads that failed to align: 0 (0.00%)
# Reported 1000 paired-end alignments
# '
#     doesn't match '(?^:reads processed: 2000)'
# Looks like you failed 2 tests of 61.

and the summary says

Test Summary Report
-------------------
t/Bowtie.t                  (Wstat: 512 Tests: 61 Failed: 2)
  Failed tests:  43, 45
  Non-zero exit status: 2
Files=72, Tests=1690, 314 wallclock secs ( 0.57 usr  0.21 sys + 243.57 cusr 10.84 csys = 255.19 CPU)
Result: FAIL
Failed 1/72 test programs. 2/1690 subtests failed.

Please let me know if you need any further information. Kind regards, Andreas.

tillea avatar Jan 26 '18 08:01 tillea

I guess this issue can be closed as the bug was caused by the patch adjusting the test results for the previous bowtie release.

mestia avatar Jan 26 '18 12:01 mestia