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

Fix failed tests for "rake test:integration" #1390

Merged
merged 1 commit into from Aug 16, 2017

Conversation

junaruga
Copy link
Contributor

@junaruga junaruga commented Aug 9, 2017

I fixed below failed tests for "rake test:integration".

$ bundle exec rake test:integration
cd test/shell; sh run.sh
t1 FAIL
t2 FAIL
t3 FAIL
rake aborted!
Command failed with status (3): [cd test/shell; sh run.sh...]
/home/jaruga/git/puma/Rakefile:160:in `block (2 levels) in <top (required)>'
/home/jaruga/git/puma/vendor/bundle/ruby/2.4.0/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
/usr/local/ruby-2.4.1/bin/bundle:22:in `load'
/usr/local/ruby-2.4.1/bin/bundle:22:in `<main>'
Tasks: TOP => test:integration
(See full trace by running task with --trace)

It works after this modification.

$ bundle exec rake test:integration
cd test/shell; sh run.sh
t1 OK
t2 OK
t3 OK

But why is this "test:integration" test not included in Travis and Appveyor CI test?

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

Successfully merging this pull request may close these issues.

None yet

2 participants