From owner-dev-commits-src-all@freebsd.org Sat Jan 2 03:14:02 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A9A764C0414; Sat, 2 Jan 2021 03:14:02 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-ot1-f52.google.com (mail-ot1-f52.google.com [209.85.210.52]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D76Rt4Dd2z4mhv; Sat, 2 Jan 2021 03:14:02 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-ot1-f52.google.com with SMTP id w3so21192001otp.13; Fri, 01 Jan 2021 19:14:02 -0800 (PST) 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=UviXSvSBvbRdYCLX6egHfKASGSxOGUNoQgM052fp4v8=; b=a7+zKAtvsLv2pfIjG72m9cgZkT9EOZd1p18GvEHpV3OdvQCtfuiKss6/SqnBmXTJ13 Cp3HbwaLmiErnXHZlu4sFg38h6BoKBKUK6u7XMkrdviatmC0ZhIu9I4mmv4kLy8ofY4V 5S8axQ9VVcmXQn9o/s6D7j7qML+Zm+mgACdgHGBOZ/WV2mfyaknMa5Rn8m9Ej+6Jlv8w vjCDItQKserFF4SomUuaccrpxfMhSVI5T+kR/l5fY57K4/4ZTdxoCDT4H3+Pz989nU6Q n10OVFcD139qTWyIdIXm+GztDo2GBxaBwSu9XcQBntoGWVfyWqg9EsfLVDjm1wLhB1eb ghHg== X-Gm-Message-State: AOAM533fl+M44oKUOnW6LdbuisM4W2vh2JjyYBgpr7byKHfedIlEIJvs Wm6p1oYq74ONR9q3B8luvv12M7qrIoNBn9rKUvGvjX8nypw= X-Google-Smtp-Source: ABdhPJxwCThWojqwRTrLsN/46PajqLn6wlz7IocdqqjmCpSOEFOl0LLg7Djt2aHZFntHB9pQ1Op/gPaVdlCm66Era7g= X-Received: by 2002:a9d:a61:: with SMTP id 88mr44470350otg.18.1609557241011; Fri, 01 Jan 2021 19:14:01 -0800 (PST) MIME-Version: 1.0 References: <202101011720.101HK10L090087@gitrepo.freebsd.org> In-Reply-To: From: Alan Somers Date: Fri, 1 Jan 2021 20:13:50 -0700 Message-ID: Subject: Re: git: ae39db74066a - main - fusefs: fix an expectation in one of the tests To: "Conrad E. Meyer" Cc: src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org X-Rspamd-Queue-Id: 4D76Rt4Dd2z4mhv X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2021 03:14:02 -0000 On Fri, Jan 1, 2021 at 8:07 PM Conrad Meyer wrote: > On Fri, Jan 1, 2021 at 9:20 AM Alan Somers wrote: > > > > The branch main has been updated by asomers: > > > > URL: > https://cgit.FreeBSD.org/src/commit/?id=ae39db74066a0ff1682c1c841be030099d9d4557 > > > > commit ae39db74066a0ff1682c1c841be030099d9d4557 > > Author: Alan Somers > > AuthorDate: 2020-12-29 17:48:34 +0000 > > Commit: Alan Somers > > CommitDate: 2021-01-01 17:18:22 +0000 > > > > fusefs: fix an expectation in one of the tests > > > > An order-of-operations problem caused an expectation intended for > > FUSE_READ to instead match FUSE_ACCESS. Surprisingly, only one test > > case was affected. > > > > MFC after: 2 weeks > > Reviewed by: cem > > Differential Revision: https://reviews.freebsd.org/D27818 > > I did not review any of the changes in this commit. > > Conrad > They're in there. But they're in a separate commit from the one that made up the bulk of the review. Now that we're using git, I think Phabricator has some kind of commit filter, independent of the history filter. I haven't quite figured it out myself. -Alan