Package: ruby-eventmachine / 1.3~pre20201020-b50c135-2

Metadata

Package Version Patches format
ruby-eventmachine 1.3~pre20201020-b50c135-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
skip_test_stop_server.patch | (download)

tests/test_servers.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 skip this test, failing with localhost
 instead of ipv4 address
skip_tests_using_network.patch | (download)

tests/test_basic.rb | 2 1 + 1 - 0 !
tests/test_httpclient.rb | 10 5 + 5 - 0 !
tests/test_httpclient2.rb | 6 3 + 3 - 0 !
tests/test_pending_connect_timeout.rb | 2 1 + 1 - 0 !
tests/test_resolver.rb | 10 5 + 5 - 0 !
tests/test_unbind_reason.rb | 2 1 + 1 - 0 !
6 files changed, 16 insertions(+), 16 deletions(-)

 disable tests requiring network connection
 These tests should pass if network access is available
Bug-Debian: http://bugs.debian.org/710941
no git gemspec.patch | (download)

eventmachine.gemspec | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 remove git usage in source gemspec
 only when we use source from Github instead of released gem
skip_exception_on_unbind.patch | (download)

tests/test_exc.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 skip test which seems to hang
rewrite_dhparam_1_2.patch | (download)

tests/test_ssl_dhparam.rb | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 rewrite failing test when building on several architectures
 armel, armhf, hppa, mips, mipsel, sparc64
Bug: https://github.com/eventmachine/eventmachine/issues/873
localhost_ipv6.patch | (download)

tests/test_attach.rb | 8 4 + 4 - 0 !
tests/test_basic.rb | 36 18 + 18 - 0 !
tests/test_connection_count.rb | 6 3 + 3 - 0 !
tests/test_epoll.rb | 10 5 + 5 - 0 !
tests/test_handler_check.rb | 6 3 + 3 - 0 !
tests/test_hc.rb | 20 10 + 10 - 0 !
tests/test_httpclient.rb | 12 6 + 6 - 0 !
tests/test_httpclient2.rb | 16 8 + 8 - 0 !
tests/test_idle_connection.rb | 4 2 + 2 - 0 !
tests/test_inactivity_timeout.rb | 12 6 + 6 - 0 !
tests/test_io_streamer.rb | 4 2 + 2 - 0 !
tests/test_keepalive.rb | 12 6 + 6 - 0 !
tests/test_ltp.rb | 16 8 + 8 - 0 !
tests/test_many_fds.rb | 4 2 + 2 - 0 !
tests/test_object_protocol.rb | 4 2 + 2 - 0 !
tests/test_pause.rb | 8 4 + 4 - 0 !
tests/test_pending_connect_timeout.rb | 4 2 + 2 - 0 !
tests/test_proxy_connection.rb | 30 15 + 15 - 0 !
tests/test_pure.rb | 12 6 + 6 - 0 !
tests/test_sasl.rb | 4 2 + 2 - 0 !
tests/test_send_file.rb | 28 14 + 14 - 0 !
tests/test_servers.rb | 2 1 + 1 - 0 !
tests/test_smtpclient.rb | 2 1 + 1 - 0 !
tests/test_smtpserver.rb | 2 1 + 1 - 0 !
tests/test_sock_opt.rb | 8 4 + 4 - 0 !
tests/test_unbind_reason.rb | 4 2 + 2 - 0 !
26 files changed, 137 insertions(+), 137 deletions(-)

 use localhost instead of 127.0.0.1
 to avoid test failures on ipv6 only build machines
change_port_9999_to_9998.patch | (download)

tests/test_connection_count.rb | 6 3 + 3 - 0 !
tests/test_httpclient2.rb | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 change port 9999 in tests to 9998
 to avoid conflict with default (APT cacher) approx port
inactivity_timeout_mips.patch | (download)

tests/test_inactivity_timeout.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase inactivity timeout
 mipsel is sometimes at 0.31