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
When cpanm is running test suite, it freezes on 50-gh63-encode-response-content.t
I did a cpanm --look and did prove -vl t\50-gh63-encode-response-content.t : it did the first three tests, then froze; adding debug-prints, I saw it got to the following, where it tries to do the mech on the http:// URL.
is $mech->selector('#unchecked_1',single=> 1)->get_attribute('checked'),undef, "#unchecked_1 is not checked";
Unfortunately, I couldn't find a smoking-gun for why that one was freezing.
Neither appears intermittent, and they freeze rather than fail, so I don't think it's the "temporary" timing issue from #65 , but maybe I'm wrong on that.
If I edit 50-gh63-... and skip 50-tick.t, all the other tests pass without freezing
When
cpanm
is running test suite, it freezes on50-gh63-encode-response-content.t
I did a
cpanm --look
and didprove -vl t\50-gh63-encode-response-content.t
: it did the first three tests, then froze; adding debug-prints, I saw it got to the following, where it tries to do the mech on thehttp://
URL.WWW-Mechanize-Chrome/t/50-gh63-encode-response-content.t
Line 51 in b913018
If I change the URL to
https://
, then the test passes without freezing.Also freezes in
50-tick.t
:WWW-Mechanize-Chrome/t/50-tick.t
Line 68 in b913018
Unfortunately, I couldn't find a smoking-gun for why that one was freezing.
Neither appears intermittent, and they freeze rather than fail, so I don't think it's the "temporary" timing issue from #65 , but maybe I'm wrong on that.
If I edit
50-gh63-...
and skip50-tick.t
, all the other tests pass without freezingThe text was updated successfully, but these errors were encountered: