Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61857 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32585 invoked from network); 28 Jul 2012 14:09:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jul 2012 14:09:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:63875] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/76-23870-D82F3105 for ; Sat, 28 Jul 2012 10:09:17 -0400 Received: from [192.168.2.230] (ppp-93-104-28-231.dynamic.mnet-online.de [93.104.28.231]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 138A26320C; Sat, 28 Jul 2012 16:09:14 +0200 (CEST) To: ab@php.net Cc: internals@lists.php.net In-Reply-To: <97767b567717f761f673c9561efda831.squirrel@webmail.klapt.com> References: <97767b567717f761f673c9561efda831.squirrel@webmail.klapt.com> Content-Type: text/plain; charset="UTF-8" Date: Sat, 28 Jul 2012 16:09:16 +0200 Message-ID: <1343484556.15056.3.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP test suite From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2012-07-27 at 22:07 +0200, Anatoliy Belsky wrote: > > after working for some time with the PHP test suite I've realized - it > needs an improvement of a special kind. What I'm talking about is the > server based testing. Very urgent cases have shown them up working > with APC. Most of the current bugs reported only reproduceable with > tests where multiple requests are involved. For that I once created a special SAPI, which can also do multi-threading: https://github.com/johannes/pconn-sapi http://schlueters.de/blog/archives/166-Testing-persistent-connection-and-thread-safety-features-in-PHP.html johannes