# HG changeset patch # User Sergey Kandaurov # Date 1512736743 -10800 # Node ID caf59f42a3e13d1d7ea77040cd0b9d5720dc5ffe # Parent 784151520a9a25a643d472215c98094bec23d99d Tests: handled GC deficiency in Perl < 5.22. This allows to unbreak running worker_shutdown_timeout tests on stable. See for more details: https://rt.perl.org/Public/Bug/Display.html?id=122556 diff --git a/worker_shutdown_timeout_mail.t b/worker_shutdown_timeout_mail.t --- a/worker_shutdown_timeout_mail.t +++ b/worker_shutdown_timeout_mail.t @@ -92,5 +92,6 @@ ok($s->can_read(), 'mail connection shut } undef $s; +1; ############################################################################### diff --git a/worker_shutdown_timeout_stream.t b/worker_shutdown_timeout_stream.t --- a/worker_shutdown_timeout_stream.t +++ b/worker_shutdown_timeout_stream.t @@ -66,5 +66,6 @@ ok($s->can_read(), 'stream connection sh } undef $s; +1; ###############################################################################