Subject: | Test suite may fail (https issue?) |
Here too: the test suite fails on some of my smokers:
...
no get at https://youtube.com/get_video_info?video_id=_YUugB4IUl4 - at t/03_get_info.t line 11.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
t/03_get_info.t ........
Dubious, test returned 255 (wstat 65280, 0xff00)
All 2 subtests passed
no get at https://youtube.com/get_video_info?video_id=_YUugB4IUl4 - at t/04_get_title.t line 12.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
t/04_get_title.t .......
Dubious, test returned 255 (wstat 65280, 0xff00)
All 2 subtests passed
no get at https://youtube.com/get_video_info?video_id=_YUugB4IUl4 - at t/05_get_url.t line 12.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
t/05_get_url.t .........
Dubious, test returned 255 (wstat 65280, 0xff00)
All 2 subtests passed
no get at https://youtube.com/get_video_info?video_id=_YUugB4IUl4 - at t/06_get_resolution.t line 12.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
t/06_get_resolution.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
All 2 subtests passed
no get at https://youtube.com/get_video_info?video_id=_YUugB4IUl4 - at t/07_get_conn.t line 12.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
t/07_get_conn.t ........
Dubious, test returned 255 (wstat 65280, 0xff00)
All 2 subtests passed
...
This could be the same issue like https://rt.cpan.org/Ticket/Display.html?id=130363