From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_PASS,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E043EC433FE for ; Fri, 22 Apr 2022 16:01:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231931AbiDVQEn (ORCPT ); Fri, 22 Apr 2022 12:04:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39596 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237777AbiDVQEk (ORCPT ); Fri, 22 Apr 2022 12:04:40 -0400 Received: from mx0a-00082601.pphosted.com (mx0a-00082601.pphosted.com [67.231.145.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B007856C11 for ; Fri, 22 Apr 2022 09:01:46 -0700 (PDT) Received: from pps.filterd (m0044010.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 23MF3GBA031018 for ; Fri, 22 Apr 2022 09:01:46 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fb.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=facebook; bh=Y97cttDG1kcfx2CU8scC7NBTd5KmpGDwARAh4Y2LmEs=; b=i/ed/p/emg7BYt51o3cabEgoL/Q6e+MNJhPsldOWw0o/ZH8vAedmHeerNRuf27RN4YA0 s1bZxsLMWxUCOx4IMsOwuOp0xmi3PZ0mARBng50ppn4cK5gPQDP2Jy84PfVyHKPq/zG1 9nF0HX4HZx8dZ5wdisV+ojX07tauTNMYWG0= Received: from maileast.thefacebook.com ([163.114.130.16]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3fket45d2w-3 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Fri, 22 Apr 2022 09:01:46 -0700 Received: from twshared8053.07.ash9.facebook.com (2620:10d:c0a8:1b::d) by mail.thefacebook.com (2620:10d:c0a8:82::e) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Fri, 22 Apr 2022 09:01:43 -0700 Received: by devbig039.lla1.facebook.com (Postfix, from userid 572232) id 3ABC97E0153E; Fri, 22 Apr 2022 09:01:41 -0700 (PDT) From: Dylan Yudaken To: CC: , , , Dylan Yudaken Subject: [PATCH liburing v2 4/7] test: use unique filenames Date: Fri, 22 Apr 2022 09:01:29 -0700 Message-ID: <20220422160132.2891927-5-dylany@fb.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220422160132.2891927-1-dylany@fb.com> References: <20220422160132.2891927-1-dylany@fb.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-FB-Internal: Safe Content-Type: text/plain X-Proofpoint-ORIG-GUID: 9oqDWONBgkNpInYacj5_-Yw0CexIL8NI X-Proofpoint-GUID: 9oqDWONBgkNpInYacj5_-Yw0CexIL8NI X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.858,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-04-22_04,2022-04-22_01,2022-02-23_01 Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org Allow tests to be run in parallel Signed-off-by: Dylan Yudaken --- test/openat2.c | 6 +++--- test/sq-poll-dup.c | 2 +- test/sq-poll-share.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/openat2.c b/test/openat2.c index 379c61e..34c0f85 100644 --- a/test/openat2.c +++ b/test/openat2.c @@ -246,12 +246,12 @@ int main(int argc, char *argv[]) } =20 if (argc > 1) { - path =3D "/tmp/.open.close"; + path =3D "/tmp/.open.at2"; path_rel =3D argv[1]; do_unlink =3D 0; } else { - path =3D "/tmp/.open.close"; - path_rel =3D ".open.close"; + path =3D "/tmp/.open.at2"; + path_rel =3D ".open.at2"; do_unlink =3D 1; } =20 diff --git a/test/sq-poll-dup.c b/test/sq-poll-dup.c index 0076a31..6a72b82 100644 --- a/test/sq-poll-dup.c +++ b/test/sq-poll-dup.c @@ -164,7 +164,7 @@ int main(int argc, char *argv[]) if (argc > 1) { fname =3D argv[1]; } else { - fname =3D ".basic-rw"; + fname =3D ".basic-rw-poll-dup"; t_create_file(fname, FILE_SIZE); } =20 diff --git a/test/sq-poll-share.c b/test/sq-poll-share.c index 2f1c1dd..7bb7626 100644 --- a/test/sq-poll-share.c +++ b/test/sq-poll-share.c @@ -82,7 +82,7 @@ int main(int argc, char *argv[]) if (argc > 1) { fname =3D argv[1]; } else { - fname =3D ".basic-rw"; + fname =3D ".basic-rw-poll-share"; t_create_file(fname, FILE_SIZE); } =20 --=20 2.30.2