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

Failing tests #6

Closed
mattsoup opened this issue Jan 25, 2022 · 2 comments
Closed

Failing tests #6

mattsoup opened this issue Jan 25, 2022 · 2 comments

Comments

@mattsoup
Copy link

After running cargo test:

running 10 tests
test test_cli ... ok
test test_help_exit_code ... ok
test missing_reads ... ok
test ont_amps_find_both_orientations ... FAILED
test differentiate_artic_v3_from_vss ... FAILED
test test_version ... ok
test test_insufficient_arguments ... ok
test non_matching_primer_sets ... ok
test differentiate_vss_from_artic_v3 ... ok
test differentiate_vss2_from_vss1a ... FAILED

failures:

---- ont_amps_find_both_orientations stdout ----
thread 'ont_amps_find_both_orientations' panicked at 'Unexpected stdout, failed fn(var)
└── var as str:

command="/Users/mcampbell/Desktop/src/ampseer/target/debug/ampseer" "--primer-sets" "/Users/mcampbell/Desktop/src/ampseer/tests/fixtures/vss_18_28.bed.fasta" "--reads" "/Users/mcampbell/Desktop/src/ampseer/tests/fixtures/ont_vss_full_length_amp18rev_amp28for.fastq"
code=1
stdout=""
stderr="2022-01-25 17:12:39,767 ERROR [ampseer] Could not find reads at "/Users/mcampbell/Desktop/src/ampseer/tests/fixtures/ont_vss_full_length_amp18rev_amp28for.fastq"\nError: Invalid input\n"
', /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/core/src/ops/function.rs:227:5
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

---- differentiate_artic_v3_from_vss stdout ----
thread 'differentiate_artic_v3_from_vss' panicked at 'Unexpected stdout, failed fn(var)
└── var as str:

command="/Users/mcampbell/Desktop/src/ampseer/target/debug/ampseer" "--primer-sets" "/Users/mcampbell/Desktop/src/ampseer/tests/fixtures/primer_sets/ARTIC_v3.bed.fasta" "/Users/mcampbell/Desktop/src/ampseer/tests/fixtures/primer_sets/neb_vss1a.bed.fasta" "--reads" "/Users/mcampbell/Desktop/src/ampseer/tests/fixtures/artic_v3.fastq"
code=1
stdout=""
stderr="2022-01-25 17:12:39,767 ERROR [ampseer] Could not find reads at "/Users/mcampbell/Desktop/src/ampseer/tests/fixtures/artic_v3.fastq"\nError: Invalid input\n"
', /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/core/src/ops/function.rs:227:5

---- differentiate_vss2_from_vss1a stdout ----
thread 'differentiate_vss2_from_vss1a' panicked at 'Unexpected stdout, failed fn(var)
└── var as str: unknown

@bwlang
Copy link
Member

bwlang commented Jan 28, 2022

partly fixed in d973a3b

@bwlang bwlang closed this as completed Jan 28, 2022
@bwlang bwlang reopened this Jan 28, 2022
@bwlang
Copy link
Member

bwlang commented Feb 1, 2022

fixed in 64d8a7b

@bwlang bwlang closed this as completed Feb 1, 2022
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

2 participants