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

kitchen tests failing on fastCGI #380

Closed
nkk1 opened this issue Aug 25, 2015 · 2 comments
Closed

kitchen tests failing on fastCGI #380

nkk1 opened this issue Aug 25, 2015 · 2 comments

Comments

@nkk1
Copy link

nkk1 commented Aug 25, 2015

Kitchen tests are failing as mod_fastcgi has been removed from run_list but test/integration/default/serverspec/localhost/mod_fastcgi_spec.rb still exists

# not supported by apache 2.4 without source compile with non-maintainer patches
#  - recipe[apache2_test::mod_fastcgi]

$ kitchen test default-centos-65

.....
            # /tmp/verifier/suites/serverspec/localhost/mod_fastcgi_spec.rb:36:in `block (2 levels) in <top (required)>'

       Finished in 1.31 seconds (files took 0.34594 seconds to load)
       82 examples, 3 failures, 2 pending

       Failed examples:

       rspec /tmp/verifier/suites/serverspec/localhost/mod_fastcgi_spec.rb:22 # apache2::mod_fastcgi mods-available/fastcgi.load is accurate
       rspec /tmp/verifier/suites/serverspec/localhost/mod_fastcgi_spec.rb:29 # apache2::mod_fastcgi mods-enabled/fastcgi.load is a symlink to mods-available/fastcgi.load
       rspec /tmp/verifier/suites/serverspec/localhost/mod_fastcgi_spec.rb:34 # apache2::mod_fastcgi fastcgi is loaded

       /opt/chef/embedded/bin/ruby -I/tmp/verifier/suites/serverspec -I/tmp/verifier/gems/gems/rspec-support-3.3.0/lib:/tmp/verifier/gems/gems/rspec-core-3.3.2/lib /opt/chef/embedded/bin/rspec --pattern /tmp/verifier/suites/serverspec/\*\*/\*_spec.rb --color --format documentation --default-path /tmp/verifier/suites/serverspec failed
       !!!!!! Ruby Script [/tmp/verifier/gems/gems/busser-serverspec-0.5.7/lib/busser/runner_plugin/../serverspec/runner.rb /tmp/verifier/suites/serverspec] exit code was 1
>>>>>> Verify failed on instance <default-centos-65>.
>>>>>> Please see .kitchen/logs/default-centos-65.log for more details
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: SSH exited (1) for command: [sh -c '

BUSSER_ROOT="/tmp/verifier"; export BUSSER_ROOT
GEM_HOME="/tmp/verifier/gems"; export GEM_HOME
GEM_PATH="/tmp/verifier/gems"; export GEM_PATH
GEM_CACHE="/tmp/verifier/gems/cache"; export GEM_CACHE

sudo -E /tmp/verifier/bin/busser test
']
>>>>>> ----------------------
zlib(finalizer): the stream was freed prematurely.
@svanzoest svanzoest added the bug label Mar 11, 2016
@svanzoest
Copy link
Contributor

Thanks! I have xit those specs for now. We will likely remove mod_fastcgi anyways as per #415 .

@svanzoest svanzoest self-assigned this Mar 26, 2016
@lock
Copy link

lock bot commented Jul 24, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot unassigned svanzoest Jul 24, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants