[DRE-commits] [ruby-em-proxy] 01/01: force kill of test servers

Philippe Thierry pthierry-guest at moszumanska.debian.org
Thu Sep 7 20:03:00 UTC 2017


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

pthierry-guest pushed a commit to branch master
in repository ruby-em-proxy.

commit cd9a9b6f3c4c8cee99736b03ed30c790d6ad5e71
Author: Philippe Thierry <phil at reseau-libre.net>
Date:   Thu Sep 7 22:01:05 2017 +0200

    force kill of test servers
---
 debian/patches/deprecation_warn.patch | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/debian/patches/deprecation_warn.patch b/debian/patches/deprecation_warn.patch
index d982400..4a08eca 100644
--- a/debian/patches/deprecation_warn.patch
+++ b/debian/patches/deprecation_warn.patch
@@ -77,3 +77,21 @@ Last-Update: 2017-09-07
  describe Proxy do
    include POSIX::Spawn
  
+@@ -185,7 +192,7 @@
+         sleep 1 # let the server come up
+       end
+       after :each do
+-        Process.kill('QUIT', @pid)
++        Process.kill('KILL', @pid)
+       end
+       it "should connect to a unix socket" do
+         connected = false
+@@ -214,7 +221,7 @@
+         sleep 1 # let the server come up
+       end
+       after :each do
+-        Process.kill('QUIT', @pid)
++        Process.kill('KILL', @pid)
+       end
+       it "should connect to a unix socket" do
+         connected = false

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



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