[DRE-commits] [ruby-em-synchrony] 05/05: run remcached tests as well
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Apr 24 05:23:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-em-synchrony.
commit b3327ab8d74740de9f2dd0839fb59331d80f78ed
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Apr 24 10:51:06 2014 +0530
run remcached tests as well
---
debian/patches/disable-remcached-tests.patch | 29 ----------------------------
debian/patches/series | 1 -
2 files changed, 30 deletions(-)
diff --git a/debian/patches/disable-remcached-tests.patch b/debian/patches/disable-remcached-tests.patch
deleted file mode 100644
index de2b1e7..0000000
--- a/debian/patches/disable-remcached-tests.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/spec/remcached_spec.rb
-+++ b/spec/remcached_spec.rb
-@@ -3,7 +3,7 @@
-
- describe Memcached do
-
-- it "should yield until connection is ready" do
-+ xit "should yield until connection is ready" do
- EventMachine.synchrony do
- Memcached.connect %w(localhost)
- Memcached.usable?.should be_true
-@@ -11,7 +11,7 @@
- end
- end
-
-- it "should fire sequential memcached requests" do
-+ xit "should fire sequential memcached requests" do
- EventMachine.synchrony do
-
- Memcached.connect %w(localhost)
-@@ -27,7 +27,7 @@
- end
- end
-
-- it "should fire multi memcached requests" do
-+ xit "should fire multi memcached requests" do
- EventMachine.synchrony do
- pending "patch mult-get"
-
diff --git a/debian/patches/series b/debian/patches/series
index 88b9b14..f20ee6e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,7 +4,6 @@ disable-amqp.patch
disable-connection-pool-tests.patch
disable-em-mongo-test.patch
disable-mongo-tests.patch
-disable-remcached-tests.patch
disable-synchrony-failing-test.patch
disable-network-tests.patch
disable-redis-auth.test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-em-synchrony.git
More information about the Pkg-ruby-extras-commits
mailing list