From nobody Mon Feb 9 01:48:28 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=quarantine dis=none) header.from=crudebyte.com ARC-Seal: i=1; a=rsa-sha256; t=1647086883; cv=none; d=zohomail.com; s=zohoarc; b=eDhGDibEWpZca4zY4e3RXdWP55Ut5rYRlJz/5n9V/Tw1yvwcWdoWZci+4ouHfICRuE84uEpIb70uDTXvIw1BeB9UnPOUn5h2Sh+gvITM69y8GckYGuBcHafnHVfEBCziHV1eYnGOVxFTZs1M2Fa9GQ1AoULypYbZHmtkjQSuMTs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1647086883; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=9WTeueT/DgDLw9J91KuUL3y+mEvtLvanX/LDVRueNLY=; b=Xax3iKSYWBsbCynPbpMEDvK4G2z2ZHXutjxcoHpquQGySmgfykzJYdPpng3IM3fFp6HvrEgPad4PeJb5OOhn9n6Qwj0KjGDTOeQRLw/+IvUw21XNjxaMMdLUUlq+aXzzb8jujT66BgREqLC18wBkqsfTKZjzPkUG1XHTjR4rywc= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=quarantine dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1647086883468358.47988904605563; Sat, 12 Mar 2022 04:08:03 -0800 (PST) Received: from localhost ([::1]:46436 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nT0XS-0000cY-8B for importer@patchew.org; Sat, 12 Mar 2022 07:08:02 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34644) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nT0Vj-0007Xi-Sf for qemu-devel@nongnu.org; Sat, 12 Mar 2022 07:06:15 -0500 Received: from lizzy.crudebyte.com ([91.194.90.13]:44045) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nT0Vi-0004m3-Bs for qemu-devel@nongnu.org; Sat, 12 Mar 2022 07:06:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=crudebyte.com; s=lizzy; h=Cc:To:Subject:Date:From:References:In-Reply-To: Message-Id:Content-Type:Content-Transfer-Encoding:MIME-Version:Content-ID: Content-Description; bh=9WTeueT/DgDLw9J91KuUL3y+mEvtLvanX/LDVRueNLY=; b=DJtuR aN3vSR9IQCjtGJoeDZV6GnQWDtiNbSGMygUo1Op8njtCkj4vxrdKzJ9wofoBI/xdsz7+xo8CWpCdv 87JXkEf2X45c2H4vzKzoeYriEVY2iqbGiqXYbGVy0GOz6dkblPVAPTDcvicsGLlqRCwP6IUWLvClX yMJ6nqnS3JgE0yMIYAHwVwM8QNS9I3vaYTsG1x6xcWdZalYXydQtUA4dKNJJ7/XvmdoVrUbfiAMIl UR6aVQXeWEYHT/XIOc248M2iVkMB7n3Ewy8qAsZH4Co1RDg1V8CNGYi6ZNCyHJjJrZpBKp+RXfqGG YAAW5cRDGd1zOPOB3yHA9w168I3JA==; Message-Id: In-Reply-To: References: From: Christian Schoenebeck Date: Sat, 12 Mar 2022 12:06:35 +0100 Subject: [PATCH v2 1/7] tests/9pfs: walk to non-existent dir To: qemu-devel@nongnu.org Cc: Greg Kurz Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: none client-ip=91.194.90.13; envelope-from=f368bd48488fa6bd6fab27ffab732e4a7dadda2c@lizzy.crudebyte.com; helo=lizzy.crudebyte.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: pass (identity @crudebyte.com) X-ZM-MESSAGEID: 1647086885519100001 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Expect ENOENT Rlerror response when trying to walk to a non-existent directory. Signed-off-by: Christian Schoenebeck Reviewed-by: Greg Kurz --- tests/qtest/virtio-9p-test.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/tests/qtest/virtio-9p-test.c b/tests/qtest/virtio-9p-test.c index 01ca076afe..22bdd74bc1 100644 --- a/tests/qtest/virtio-9p-test.c +++ b/tests/qtest/virtio-9p-test.c @@ -606,6 +606,25 @@ static uint32_t do_walk(QVirtio9P *v9p, const char *pa= th) return fid; } =20 +/* utility function: walk to requested dir and expect passed error respons= e */ +static void do_walk_expect_error(QVirtio9P *v9p, const char *path, uint32_= t err) +{ + char **wnames; + P9Req *req; + uint32_t _err; + const uint32_t fid =3D genfid(); + + int nwnames =3D split(path, "/", &wnames); + + req =3D v9fs_twalk(v9p, 0, fid, nwnames, wnames, 0); + v9fs_req_wait_for_reply(req, NULL); + v9fs_rlerror(req, &_err); + + g_assert_cmpint(_err, =3D=3D, err); + + split_free(&wnames); +} + static void fs_version(void *obj, void *data, QGuestAllocator *t_alloc) { alloc =3D t_alloc; @@ -974,6 +993,15 @@ static void fs_walk_no_slash(void *obj, void *data, QG= uestAllocator *t_alloc) g_free(wnames[0]); } =20 +static void fs_walk_nonexistent(void *obj, void *data, QGuestAllocator *t_= alloc) +{ + QVirtio9P *v9p =3D obj; + alloc =3D t_alloc; + + do_attach(v9p); + do_walk_expect_error(v9p, "non-existent", ENOENT); +} + static void fs_walk_dotdot(void *obj, void *data, QGuestAllocator *t_alloc) { QVirtio9P *v9p =3D obj; @@ -1409,6 +1437,8 @@ static void register_virtio_9p_test(void) &opts); qos_add_test("synth/walk/dotdot_from_root", "virtio-9p", fs_walk_dotdot, &opts); + qos_add_test("synth/walk/non_existent", "virtio-9p", fs_walk_nonexiste= nt, + &opts); qos_add_test("synth/lopen/basic", "virtio-9p", fs_lopen, &opts); qos_add_test("synth/write/basic", "virtio-9p", fs_write, &opts); qos_add_test("synth/flush/success", "virtio-9p", fs_flush_success, --=20 2.30.2