[DRE-maint] Bug#921931: puma: FTBFS in sid (failing tests)
Santiago Vila
sanvila at unex.es
Sun Feb 10 12:14:48 GMT 2019
tags 921931 + patch
thanks
I found a way to reproduce it on any system:
taskset --cpu-list 0 dpkg-buildpackage -uc -us -B
Because in this case a failing test does not seem to imply that the
package is misbuilt, I would suggest disabling the failing test until
somebody has the time to fix it properly, as in the patch below.
Thanks.
--- a/test/test_pumactl.rb
+++ b/test/test_pumactl.rb
@@ -32,6 +32,7 @@ class TestPumaControlCli < Minitest::Test
end
def test_control_url
+ return 0
skip if Puma.jruby? || Puma.windows?
host = "127.0.0.1"
More information about the Pkg-ruby-extras-maintainers
mailing list