Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111871 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 82328 invoked from network); 16 Sep 2020 11:38:39 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 16 Sep 2020 11:38:39 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5360E18050B for ; Wed, 16 Sep 2020 03:47:00 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lf1-f44.google.com (mail-lf1-f44.google.com [209.85.167.44]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 16 Sep 2020 03:46:59 -0700 (PDT) Received: by mail-lf1-f44.google.com with SMTP id b22so6406333lfs.13 for ; Wed, 16 Sep 2020 03:46:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Ty8G1Ajvj+llv5D14zXoxtinlaVXENVOPSE5R0Z0IRM=; b=DZSRGVxsbtl/VEvxKSPvICQiIbBpYRQtFis9N/mVnBJG0S3d5e01YrO/r1alC0Ifu9 d1deJS30mIwDOLtudnhjVE9lnE0aGjOMNZKKVQ+5K3PURErob8V6A0Ijm699KGAyB4A8 n750BEguLMeo9/mJxOkiCMcTJ/oR/k6t1dgr7OSVmQO9AmwxDn3UT4FOoubUR/8Z0/LP m1auSSNpuYneCFLA5adE0WaH1OG7dbRrRDIZyP8GTggf/CyAUMNGjUJPUL92zbPduWlA EfWmiob6cF3QTy4NrczCikxNolBwT3MRMFnxsFhNk7m6dH78Vv8jbQDhcAQuE0WJjgeI Yp0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Ty8G1Ajvj+llv5D14zXoxtinlaVXENVOPSE5R0Z0IRM=; b=HGPqAgYw0ag77Z/gLcjxsaV4F2O+zyozoeUQ6wbG9/fvovYLppkd7HQtXc/7g87prM Bl/dbb4AwieWeht/E4qnr2nZR2DLwzILnK+TB3EONxNxunhUrHaaelr4EqxmZ9mSy3Ms eXYu4oYipFefifOEWaaXwp+wcN6wQDOjLz0KCMnLO9Qt1GhpjPYPh4EhRmha4i2pC5am ksuok8U6h08iZJapi+z8/oXzPgp9OQxD1HSSyKYd8GZFybaWZspsh2gV0PGXjK0IAOhF Fz/9cO68y5lbMnicFfUfbgxETj8bl0tQt5eqTObnDVaRNt2umi/5xEBsikK8wr1yZeQ2 ZWgQ== X-Gm-Message-State: AOAM531EQABv/HwbO/wOMg1pJcIrSacYAG6iBfs/o7bLdswbInhxbdsg I6EwmI0bwsUKHcITLvTK4Gf/f3s76s7IM41u3iSXfDKBUbg= X-Google-Smtp-Source: ABdhPJwWReMZK1V34vc3kPNP4oKdeIY2uUPX7TCYJ53p+UND9sjXXlMiJoZ9YPAWKBOZiF0vk1L7uzediStVVplV1cA= X-Received: by 2002:a19:f510:: with SMTP id j16mr8500707lfb.169.1600253215973; Wed, 16 Sep 2020 03:46:55 -0700 (PDT) MIME-Version: 1.0 References: <0736f00e-1373-fa74-8409-6a6e1084f0dd@beccati.com> In-Reply-To: <0736f00e-1373-fa74-8409-6a6e1084f0dd@beccati.com> Date: Wed, 16 Sep 2020 12:46:40 +0200 Message-ID: To: Matteo Beccati Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000007d252e05af6bfcf1" Subject: Re: [PHP-DEV] Git workflow, PRs and php-cvs ML From: nikita.ppv@gmail.com (Nikita Popov) --0000000000007d252e05af6bfcf1 Content-Type: text/plain; charset="UTF-8" On Wed, Sep 16, 2020 at 12:44 PM Matteo Beccati wrote: > Hey everybody, > > I've noticed a test failing today on my CI and went through my local > php-cvs ML archive to see what could have caused it, without finding a > match. That has happened a few times already and I believe it was always > with some "Closes GH-XXX" commits. > > I'm just guessing here, but maybe in those cases the git workflow from > our wiki page wasn't properly followed when merging pull requests? > > https://wiki.php.net/vcs/gitworkflow > > Today's example: > https://github.com/php/php-src/pull/5803 > 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. Nikita --0000000000007d252e05af6bfcf1--