From patchwork Wed Jan 3 17:33:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 13510285 Received: from mail-wm1-f46.google.com (mail-wm1-f46.google.com [209.85.128.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DC53C1C6B2 for ; Wed, 3 Jan 2024 17:33:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linaro.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="q63U7bX0" Received: by mail-wm1-f46.google.com with SMTP id 5b1f17b1804b1-40d894764e7so25059315e9.1 for ; Wed, 03 Jan 2024 09:33:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1704303234; x=1704908034; darn=vger.kernel.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=W+Zw2YkajEPYChe7VczIaT3yCibcEp4TlrDptH8Gvrw=; b=q63U7bX0pO9dODjE54bqH3BX49x7hecNLyfhTI+8NzJ3KAaEgE0nDEjMNzAhMSRwdq aRew/92c9YXq6bUXBPjaqREfVaQ48Qruq6MI/hT3t3MAu6NK9Dwt+hiY248ZqXuGM1y1 KttyMJnX3/1WAbjQMqnv/ZJaefoDzcb1j6WtPvf/5JMc6cwclsjjl55wdqKNASaOQY2A 1+I/6SJ1Z9mtIUqZPvZXWEKkQGAG89DidAQbDvmuxNyO5f74FUxkalzoFer2HOMtDCjr Eza5vvn5mpoQltRSpFI8/Q+2TtQPn8ur4w5Z+5aVrlFSp2XrzbPcG2J2T26j5gq+crR+ Cmyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704303234; x=1704908034; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=W+Zw2YkajEPYChe7VczIaT3yCibcEp4TlrDptH8Gvrw=; b=lMpPqQi2EeXWlNnQf65217atHhtcSmdidnNfceW45UakENnXzJWYvZNj9VwDo+qLJ3 EWyl3QB1nVYVoRRgJMStx4nogRuXudiJd2J9CPOo2WaqPYFOmRM7jgXYqNtDFDS0deV4 7UHvZGVom13MTC/4GLak5e7uGaP6sSv6pHUJjEAT+He/Zl+t9P83qUINQ8E76jMdTdGO aW4pVd2VOVSxd+eamvET/yH2im/zXTQ+HptSrG4pmMDcF+dm4luMK/M+RVHKV3YOS2+F wPgUbXdttBSVDojUzQeHB3VjSnkOgd0TA0+IQy0pq1m7s1q5456N8cJ6zAt1ELXlcbf1 MoEA== X-Gm-Message-State: AOJu0YyDtCWihS2VtfsPAeKuiW0ijwmAMKttF6W1ge/CZtjTlLpmX3MF BNWwIWq5wfbrM5IIfcXHRrJzeX0JeiiKhA== X-Google-Smtp-Source: AGHT+IHJAM/Ysaat03yPO0/Jg6Y5f2vvi2xxZpKY9OBoQnPldlvT9O3mxmIliH0RHJ++gB0qw/aiPw== X-Received: by 2002:a05:600c:511e:b0:40b:3e23:f0a0 with SMTP id o30-20020a05600c511e00b0040b3e23f0a0mr6942090wms.4.1704303234129; Wed, 03 Jan 2024 09:33:54 -0800 (PST) Received: from draig.lan ([85.9.250.243]) by smtp.gmail.com with ESMTPSA id h15-20020a05600c350f00b0040d8810efc9sm2942787wmq.17.2024.01.03.09.33.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Jan 2024 09:33:53 -0800 (PST) Received: from draig.lan (localhost [IPv6:::1]) by draig.lan (Postfix) with ESMTP id D8B9B5F93B; Wed, 3 Jan 2024 17:33:49 +0000 (GMT) From: =?utf-8?q?Alex_Benn=C3=A9e?= To: qemu-devel@nongnu.org Cc: qemu-s390x@nongnu.org, qemu-ppc@nongnu.org, Richard Henderson , Song Gao , =?utf-8?q?Marc-Andr=C3=A9_Lureau?= , David Hildenbrand , Aurelien Jarno , Yoshinori Sato , Yanan Wang , Bin Meng , Laurent Vivier , Michael Rolnik , Alexandre Iooss , David Woodhouse , Laurent Vivier , Paolo Bonzini , Brian Cain , Daniel Henrique Barboza , Beraldo Leal , Paul Durrant , Mahmoud Mandour , Thomas Huth , Liu Zhiwei , Cleber Rosa , kvm@vger.kernel.org, Peter Maydell , Wainer dos Santos Moschetta , =?utf-8?q?Alex_Benn?= =?utf-8?q?=C3=A9e?= , qemu-arm@nongnu.org, Weiwei Li , =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= , John Snow , Daniel Henrique Barboza , Nicholas Piggin , Palmer Dabbelt , Marcel Apfelbaum , Ilya Leoshkevich , =?utf-8?q?C=C3=A9dric_Le_Goater?= , "Edgar E. Iglesias" , Eduardo Habkost , Pierrick Bouvier , qemu-riscv@nongnu.org, Alistair Francis , =?utf-8?q?Daniel_P=2E_Berrang?= =?utf-8?q?=C3=A9?= Subject: [PATCH v2 06/43] qtest: bump migration-test timeout to 8 minutes Date: Wed, 3 Jan 2024 17:33:12 +0000 Message-Id: <20240103173349.398526-7-alex.bennee@linaro.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240103173349.398526-1-alex.bennee@linaro.org> References: <20240103173349.398526-1-alex.bennee@linaro.org> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Daniel P. Berrangé 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 8 minutes gives us good headroom, while still catching stuck tests relatively quickly. Reviewed-by: Thomas Huth Signed-off-by: Daniel P. Berrangé Message-ID: <20230717182859.707658-3-berrange@redhat.com> [thuth: Bump timeout to 8 minutes to make it work on very loaded systems, too] Signed-off-by: Thomas Huth Message-Id: <20231215070357.10888-3-thuth@redhat.com> Signed-off-by: Alex Bennée --- 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 366872ed57b..f184d051cfe 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -1,6 +1,6 @@ slow_qtests = { 'bios-tables-test' : 120, - 'migration-test' : 150, + 'migration-test' : 480, 'npcm7xx_pwm-test': 150, 'qom-test' : 300, 'test-hmp' : 120,