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
Hi,
Cro::HTTP::Test: doesn't seem to work on my maschine (opensuse). When I try to run the tests:
prove6
An operation first awaited:
in sub get-response at /home/cha/tmp/cro-http-test/lib/Cro/HTTP/Test.pm6 (Cro::HTTP::Test) line 270
in block at /home/cha/tmp/cro-http-test/lib/Cro/HTTP/Test.pm6 (Cro::HTTP::Test) line 163
in sub test at /home/cha/tmp/cro-http-test/lib/Cro/HTTP/Test.pm6 (Cro::HTTP::Test) line 158
in block at t/checks.t line 23
Died with the exception:
Failed to resolve host name 'test' with family 0. Error: 'Name or service not known'
in method connect at /home/cha/.perl6/sources/4C552961C48BC280040466B8F4FDBF4857F6FF2D (Cro::TCP) line 105
in block at /home/cha/.perl6/sources/2899DAB6B17740FA880976179E5F4AE25B9E987E (Cro) line 346
t/checks.t ...... Dubious, test returned 1
All 20 subtests passed
The text was updated successfully, but these errors were encountered:
This is odd, it's as if it's trying to actually make a connection somewhere. Please can you check what Cro::HTTP version you have installed (and if not latest, try upgrading)?
Hi,
Cro::HTTP::Test: doesn't seem to work on my maschine (opensuse). When I try to run the tests:
prove6
An operation first awaited:
in sub get-response at /home/cha/tmp/cro-http-test/lib/Cro/HTTP/Test.pm6 (Cro::HTTP::Test) line 270
in block at /home/cha/tmp/cro-http-test/lib/Cro/HTTP/Test.pm6 (Cro::HTTP::Test) line 163
in sub test at /home/cha/tmp/cro-http-test/lib/Cro/HTTP/Test.pm6 (Cro::HTTP::Test) line 158
in block at t/checks.t line 23
Died with the exception:
Failed to resolve host name 'test' with family 0. Error: 'Name or service not known'
in method connect at /home/cha/.perl6/sources/4C552961C48BC280040466B8F4FDBF4857F6FF2D (Cro::TCP) line 105
in block at /home/cha/.perl6/sources/2899DAB6B17740FA880976179E5F4AE25B9E987E (Cro) line 346
t/checks.t ...... Dubious, test returned 1
All 20 subtests passed
The text was updated successfully, but these errors were encountered: