uperl / AnyEvent-WebSocket-Client

WebSocket client for AnyEvent
9 stars 10 forks source link

test SSL without mojo #17

Closed plicease closed 10 years ago

plicease commented 10 years ago

It would be good to have a version of t/ae.t (maybe change the name) that tests SSL connections. Right now we test SSL using Mojolicious, but that can be brittle, see:

http://www.cpantesters.org/cpan/report/94fcaa02-bf9f-11e3-85fb-6f5ffffb7322

I can't reproduce the failure with the same versions, but it would be interesting to see if an ae_ssl.t and mojo_ssl.t failed.

plicease commented 10 years ago

Here are some more failures in t/mojo_ssl.t on the previous version of AnyEvent::WebSocket::Client:

http://www.cpantesters.org/cpan/report/799d2f48-7632-1014-8016-71cb3567e6ce http://www.cpantesters.org/cpan/report/728842f5-7631-1014-8e0f-0dca3567e6ce

This time on MSWin32.

plicease commented 10 years ago

Mojo seems a little better behaved 0.22 didn't get any of these failures. Still it would be nice to test SSL sans Mojo.