croservices / cro-websocket

Web socket support for the Cro library for building distributed systems in Raku.
https://cro.services/
Artistic License 2.0
11 stars 7 forks source link

Rakudist test fails. Cro::WebSocket:ver<0.8.4> , Rakudo v2020.10 #31

Open melezhik opened 3 years ago

melezhik commented 3 years ago

Hi! The summary:

22:16:31 11/04/2020 [bash: zef install cro] ===> Testing: Cro::WebSocket:ver<0.8.4>
22:17:02 11/04/2020 [bash: zef install cro] [Cro::WebSocket]     # You planned 2 tests, but ran 3
22:17:02 11/04/2020 [bash: zef install cro] [Cro::WebSocket] # Failed test 'If send resulted in error, an exception is thrown'
22:17:02 11/04/2020 [bash: zef install cro] [Cro::WebSocket] # at t/websocket-client.t line 163
22:17:03 11/04/2020 [bash: zef install cro] [Cro::WebSocket] # You failed 1 test of 25
22:17:10 11/04/2020 [bash: zef install cro] ===> Testing [FAIL]: Cro::WebSocket:ver<0.8.4>
22:17:10 11/04/2020 [bash: zef install cro] stderr: Aborting due to test failure: Cro::WebSocket:ver<0.8.4> (use --force-test to override)

A full log is available here - http://rakudist.raku.org/sparky/report/debian/890

HTH

Aleksei

melezhik commented 3 years ago

Looks like a sporadic error, in this test it's gone - http://rakudist.raku.org/sparky/report/debian/893

bbrtj commented 3 years ago

Having the same problem on Rakudo 2021.02, FreeBSD 13.0-RELEASE. Seems to occur every time, so I'll have to force the installation

demanuel commented 3 years ago

Not exactly the same issue, but also in tests:

===> Testing: Cro::WebSocket:ver<0.8.5> [Cro::WebSocket] # Failed test 'If problem serializing to JSON, it dies' [Cro::WebSocket] # at t/websocket-client.t line 214 [Cro::WebSocket] # You failed 1 test of 26 ===> Testing [FAIL]: Cro::WebSocket:ver<0.8.5>