changeset 1259:caf59f42a3e1

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
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 08 Dec 2017 15:39:03 +0300
parents 784151520a9a
children eadd24ccfda1
files worker_shutdown_timeout_mail.t worker_shutdown_timeout_stream.t
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/worker_shutdown_timeout_mail.t	Thu Dec 07 17:32:33 2017 +0300
+++ b/worker_shutdown_timeout_mail.t	Fri Dec 08 15:39:03 2017 +0300
@@ -92,5 +92,6 @@
 }
 
 undef $s;
+1;
 
 ###############################################################################
--- a/worker_shutdown_timeout_stream.t	Thu Dec 07 17:32:33 2017 +0300
+++ b/worker_shutdown_timeout_stream.t	Fri Dec 08 15:39:03 2017 +0300
@@ -66,5 +66,6 @@
 }
 
 undef $s;
+1;
 
 ###############################################################################