Skip Menu |

This queue is for tickets about the Apache-Singleton CPAN distribution.

Report information
The Basics
Id: 76244
Status: resolved
Priority: 0/
Queue: Apache-Singleton

People
Owner: Nobody in particular
Requestors: gregoa [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] Only use one Apache child process for testing
Date: Mon, 2 Apr 2012 17:33:31 +0200
To: bug-apache-singleton [...] rt.cpan.org
From: gregor herrmann <gregoa [...] debian.org>
In Debian we are currently applying the attached patch to Apache-Singleton. We thought you might be interested in it, too. From d63e6400c68fd8a0bcdf399d3e973f2cc708dabc Mon Sep 17 00:00:00 2001 From: Niko Tyni <ntyni@debian.org> Date: Sun, 1 Apr 2012 21:35:56 +0300 Subject: [PATCH] Only use one Apache child process for testing As seen in <http://bugs.debian.org/666601>, t/apache/singleton/process/printer_instance.t occasionally fails in a non-deterministic way. This happens when sequential GET requests get served by different Apache child processes. The tests clearly expect only one process serving the pages, so limit MaxClients to one. Thanks in advance, gregor herrmann, Debian Perl Group

Message body is not shown because sender requested not to inline it.

Thanks. Fixed in v0.15, just released.