From nobody Wed May 15 19:16:45 2024 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=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689618664; cv=none; d=zohomail.com; s=zohoarc; b=S7u4cy8sDlSeiw3yClPAeH1DjY2EhatZaxJrJAtjcnXxTFiqJNUpASkEHV6qCiu9MJDuCP9KFizdVNOH3+tMVp9C6S+EbGiDpxaCMvTBxMNecdbSU2sVTQvvynsV6I6Nf4GTcVAac6313f6qtVTStM0hqVfzhWTBYOKv1Kdra78= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689618664; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=KYuJS8fy91XugE8yG0oQjHhyw8Any+M9H3Jklimfpg0=; b=MkYgNpmGNDyNrHQRNIKeOMIAladPLnD1mWPSbFDY0NefxzNWsnoAtivLIlt9QIG95YOrAg/76oX1+lZDeSkRFrEvPNjDyfhol9tyeS/i4lHDTQoqUX2ZsXV99Js+NSUsGUMZtsBEFfDcpMCVKmqIrdTp1IrNd7oHPHWYHKUFfyw= 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=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1689618664177988.5982968649167; Mon, 17 Jul 2023 11:31:04 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLSyK-0002nu-H4; Mon, 17 Jul 2023 14:29:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSy4-0002jt-J5 for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:09 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSy2-0004ny-Ja for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:07 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-8-MFB3teiKONuZkyadGsdoWQ-1; Mon, 17 Jul 2023 14:29:02 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3CD5E104458F; Mon, 17 Jul 2023 18:29:02 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 354E92166B26; Mon, 17 Jul 2023 18:29:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689618546; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KYuJS8fy91XugE8yG0oQjHhyw8Any+M9H3Jklimfpg0=; b=ZvY3cYN5m9bqOO42xL6r8EgF1gwHUJmtaUJ+vDq10eQIAUnMyQpPuiQ3Q0B4zcrFF0gw2/ vZaHAHkGmlc1o7pVfo1X2wQ5lL3klA7A+TEqQUa+9SmANiAix0T/fRvwdcJelIiidymNFs W2bbAM8bI4Jgq5kXMqEAL1HqSoMgbwg= X-MC-Unique: MFB3teiKONuZkyadGsdoWQ-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Cleber Rosa , Thomas Huth , John Snow , Paolo Bonzini , Laurent Vivier , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 01/12] qtest: bump min meson timeout to 60 seconds Date: Mon, 17 Jul 2023 19:28:47 +0100 Message-ID: <20230717182859.707658-2-berrange@redhat.com> In-Reply-To: <20230717182859.707658-1-berrange@redhat.com> References: <20230717182859.707658-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 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: pass client-ip=170.10.133.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689618665343100011 Even some of the relatively fast qtests can sometimes hit the 30 second timeout in GitLab CI under high parallelism/load conditions. Bump the min to 60 seconds to give a higher margin for reliability. Reviewed-by: Thomas Huth Signed-off-by: Daniel P. Berrang=C3=A9 --- tests/qtest/meson.build | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index b071d400b3..b29d7abc39 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -1,12 +1,7 @@ slow_qtests =3D { - 'ahci-test' : 60, 'bios-tables-test' : 120, - 'boot-serial-test' : 60, 'migration-test' : 150, 'npcm7xx_pwm-test': 150, - 'prom-env-test' : 60, - 'pxe-test' : 60, - 'qos-test' : 60, 'qom-test' : 300, 'test-hmp' : 120, } @@ -378,8 +373,8 @@ foreach dir : target_dirs env: qtest_env, args: ['--tap', '-k'], protocol: 'tap', - timeout: slow_qtests.get(test, 30), - priority: slow_qtests.get(test, 30), + timeout: slow_qtests.get(test, 60), + priority: slow_qtests.get(test, 60), suite: ['qtest', 'qtest-' + target_base]) endforeach endforeach --=20 2.41.0 From nobody Wed May 15 19:16:45 2024 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=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689618608; cv=none; d=zohomail.com; s=zohoarc; b=GzsA9Es2wyra5TFUV+RbCRfKv+hAwmWy6XRrPH1Pcs3bcBgWzClZRnG70Q8xpIKinogLHPVaV0trrkNKf2DhHh/Shke38GB37U9OIJ/C0zfnDnfsMWTSThdX4XTUdJCQZjW0fe2TKJaO1fp6oJKNRioosmx5dwS6o1/Jux6RL44= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689618608; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=ZZLrclQeMIxOECQK+j80CxdIr9YZFIB0g8KFE0A2cYo=; b=kZFdYDTUeBS/YyWIBnMpEKgVZxgtE5LtW2HWMqUthGjz11M8kvU2g7Fx05dwazmAFH8wSCzSwGW+k48cnNDxHdQOPoyECbR7CnBo9Rpi7FlfqYvFH9vFjoQrhb8Yp7WZZvtNr72fVqbua/jYhT0cS4+6rObDdY9JqmStzPkGw6Q= 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=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1689618608363798.7879070689615; Mon, 17 Jul 2023 11:30:08 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLSyM-0002qC-BH; Mon, 17 Jul 2023 14:29:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSy5-0002kG-T2 for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:10 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSy4-0004oC-CI for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:09 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-298-7wb0rLCEPiSTboLCktrTiA-1; Mon, 17 Jul 2023 14:29:03 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 78CF086801C; Mon, 17 Jul 2023 18:29:03 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6E31A2166B25; Mon, 17 Jul 2023 18:29:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689618547; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZZLrclQeMIxOECQK+j80CxdIr9YZFIB0g8KFE0A2cYo=; b=TboBxbVTWcwLHiR6NEWdRtL8KzmFKdzKMIFsOzrZ+23NLO4NO1f1ybV1elia9qkWHCOYUA adnIlx974iVETFyMTIl1ygFwzKRzOmHh0b/8PvHk/NOjozDzdpvrc9pL0LlXoIjnHJwa+r qCBEQ+v8gG3iIN+COO8snMPOwocl68s= X-MC-Unique: 7wb0rLCEPiSTboLCktrTiA-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Cleber Rosa , Thomas Huth , John Snow , Paolo Bonzini , Laurent Vivier , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 02/12] qtest: bump migration-test timeout to 5 minutes Date: Mon, 17 Jul 2023 19:28:48 +0100 Message-ID: <20230717182859.707658-3-berrange@redhat.com> In-Reply-To: <20230717182859.707658-1-berrange@redhat.com> References: <20230717182859.707658-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 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: pass client-ip=170.10.133.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689618609057100001 The migration test should take between 1 min 30 and 2 mins on reasonably modern hardware. The test is not especially compute bound, rather its running time is dominated by the guest RAM size relative to the bandwidth cap, which forces each iteration to take at least 30 seconds. None the less under high load conditions with multiple QEMU processes spawned and competing with other parallel tests, the worst case running time might be somewhat extended. Bumping the timeout to 5 minutes gives us good headroom, while still catching stuck tests relatively quickly. Reviewed-by: Thomas Huth Signed-off-by: Daniel P. Berrang=C3=A9 --- tests/qtest/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index b29d7abc39..c3f8bf45e4 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -1,6 +1,6 @@ slow_qtests =3D { 'bios-tables-test' : 120, - 'migration-test' : 150, + 'migration-test' : 300, 'npcm7xx_pwm-test': 150, 'qom-test' : 300, 'test-hmp' : 120, --=20 2.41.0 From nobody Wed May 15 19:16:45 2024 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=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689618591; cv=none; d=zohomail.com; s=zohoarc; b=VRmIuRYowRCS+XEJXJJO92hVbAaW4NmoYvlEQWvqQ9WTJjOzW5O9si/qx7xT15FoM2ca8mqLcxUn8khhd4dZTavLKsP2OObfHcTFIJubsFxJNwKK8D9oGkKVEjxNfCMrXOWGeGWCJaIqvqGdpzNeemLDw5pfhwqP6tRTpHmRN98= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689618591; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=w9q4xh0eeQ/Ex5uOi5qHbvK9mkALZyzmFBdV6/G28Cw=; b=jjkPhxcbpDt2mIrAQYApx6uZK3wJ+ddyPNihs2XJKqpp4yfQUyURlm1Zet5dxXppLF3D6mNWoGlBYWzXEE7GZvqB7rBfYeUUo7BXtH+at18qSrY0T5eI6gwtdfo+NDu9Yqq+EFmK10CPu6r3CoDZ1wrf0sNAxmqn7WwQCEHMwY0= 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=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1689618591775233.78787261208174; Mon, 17 Jul 2023 11:29:51 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLSyJ-0002mG-BN; Mon, 17 Jul 2023 14:29:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSy6-0002kN-5D for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:14 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSy4-0004on-Sc for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:09 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-190-IWZ3t3dWNoWFfH_-eEAgRw-1; Mon, 17 Jul 2023 14:29:05 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B04C81044599; Mon, 17 Jul 2023 18:29:04 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id AA2482166B25; Mon, 17 Jul 2023 18:29:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689618548; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=w9q4xh0eeQ/Ex5uOi5qHbvK9mkALZyzmFBdV6/G28Cw=; b=CXl4eCXlh04HSfj81suTqz0WO93pO/LCoSu8Oybbp9S75crAMHc5ewsngPO5rU2fTRquyD tyOY5kYipYsiHynPQB3vQFgkixelqnINhsBTKMOo8Nkblmyq/j1MuiH12t5oSq/mEMa1e/ z4iPPgbRZqGTT7UXlh1EbwygONKLWVQ= X-MC-Unique: IWZ3t3dWNoWFfH_-eEAgRw-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Cleber Rosa , Thomas Huth , John Snow , Paolo Bonzini , Laurent Vivier , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 03/12] qtest: bump qom-test timeout to 15 minutes Date: Mon, 17 Jul 2023 19:28:49 +0100 Message-ID: <20230717182859.707658-4-berrange@redhat.com> In-Reply-To: <20230717182859.707658-1-berrange@redhat.com> References: <20230717182859.707658-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 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: pass client-ip=170.10.133.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689618592506100005 The qom-test is periodically hitting the 5 minute timeout when running on the aarch64 emulator under GitLab CI. With an --enable-debug build it can take over 10 minutes for arm/aarch64 targets. Setting timeout to 15 minutes gives enough headroom to hopefully make it reliable. Reviewed-by: Thomas Huth Signed-off-by: Daniel P. Berrang=C3=A9 --- tests/qtest/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index c3f8bf45e4..ecbf515d50 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -2,7 +2,7 @@ slow_qtests =3D { 'bios-tables-test' : 120, 'migration-test' : 300, 'npcm7xx_pwm-test': 150, - 'qom-test' : 300, + 'qom-test' : 900, 'test-hmp' : 120, } =20 --=20 2.41.0 From nobody Wed May 15 19:16:45 2024 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=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689618594; cv=none; d=zohomail.com; s=zohoarc; b=iin/n+nAZ2CnybBp1iR6WnkXPSYe48OCqUTnWsx5TF/p36CrqlnxVASdKmHmg1jWXXxXxjzsJFWuUieqT4K7GpvuAe2gMT1Fbvk1Sjj2odzwpq3Guo5t2crVNX1C/WdILMkGF97KljDErAbSw1enHA9XmJoCeHSvGgPsg+7KO6g= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689618594; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=T8k9nclv4bFzQP0+ple3/RocP+gWE0sNn6lt2933zso=; b=IBO4dCHmrc9b14Kdr1yRjGF/cGF+KzUlvTT2JufhOD+Gth01Q7ag8omw+HkeWWUkaWqqEgRz4HuZRkxTMxF7Gg6YeGSMikuXeDo5HMfICX9IfSkTXayQpF9ZPwi4uPxyH+0ZVtaeBuVBh17yFiJcNRVgl18N97FW0NAqrS8VhOA= 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=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1689618593989567.160145557253; Mon, 17 Jul 2023 11:29:53 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLSyT-0002sd-IQ; Mon, 17 Jul 2023 14:29:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSy7-0002kV-Jn for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:15 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSy6-0004p7-Av for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:11 -0400 Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-444-VKdyA3lHP_Ct8UYvQ0ph6A-1; Mon, 17 Jul 2023 14:29:06 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id EACA11C16605; Mon, 17 Jul 2023 18:29:05 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id E0DD82166B25; Mon, 17 Jul 2023 18:29:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689618549; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=T8k9nclv4bFzQP0+ple3/RocP+gWE0sNn6lt2933zso=; b=SNFbEfaaVlkrP09Xw4ePvkJnwAhz+HlOc+ld+qlp/MD+3t5F2G4ru1iFVdNus/TNsHDIak aylvYU6gL9M0rhhMTPXtaWX6x4vVcb46u7ZI82u9XqWWtJQSJKdp9f8FsPOnQ6gt0VxX0n r3flqKTjvcfkOKD795N2fZLbiOhUopw= X-MC-Unique: VKdyA3lHP_Ct8UYvQ0ph6A-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Cleber Rosa , Thomas Huth , John Snow , Paolo Bonzini , Laurent Vivier , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 04/12] qtest: bump npcm7xx_pwn-test timeout to 5 minutes Date: Mon, 17 Jul 2023 19:28:50 +0100 Message-ID: <20230717182859.707658-5-berrange@redhat.com> In-Reply-To: <20230717182859.707658-1-berrange@redhat.com> References: <20230717182859.707658-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 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: pass client-ip=170.10.133.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689618594714100015 The npcm7xx_pwn-test takes 3 & 1/2 minutes in a --enable-debug build. Bumping to 5 minutes will give more headroom. Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: Thomas Huth --- tests/qtest/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index ecbf515d50..e28f0925e1 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -1,7 +1,7 @@ slow_qtests =3D { 'bios-tables-test' : 120, 'migration-test' : 300, - 'npcm7xx_pwm-test': 150, + 'npcm7xx_pwm-test': 300, 'qom-test' : 900, 'test-hmp' : 120, } --=20 2.41.0 From nobody Wed May 15 19:16:45 2024 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=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689618677; cv=none; d=zohomail.com; s=zohoarc; b=T8Qm+FfZmCqMJUP6BRWblrvhSisab5NJgerUPy1I8CoXm7HrIbrBiITuQH4l1s0dGI2Kld5Gx8FXdoBETvG2OizgmatTdNp6GvQX/04EP+lOfJyPzF5XPbm534x6hjHbIgX9b1oyjSPZQBWskmReU3c7URhScL3neiCRbIMFAc0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689618677; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=eLoa8Tdq2/09yXgHyMP6Pr8MBaBfgjrN7u/rFIf1b7k=; b=KjxY2YzHtSokZH3QTy3sj4at7a5okPAaFMbdZPqsaLaN08XAvZLdCtcoh/bOGuRtA38SpUBYlclEGVoB/26msIZRrW2DT0q9mC3WTDQPEm+rGLuvuVpiFTMWiTmwT69cVoQ85Add2zHbDktbcG8K1tVs16639q3keumAhoUp8T4= 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=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 16896186772481009.4950232768684; Mon, 17 Jul 2023 11:31:17 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLSyK-0002nm-7k; Mon, 17 Jul 2023 14:29:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSy9-0002kY-8l for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:15 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSy7-0004pJ-Rw for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:13 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-639-czGxTwehM4mqN5_a8ISuEA-1; Mon, 17 Jul 2023 14:29:07 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2D432185A795; Mon, 17 Jul 2023 18:29:07 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 25EE52166B25; Mon, 17 Jul 2023 18:29:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689618551; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eLoa8Tdq2/09yXgHyMP6Pr8MBaBfgjrN7u/rFIf1b7k=; b=LIgvzdRbdGKew9SKnQSOmS7UOp9qLKbyncdf+KZ75lVXnnZZkB0sQwrDZzTfjWhRN3XfOr WKnRIVyVdRQms32bc/PBgS+NQoKrPVqrVjA1Rjl1kX+CrFT+HtkmI38YHdafFkoFWILiHR pHarvmD8JI7BH0XNgDMbiSqqcV+ztos= X-MC-Unique: czGxTwehM4mqN5_a8ISuEA-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Cleber Rosa , Thomas Huth , John Snow , Paolo Bonzini , Laurent Vivier , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 05/12] qtest: bump test-hmp timeout to 4 minutes Date: Mon, 17 Jul 2023 19:28:51 +0100 Message-ID: <20230717182859.707658-6-berrange@redhat.com> In-Reply-To: <20230717182859.707658-1-berrange@redhat.com> References: <20230717182859.707658-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 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: pass client-ip=170.10.129.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689618677526100001 The npcm7xx_pwn-test takes just under 3 minutes in a --enable-debug build. Bumping to 4 minutes will give more headroom. Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: Thomas Huth --- tests/qtest/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index e28f0925e1..1070c6dc64 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -3,7 +3,7 @@ slow_qtests =3D { 'migration-test' : 300, 'npcm7xx_pwm-test': 300, 'qom-test' : 900, - 'test-hmp' : 120, + 'test-hmp' : 240, } =20 qtests_generic =3D [ --=20 2.41.0 From nobody Wed May 15 19:16:45 2024 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=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689618684; cv=none; d=zohomail.com; s=zohoarc; b=PW4q4dw7n59NHxZ9E/gRhVGglBxwc6XI1y6BNE0et6PenloN0V66rRMstS0Ru7USaFGCoYxKst6L+5VBUMLhgOCg6sqWDI6smUmcF+RbQn3CadOdrZcIJDu9ZCpdrfEF7iNyEq/5Cd2VIR9IUucEZ63nEhfMMEKO+QYJEWK/OjY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689618684; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=LC9yFcmdTPNJAYl2a6BKBzTh5bnT0JccNqWkd+ojo58=; b=Xz0NWH8YqO+NQeoVenhi2B1mHfrdmme1r848ICkN76hCrVj64jbWeTvNCHcwE9S7h+2Vp/7tkSBH2/ed4BeIyNYKPqgAXPZ2C7kpTNcR/zVKPCYBqBHBNbSuuy5hnKqK4nytnG1rtAzYi2xOQrG2Wid+MoyjLJL/wb7+EQfHPk0= 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=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1689618684343751.3720705893426; Mon, 17 Jul 2023 11:31:24 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLSyV-0002y9-Bo; Mon, 17 Jul 2023 14:29:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSyA-0002kl-Ry for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:16 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSy9-0004pT-Gb for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:14 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-371-jz0jX_1GPzKyjXhGSPbVvQ-1; Mon, 17 Jul 2023 14:29:08 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 62C428D168D; Mon, 17 Jul 2023 18:29:08 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5C9042166B25; Mon, 17 Jul 2023 18:29:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689618552; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LC9yFcmdTPNJAYl2a6BKBzTh5bnT0JccNqWkd+ojo58=; b=Bcr4Sx1Y6qjadx+Vpg6L1fhTucz4oJ+0d+it2MsbEpaZsMQQFLEeWGoN/Jd6Ur6qO/25Jd 4cwsfekHDnIlxOiQgXPIWcDcpKd2Dh5A0PU0Zxi+X3IYALSCAjEcCoExlK9fD82o8p0MEe JdYSuXGYME2z7EDDzIyUxyQsia4IRzc= X-MC-Unique: jz0jX_1GPzKyjXhGSPbVvQ-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Cleber Rosa , Thomas Huth , John Snow , Paolo Bonzini , Laurent Vivier , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 06/12] qtest: bump pxe-test timeout to 3 minutes Date: Mon, 17 Jul 2023 19:28:52 +0100 Message-ID: <20230717182859.707658-7-berrange@redhat.com> In-Reply-To: <20230717182859.707658-1-berrange@redhat.com> References: <20230717182859.707658-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 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: pass client-ip=170.10.129.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689618685562100003 The pxe-test takes about 1 + 1/2 minutes in a --enable-debug build. Bumping to 3 minutes will give more headroom. Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: Thomas Huth --- tests/qtest/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 1070c6dc64..c6da428dc5 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -4,6 +4,7 @@ slow_qtests =3D { 'npcm7xx_pwm-test': 300, 'qom-test' : 900, 'test-hmp' : 240, + 'pxe-test': 180, } =20 qtests_generic =3D [ --=20 2.41.0 From nobody Wed May 15 19:16:45 2024 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=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689618678; cv=none; d=zohomail.com; s=zohoarc; b=N8MKKe1QngjFopX7HuAYkE0+Sx6AJ0Dj+OIVzibhOakuHRa0S5M0F+N05LjiJzNTSnHcp0RU7KGv0hYiKkKvzJ8jpHWlDIyhApEEVNbWNsahktDwEPhMPhIMYoFrSyqGXSq0R2Q+pPTRhBfapqHdO9jFYpLKNclwSfab/UGLWTI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689618678; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=NArWHGf49XczGFXkm+lFpyIdwvzvbFB1+cZa3vNV4vo=; b=ELJIE5JJ5Z/7d9Ce25wdBlhfwbavXF5wG/XHjmW41IG7ghsuyRsnEtQV3wPwQ/qwW2Bc4o5A5BulScpsQ9rcMU7UmLxXmgtuILalI7vxH9eEPFSlZii37gkga021XY3bvYuHSFOIFryi83AxIzAH8TlDdyU2sKRkabynLuc8TSM= 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=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1689618678105684.4946141415924; Mon, 17 Jul 2023 11:31:18 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLSyK-0002oL-R7; Mon, 17 Jul 2023 14:29:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSyC-0002kp-06 for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:17 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSy9-0004pf-S7 for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:15 -0400 Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-528-e8TIHLN-NF2XXagmgIYocA-1; Mon, 17 Jul 2023 14:29:09 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9CDCB1C1660D; Mon, 17 Jul 2023 18:29:09 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 915032166B26; Mon, 17 Jul 2023 18:29:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689618553; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NArWHGf49XczGFXkm+lFpyIdwvzvbFB1+cZa3vNV4vo=; b=LFjRuz+qOKGzNGZY0vbN0xEaOgA2AyYewig47/loXpJm5hgWVLEoTHdHxdsnuX7KR9iOLn JSM9V0uxOeAJvOGBblYIjfzNu+fQ7Put48nRz6xEvv4f7vEY4fVPVtHrTZWIohet4WT/i0 RoeZItOdAkKtpJjO9EtrqvGs4Pwyz58= X-MC-Unique: e8TIHLN-NF2XXagmgIYocA-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Cleber Rosa , Thomas Huth , John Snow , Paolo Bonzini , Laurent Vivier , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 07/12] qtest: bump prom-env-test timeout to 3 minutes Date: Mon, 17 Jul 2023 19:28:53 +0100 Message-ID: <20230717182859.707658-8-berrange@redhat.com> In-Reply-To: <20230717182859.707658-1-berrange@redhat.com> References: <20230717182859.707658-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 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: pass client-ip=170.10.133.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689618679523100007 The prom-env-test takes about 1 + 1/2 minutes in a --enable-debug build. Bumping to 3 minutes will give more headroom. Signed-off-by: Daniel P. Berrang=C3=A9 --- tests/qtest/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index c6da428dc5..095c98820e 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -5,6 +5,7 @@ slow_qtests =3D { 'qom-test' : 900, 'test-hmp' : 240, 'pxe-test': 180, + 'prom-env-test': 180, } =20 qtests_generic =3D [ --=20 2.41.0 From nobody Wed May 15 19:16:45 2024 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=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689618652; cv=none; d=zohomail.com; s=zohoarc; b=kqVPNEgIh/eo5rYjPxqVq9Gvfc+e5FWkkuQEwdPQR9NQpvBodDy/RMvHoR9mou83ChbHhgqink9VAdoWt6Y66CLjV6Rhit9UTLdb4tVLD8e/oJmt5hWWDagQB3ObV/As8+UCR+8Ix+Dz75XPsN5z4W8lTib13LWxKlmUT3QIYfY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689618652; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=DL6SaHnEf1uzIfNgrxrQSwr1kXVsVj0nzIQK3UiMFNU=; b=YpIa39d9UjQpB0h+atQ6B+A1o3Xsi26o1kwgv82yntLxafBVHl1szCcpx2R/9fLBwZZ0oFaFs76iautol+e8/s8jdfLSvUIjWnQGu+Gg0+S1pPXamYpgzQ0UPTczhnCRsCyb/nmrCoPdPLlk5QltL72aKswhYcWVGOD7Tz6QQPY= 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=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1689618652417645.0889827996543; Mon, 17 Jul 2023 11:30:52 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLSyP-0002sQ-Ve; Mon, 17 Jul 2023 14:29:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSyA-0002kk-Rt for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:16 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSy9-0004pW-IV for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:14 -0400 Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-189-jwGnyqFVO12wcbXrEMRr4Q-1; Mon, 17 Jul 2023 14:29:11 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D35181C16604; Mon, 17 Jul 2023 18:29:10 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id CB4952166B25; Mon, 17 Jul 2023 18:29:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689618552; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DL6SaHnEf1uzIfNgrxrQSwr1kXVsVj0nzIQK3UiMFNU=; b=WB3/uwy0HmrIuP35pecM2UicTJi2HYgTILHL3wPJKd2pocA57yTlihjMDEDHHHPUHLnO9s oSA9RWxNPTLriSCBrZk8pZwE2DEq3/BDE+4tUUkQ3Gpv76/J7zsV0O3As1BCOH8+2GBG41 tytI271aWdTnfVsDFJsoSPSNBE+CeuM= X-MC-Unique: jwGnyqFVO12wcbXrEMRr4Q-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Cleber Rosa , Thomas Huth , John Snow , Paolo Bonzini , Laurent Vivier , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 08/12] qtest: bump boot-serial-test timeout to 3 minutes Date: Mon, 17 Jul 2023 19:28:54 +0100 Message-ID: <20230717182859.707658-9-berrange@redhat.com> In-Reply-To: <20230717182859.707658-1-berrange@redhat.com> References: <20230717182859.707658-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 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: pass client-ip=170.10.129.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689618653413100003 The boot-serial-test takes about 1 + 1/2 minutes in a --enable-debug build. Bumping to 3 minutes will give more headroom. Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: Thomas Huth --- tests/qtest/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 095c98820e..9e4f5e0ecc 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -6,6 +6,7 @@ slow_qtests =3D { 'test-hmp' : 240, 'pxe-test': 180, 'prom-env-test': 180, + 'boot-serial-test': 180, } =20 qtests_generic =3D [ --=20 2.41.0 From nobody Wed May 15 19:16:45 2024 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=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689618605; cv=none; d=zohomail.com; s=zohoarc; b=TC1Mmh7EoSad7CSefQJLyQVBXBkFfegWT4cqw1w5qYJPLA4ZGyTofOHSbv0zElNxnkOduGBkmOVZx2cZLa3FPphF3j9ikfKPenMv7l7BtzKWVrdi61DuCUgA2R6aA8i0gxUF/FYPzqTLNz6u9AMlpwmvgUIDDOfoLQpchUxTKbA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689618605; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=gdyM16JidRoGPR0+zXNGGnsLIF74n48uJ/TikEmHAao=; b=Bodo4vJS4+VXZHujkmbFRP+C2zBFHYjAFcZsPambhAXq1fnqT6xJrLty7FT1E7OsQSWm4vyFqMKqfpQWCsj3rIeEU/ETUO0yMvKzNSOK4jbK9Af9afpm0mEac/Le84O3Klmw+rU1gcfyzNSjPZevm1mRE622oCr0jUPZbNFwu5Q= 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=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1689618605840430.9692607240023; Mon, 17 Jul 2023 11:30:05 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLSyT-0002va-Jw; Mon, 17 Jul 2023 14:29:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSyF-0002mB-QA for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:21 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSyB-0004pm-Pc for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:18 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-553-zhzhvdYOOAS-uAQfB9H6xA-1; Mon, 17 Jul 2023 14:29:12 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 14314857FD3; Mon, 17 Jul 2023 18:29:12 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0D6712166B25; Mon, 17 Jul 2023 18:29:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689618554; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gdyM16JidRoGPR0+zXNGGnsLIF74n48uJ/TikEmHAao=; b=UrNEgmxxZlwbxikYzQPTnG2iK7sE3KvpYEoXvm2LHgCiBmBLajOA6YD53Qzfzp0uRbF/AQ ReKie+jIoFELSmMgXSuwN1E4dVcAxg3lhoD69O+cylq59RqSrKMiRW3/OXhxeuodwVdB/W 8BEdQ2dcmsdJXkrJjgXPJ4kWxuaPOMo= X-MC-Unique: zhzhvdYOOAS-uAQfB9H6xA-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Cleber Rosa , Thomas Huth , John Snow , Paolo Bonzini , Laurent Vivier , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 09/12] qtest: bump qos-test timeout to 2 minutes Date: Mon, 17 Jul 2023 19:28:55 +0100 Message-ID: <20230717182859.707658-10-berrange@redhat.com> In-Reply-To: <20230717182859.707658-1-berrange@redhat.com> References: <20230717182859.707658-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 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: pass client-ip=170.10.129.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689618606852100003 The qos-test takes just under 1 minute in a --enable-debug build. Bumping to 2 minutes will give more headroom. Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: Thomas Huth --- tests/qtest/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 9e4f5e0ecc..3df9a51b03 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -7,6 +7,7 @@ slow_qtests =3D { 'pxe-test': 180, 'prom-env-test': 180, 'boot-serial-test': 180, + 'qos-test': 120, } =20 qtests_generic =3D [ --=20 2.41.0 From nobody Wed May 15 19:16:45 2024 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=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689618659; cv=none; d=zohomail.com; s=zohoarc; b=CfGQezLg65XcyHhdssIMehUmP8UTTkW3irCqbIPWPOjx22jN1CKQUyJFMi26yZLOrBgckd8piH4cqCQdiL6Zzz65eCYA2GDUBfsuui/rsbN4adv6D0wgxQb5W5oUVmIQCiNztzT/BXCgkNSS+lUFo7mwvjylpKE4ZVoH++6N/fU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689618659; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=/NocE7kix7RfpmmVV0fOPFZ46PxmFBCCpcG8AARkCF8=; b=bhHNGKDSeqDbuww3Jk6TvF0jvXy7emIFkaTEzvmZj9LnUcXT2SmJcJoZqeaYb9ErrWHe9zJ3lrczqkfFBrgRVuRlisGxmKtUkfFsxS3sJaTl7vdRted1WMELKD4d1yLvo7chgv9XxcwrWbgb88cSKvSTHNx3I03DMIM0k2m4AK8= 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=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1689618659662793.7174428156735; Mon, 17 Jul 2023 11:30:59 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLSyO-0002rz-1A; Mon, 17 Jul 2023 14:29:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSyF-0002mC-Qa for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:21 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSyB-0004q5-Pu for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:18 -0400 Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-636-Cl_-VSh1MZ6zLPNPUWl69Q-1; Mon, 17 Jul 2023 14:29:13 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 4E4CB280BC98; Mon, 17 Jul 2023 18:29:13 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 43EE92166B25; Mon, 17 Jul 2023 18:29:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689618555; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/NocE7kix7RfpmmVV0fOPFZ46PxmFBCCpcG8AARkCF8=; b=CuHt81Qe+/TMnrtGikDWFZNMr0vcDhuD6fVu+NIEtIR2QWpEJsfgzD9mZXDdKnqbO+5HFe WAA8c9/m3bx1mB7Sy3wWMhdwH721VvvrVKZX/M/PxoJ/1mjC5F/7lewjZHmlClRE0EBEtD SDDVNN7AgUX2FCL71f4nHLRT1C4IAM4= X-MC-Unique: Cl_-VSh1MZ6zLPNPUWl69Q-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Cleber Rosa , Thomas Huth , John Snow , Paolo Bonzini , Laurent Vivier , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 10/12] qtest: bump aspeed_smc-test timeout to 4 minutes Date: Mon, 17 Jul 2023 19:28:56 +0100 Message-ID: <20230717182859.707658-11-berrange@redhat.com> In-Reply-To: <20230717182859.707658-1-berrange@redhat.com> References: <20230717182859.707658-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 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: pass client-ip=170.10.133.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689618661346100003 On a reasonably old laptop this test takes 2 minutes 20 seconds with the arm emulator. Raising the timeout to 4 minutes gives greater headroom for slowdown. Reviewed-by: Thomas Huth Signed-off-by: Daniel P. Berrang=C3=A9 --- tests/qtest/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 3df9a51b03..25732a1cdb 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -1,4 +1,5 @@ slow_qtests =3D { + 'aspeed_smc-test': 240, 'bios-tables-test' : 120, 'migration-test' : 300, 'npcm7xx_pwm-test': 300, --=20 2.41.0 From nobody Wed May 15 19:16:45 2024 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=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689618662; cv=none; d=zohomail.com; s=zohoarc; b=jSBb1/70WjWU7fcnTLSISvAwUP+pelPegSmrCG8R04Woy3WQMXyR9E/HIuN6n6Dd2LfYnK8SmUC15d/2mqOz5WBUfgskjc79KHvliTh2pul40zGZnACpYP/Wg2P21Bl1cetGBC1VzvcKfaetCebFDd6o93g/s4Ayf/Nn1SqsOBk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689618662; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=jEKX/9ncdT4M7ZQ8nHU8NBxN/+RbVwvahFgb5UlYZKM=; b=cOsq/dVccBhuyVHFFr2Y8yTADuHf4HC9rBLv1rcsC3PnsfJCca7YntnE00jdFecienGQOV3m7M8j2Qp20umFCeqmRzKDbag81hdeaSUE/onjfPWILD+gMpM6ukWyImNBLn+GqWpVYAMiCdT9iTixkCBNlc3apT4vlI0N9DCXfY4= 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=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 168961866266015.600130775698517; Mon, 17 Jul 2023 11:31:02 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLSyW-00031E-6D; Mon, 17 Jul 2023 14:29:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSyI-0002mP-PO for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:23 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSyH-0004qY-DW for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:22 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-290-y_sw4qXbMIKYtkrm0psEug-1; Mon, 17 Jul 2023 14:29:14 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 854C38008A4; Mon, 17 Jul 2023 18:29:14 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7EEA32166B25; Mon, 17 Jul 2023 18:29:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689618559; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jEKX/9ncdT4M7ZQ8nHU8NBxN/+RbVwvahFgb5UlYZKM=; b=PggccBLP9FmJIA84EXr+MwupZZUfI+Prs/Bw/Xzehd0qZfBZlYXxsY8g/gqowpBLbgZJtl KFZA4R15OVIHkFVQKSQ/K/GESGBW208Fiap/dBolQiVJBb2CpgR6AlVwvBTSHzd38MSJnJ RRo9MRYpMc9D+ge7s6BmvV3uSF4xLOs= X-MC-Unique: y_sw4qXbMIKYtkrm0psEug-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Cleber Rosa , Thomas Huth , John Snow , Paolo Bonzini , Laurent Vivier , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 11/12] qtest: bump bios-table-test timeout to 9 minutes Date: Mon, 17 Jul 2023 19:28:57 +0100 Message-ID: <20230717182859.707658-12-berrange@redhat.com> In-Reply-To: <20230717182859.707658-1-berrange@redhat.com> References: <20230717182859.707658-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 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: pass client-ip=170.10.133.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689618663335100005 This is reliably hitting the current 2 minute timeout in GitLab CI, and for the TCI job, it even hits a 6 minute timeout. Reviewed-by: Thomas Huth Signed-off-by: Daniel P. Berrang=C3=A9 --- tests/qtest/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 25732a1cdb..1a5e7f0a15 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -1,6 +1,6 @@ slow_qtests =3D { 'aspeed_smc-test': 240, - 'bios-tables-test' : 120, + 'bios-tables-test' : 540, 'migration-test' : 300, 'npcm7xx_pwm-test': 300, 'qom-test' : 900, --=20 2.41.0 From nobody Wed May 15 19:16:45 2024 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=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1689618593; cv=none; d=zohomail.com; s=zohoarc; b=lZIYajV4PVqD6xVFNuWNpXvjwAvlI2Ghsl/6NQucYoQoXeyQrLHMRvOYIxsvObdxEej5QnQYXl+UCrC3Jmhib6cat3vomsgN6Zqp5CyxP/igG8w57H+M1H2YbDBUrw6KiuNpH2k5mz84vEhUOCSQVgxMs8oZQjhT3KWimc/RwYo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1689618593; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=m94fftkVXDNrM1zAr2t4ZJHek1+ZG5iHUurLx4QnUug=; b=PSMOXkhM6md+T/koFEiOBniDBgwzaLHB/pd3O45JmdqC+HUB37ynnUJV0fQ9GaXb5o5yZ1H9vGBmiVr97Rl13DkIj6/kGhTcGcwT1DyKeK7zv0LJO4sEa4jAQFRvYVoCUhkOc2aNiZrx1Z5zq0qJmUCAFlw1Pi8UjZqyjKBS8kY= 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=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1689618593407831.9514210787679; Mon, 17 Jul 2023 11:29:53 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLSyU-0002wU-WC; Mon, 17 Jul 2023 14:29:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSyI-0002mQ-T6 for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:23 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLSyH-0004r0-Dn for qemu-devel@nongnu.org; Mon, 17 Jul 2023 14:29:22 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-459-_0-DWQN3PXu2RtRYAaPIiw-1; Mon, 17 Jul 2023 14:29:16 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BEC03800193; Mon, 17 Jul 2023 18:29:15 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.42.28.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id B53172166B26; Mon, 17 Jul 2023 18:29:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689618559; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=m94fftkVXDNrM1zAr2t4ZJHek1+ZG5iHUurLx4QnUug=; b=Nwn5ilXlAyiWHMFwM/hc6Mv9dGM7mty5os+FBRcXt9zi/rvKc37N4qZ3hxAGq60yos5bYb g73g8BjLrkc/B1dQ31HKtAl8WLnMhS9yHVrXrbY6zX59pzAQr9sNixdC50bcXzVIfDTl7R Z+/1gGFRKt5ZgGWKvpX+ltoGExpuvrE= X-MC-Unique: _0-DWQN3PXu2RtRYAaPIiw-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Cc: Cleber Rosa , Thomas Huth , John Snow , Paolo Bonzini , Laurent Vivier , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [PATCH v2 12/12] mtest2make: stop disabling meson test timeouts Date: Mon, 17 Jul 2023 19:28:58 +0100 Message-ID: <20230717182859.707658-13-berrange@redhat.com> In-Reply-To: <20230717182859.707658-1-berrange@redhat.com> References: <20230717182859.707658-1-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 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: pass client-ip=170.10.129.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1689618594456100013 The mtest2make.py script passes the arg '-t 0' to 'meson test' which disables all test timeouts. This is a major source of pain when running in GitLab CI and a test gets stuck. It will stall until GitLab kills the CI job. This leaves us with little easily consumable information about the stalled test. The TAP format doesn't show the test name until it is completed, and TAP output from multiple tests it interleaved. So we have to analyse the log to figure out what tests had un-finished TAP output present and thus infer which test case caused the hang. This is very time consuming and error prone. By allowing meson to kill stalled tests, we get a direct display of what test program got stuck, which lets us more directly focus in on what specific test case within the test program hung. The other issue with disabling meson test timeouts by default is that it makes it more likely that maintainers inadvertantly introduce slowdowns. For example the recent-ish change that accidentally made migrate-test take 15-20 minutes instead of around 1 minute. The main risk of this change is that the individual test timeouts might be too short to allow completion in high load scenarios. Thus, there is likely to be some short term pain where we have to bump the timeouts for certain tests to make them reliable enough. The preceeding few patches raised the timeouts for all failures that were immediately apparent in GitLab CI. Even with the possible short term instability, this should still be a net win for debuggability of failed CI pipelines over the long term. Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- scripts/mtest2make.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/mtest2make.py b/scripts/mtest2make.py index 179dd54871..eb01a05ddb 100644 --- a/scripts/mtest2make.py +++ b/scripts/mtest2make.py @@ -27,7 +27,8 @@ def names(self, base): .speed.slow =3D $(foreach s,$(sort $(filter-out %-thorough, $1)), --suite = $s) .speed.thorough =3D $(foreach s,$(sort $1), --suite $s) =20 -.mtestargs =3D --no-rebuild -t 0 +TIMEOUT_MULTIPLIER =3D 1 +.mtestargs =3D --no-rebuild -t $(TIMEOUT_MULTIPLIER) ifneq ($(SPEED), quick) .mtestargs +=3D --setup $(SPEED) endif --=20 2.41.0