Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

body_encoding test seems to randomly "fail" #29

Open
robrwo opened this issue Nov 11, 2014 · 4 comments
Open

body_encoding test seems to randomly "fail" #29

robrwo opened this issue Nov 11, 2014 · 4 comments

Comments

@robrwo
Copy link

robrwo commented Nov 11, 2014

Sometimes when running tests, I get the following:

t/022-body-encoding.t ............................... All 1 subtests passed 

which is treated as a failure:

Test Summary Report
-------------------
t/022-body-encoding.t                             (Wstat: 11 Tests: 1 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output

This failure goes away when re-running the tests, sometimes.

@autarch
Copy link
Collaborator

autarch commented Jul 5, 2015

I can't reproduce this. I'm guessing it's some difference in the prereq chain somewhere.

@eserte
Copy link

eserte commented Jan 3, 2016

@autarch
Copy link
Collaborator

autarch commented Jan 3, 2016

Yeah, I've seen this come in over the months but I'm not sure what's causing it. There's not many XS modules in the dep tree for this distro, AFAICT.

@eserte
Copy link

eserte commented Mar 22, 2016

302-content-negotiation-charset.t is caused by a problem in Encode, see https://rt.perl.org/Public/Bug/Display.html?id=122873 and which should be fixed in newer Encode versions. Maybe 022-body-encoding.t has the same problem? @robrwo: do you still see the errors, and if yes, what Encode version do you have installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants