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
As testing in PR #7116 shows, the "read with streaming" unit-test fails on the bots when run using the unittest command. However, the unit-test pass when run using the test command.
This issue thus seems to be identical to #6209 (comment), which means that we either need to use a locally available PDF file for that test, or change the unit-test framework to be able to deal with linked files.
Snuffleupagus
changed the title
The "read with streaming" unit-test (in network_spec.js) fails on the bots when run using unittest command
The "read with streaming" unit-test (in network_spec.js) fails on the bots when run using the unittest command
Mar 26, 2016
I've just submitted PR mozilla/botio-files-pdfjs#16 which should, once pushed to the bots, allow us to reference already downloaded linked PDF files in unit-tests.
Even with the bot patch, there would be one remaining issue. It's still required that e.g. browsertest is run in order for linked PDF files to actually be downloaded. Hence I've also submitted #7122, to make the unittest command able to deal with linked files as well.
As testing in PR #7116 shows, the "read with streaming" unit-test fails on the bots when run using the
unittest
command. However, the unit-test pass when run using thetest
command.This issue thus seems to be identical to #6209 (comment), which means that we either need to use a locally available PDF file for that test, or change the unit-test framework to be able to deal with linked files.
/cc @brendandahl, @yurydelendik
The text was updated successfully, but these errors were encountered: