[DRE-commits] [ruby-aruba] 37/74: Merge pull request #316 from dg-ratiodata/feature/stop_signal

Hideki Yamane henrich at moszumanska.debian.org
Sat Nov 28 01:16:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch debian/sid
in repository ruby-aruba.

commit 805a5cc601b80ed1094acd184097b7e6f4981822
Merge: 0b76824 ad3fc81
Author: Dennis Günnewig <dg-ratiodata at users.noreply.github.com>
Date:   Wed Nov 25 13:46:39 2015 +0100

    Merge pull request #316 from dg-ratiodata/feature/stop_signal
    
    Add signal handling and improve code regarding starting/stopping commands

 .travis.yml                                        |   4 +-
 History.md                                         |  18 +-
 features/api/command/run.feature                   | 102 ++++++-
 features/api/command/send_signal.feature           |  53 ++++
 features/api/command/stop.feature                  |  79 ++++++
 features/api/text/replace_variables.feature        |  45 +++
 features/configuration/startup_wait_time.feature   |  48 ++++
 features/step_definitions/hooks.rb                 |  91 +++++-
 .../{commands => command}/exit_statuses.feature    |   0
 .../steps/{commands => command}/in_process.feature |   5 +-
 features/steps/{commands => command}/run.feature   |   1 +
 features/steps/command/send_signal.feature         | 104 +++++++
 features/steps/command/stop.feature                | 313 +++++++++++++++++++++
 lib/aruba/announcer.rb                             |   2 +
 lib/aruba/api/command.rb                           |  33 ++-
 lib/aruba/api/text.rb                              |   9 +
 lib/aruba/command.rb                               |   5 +-
 lib/aruba/config.rb                                |   2 +
 lib/aruba/cucumber/command.rb                      |  75 +++++
 lib/aruba/cucumber/core.rb                         |  24 --
 lib/aruba/cucumber/hooks.rb                        |  10 +
 lib/aruba/errors.rb                                |   3 +
 lib/aruba/matchers/command/have_output.rb          |   2 +-
 lib/aruba/process_monitor.rb                       |  26 +-
 lib/aruba/processes/basic_process.rb               |  24 +-
 lib/aruba/processes/debug_process.rb               |   8 +-
 lib/aruba/processes/in_process.rb                  |  16 +-
 lib/aruba/processes/null_process.rb                |  26 ++
 lib/aruba/processes/spawn_process.rb               | 129 +++++----
 lib/aruba/rspec.rb                                 |   6 +
 30 files changed, 1163 insertions(+), 100 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aruba.git



More information about the Pkg-ruby-extras-commits mailing list