On 2019-07-30 01:13:38, SREZIC wrote:
Show quoted text> On some of my smoker systems the test suite fails due to timeouts:
>
> ...
> timed out at /home/cpansand/.cpan/build/2019073004/AnyEvent-7.16-
> 0/blib/lib/AnyEvent.pm line 2035.
> AnyEvent::CondVar::Base::recv(AnyEvent::CondVar=HASH(0x43626c18))
> called at /home/cpansand/.cpan/build/2019073004/DataLoader-0.02-
> 4/t/lib/DataLoader/Test.pm line 66
> DataLoader::Test::await(Mojo::Promise=HASH(0x42535e58)) called
> at t/abuse.t line 47
> main::__ANON__() called at
> /usr/local/lib/perl5/5.28/Test/Builder.pm line 339
> eval {...} called at /usr/local/lib/perl5/5.28/Test/Builder.pm
> line 339
> Test::Builder::subtest(Test::Builder=HASH(0x424d0948), "Allow
> an empty list", CODE(0x47a93588)) called at
> /usr/local/lib/perl5/5.28/Test/More.pm line 807
> Test::More::subtest("Allow an empty list", CODE(0x47a93588))
> called at t/abuse.t line 48
> main::__ANON__() called at
> /usr/local/lib/perl5/5.28/Test/Builder.pm line 339
> eval {...} called at /usr/local/lib/perl5/5.28/Test/Builder.pm
> line 339
> Test::Builder::subtest(Test::Builder=HASH(0x424d0948),
> "load_many function requires a list of keys", CODE(0x47a2f948)) called
> at /usr/local/lib/perl5/5.28/Test/More.pm line 807
> Test::More::subtest("load_many function requires a list of
> keys", CODE(0x47a2f948)) called at t/abuse.t line 49
> # Tests were run but no plan was declared and done_testing() was not
> seen.
> # Looks like your test exited with 255 just after 3.
> t/abuse.t ...............
> Dubious, test returned 255 (wstat 65280, 0xff00)
> All 3 subtests passed
> ... (etc more tests failing) ...
It's not always a timeout. The following failure is also possible:
...
# Child (Allow an empty list) exited without calling finalize()
# Failed test 'Allow an empty list'
# at /usr/perl5.24.4p/lib/5.24.4/Test/Builder.pm line 279.
timed out at /home/cpansand/.cpan/build/2019073014/AnyEvent-7.16-0/blib/lib/AnyEvent.pm line 2035.
AnyEvent::CondVar::Base::recv(AnyEvent::CondVar=HASH(0x428a9300)) called at /home/cpansand/.cpan/build/2019073014/DataLoader-0.02-1/t/lib/DataLoader/Test.pm line 66
DataLoader::Test::await(Mojo::Promise=HASH(0x429550c0)) called at t/abuse.t line 47
main::__ANON__() called at /usr/perl5.24.4p/lib/5.24.4/Test/Builder.pm line 261
Test::Builder::__ANON__() called at /usr/perl5.24.4p/lib/5.24.4/Test/Builder.pm line 266
eval {...} called at /usr/perl5.24.4p/lib/5.24.4/Test/Builder.pm line 266
Test::Builder::subtest(Test::Builder=HASH(0x41d87db0), "Allow an empty list", CODE(0x463e4750)) called at /usr/perl5.24.4p/lib/5.24.4/Test/More.pm line 771
Test::More::subtest("Allow an empty list", CODE(0x463e4750)) called at t/abuse.t line 48
main::__ANON__() called at /usr/perl5.24.4p/lib/5.24.4/Test/Builder.pm line 261
Test::Builder::__ANON__() called at /usr/perl5.24.4p/lib/5.24.4/Test/Builder.pm line 266
eval {...} called at /usr/perl5.24.4p/lib/5.24.4/Test/Builder.pm line 266
Test::Builder::subtest(Test::Builder=HASH(0x41d87db0), "load_many function requires a list of keys", CODE(0x4689fe58)) called at /usr/perl5.24.4p/lib/5.24.4/Test/More.pm line 771
Test::More::subtest("load_many function requires a list of keys", CODE(0x4689fe58)) called at t/abuse.t line 49
# Child (load_many function requires a list of keys) exited without calling finalize()
# Failed test 'load_many function requires a list of keys'
# at /usr/perl5.24.4p/lib/5.24.4/Test/Builder.pm line 279.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 29 just after 3.
t/abuse.t ...............
Dubious, test returned 29 (wstat 7424, 0x1d00)
Failed 1/3 subtests
...