Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111872 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 85207 invoked from network); 16 Sep 2020 12:11:39 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 16 Sep 2020 12:11:39 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 985A61804B1 for ; Wed, 16 Sep 2020 04:20:02 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DOS_RCVD_IP_TWICE_B, SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from box.beccati.com (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 16 Sep 2020 04:20:01 -0700 (PDT) Received: from authenticated-user (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by box.beccati.com (Postfix) with ESMTPSA id 2ED7120031A; Wed, 16 Sep 2020 13:19:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beccati.com; s=mail; t=1600255199; bh=Rb//zh+2ESoqQ/bs9bZ76kVB9L1TW8FkX14p8xJvVH0=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=Y5BBLGZjDUnN0OQ7FGWTg8iOHA9iE+qWctbC/7Poc7AdlIjeS9twCcKe9/StHZYPt k2N/O+RUW5PuF+Oo6ehlqJwY+zbRPIOYKG6yFCcv5GYY1m+0kyQjeRwk5RLBcMLzj7 9F4kqPM/0uRIx3KIV1wrgXqNv9MXKinMGAv14/Q8ZTAxdZMa8U81/wPJyNga58nUza 5uiaYnvoAjER03wtaskdB091LAlK3EycsDWqiRF9INV3uiY4C8VfibwpFZwkMLITVC llbeI1aQWECB3fbVqZ8XVqr3YsT9v8nKkcUWYWMpLIuAjMyeESimYVId0ikf4EzlRF zS5mi4m/G2GXw== To: Nikita Popov Cc: PHP internals References: <0736f00e-1373-fa74-8409-6a6e1084f0dd@beccati.com> Message-ID: <4ed2b04f-4771-67d5-e07b-39b6ae89a2bd@beccati.com> Date: Wed, 16 Sep 2020 13:19:58 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Git workflow, PRs and php-cvs ML From: php@beccati.com (Matteo Beccati) Hi Nikita, On 16/09/2020 12:46, Nikita Popov wrote: > No, this just means that your CI is running tests that our CI doesn't. > In this case, you are probably using a different MySQL version and thus > run a different subset of tests. I know that, and that's why I keep it running it ;-) I was just saying that some commits aren't getting to the php-cvs mailing list, and often that happens when closing GitHub PRs. And I suspect it has somethinig to do with the way the PR merge is handled. Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/