All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] x86: Increase the timeout for the test "vmx_apicv_test"
@ 2024-07-01 21:14 Aaron Lewis
  2024-07-08 16:54 ` Sean Christopherson
  0 siblings, 1 reply; 3+ messages in thread
From: Aaron Lewis @ 2024-07-01 21:14 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, jmattson, seanjc, Aaron Lewis

This test can take over 10 seconds to run on IvyBridge in debug.
Increase the timeout to give this test the time it needs to complete.

Signed-off-by: Aaron Lewis <aaronlewis@google.com>
---
 x86/unittests.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 7c1691a988621..51c063d248e19 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -349,7 +349,7 @@ file = vmx.flat
 extra_params = -cpu max,+vmx -append "apic_reg_virt_test virt_x2apic_mode_test vmx_basic_vid_test vmx_eoi_virt_test"
 arch = x86_64
 groups = vmx
-timeout = 10
+timeout = 100
 
 [vmx_posted_intr_test]
 file = vmx.flat
-- 
2.45.2.803.g4e1b14247a-goog


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [kvm-unit-tests PATCH] x86: Increase the timeout for the test "vmx_apicv_test"
  2024-07-01 21:14 [kvm-unit-tests PATCH] x86: Increase the timeout for the test "vmx_apicv_test" Aaron Lewis
@ 2024-07-08 16:54 ` Sean Christopherson
  2024-07-08 18:31   ` Aaron Lewis
  0 siblings, 1 reply; 3+ messages in thread
From: Sean Christopherson @ 2024-07-08 16:54 UTC (permalink / raw)
  To: Aaron Lewis; +Cc: kvm, pbonzini, jmattson

On Mon, Jul 01, 2024, Aaron Lewis wrote:
> This test can take over 10 seconds to run on IvyBridge in debug.
> Increase the timeout to give this test the time it needs to complete.

Heh, there's a pretty big gap between 10 seconds and 100 seconds.  Can we tighten
the timeout, e.g. to 30 seconds, without risking false failures on IVB?

> Signed-off-by: Aaron Lewis <aaronlewis@google.com>
> ---
>  x86/unittests.cfg | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/x86/unittests.cfg b/x86/unittests.cfg
> index 7c1691a988621..51c063d248e19 100644
> --- a/x86/unittests.cfg
> +++ b/x86/unittests.cfg
> @@ -349,7 +349,7 @@ file = vmx.flat
>  extra_params = -cpu max,+vmx -append "apic_reg_virt_test virt_x2apic_mode_test vmx_basic_vid_test vmx_eoi_virt_test"
>  arch = x86_64
>  groups = vmx
> -timeout = 10
> +timeout = 100
>  
>  [vmx_posted_intr_test]
>  file = vmx.flat
> -- 
> 2.45.2.803.g4e1b14247a-goog
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [kvm-unit-tests PATCH] x86: Increase the timeout for the test "vmx_apicv_test"
  2024-07-08 16:54 ` Sean Christopherson
@ 2024-07-08 18:31   ` Aaron Lewis
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Lewis @ 2024-07-08 18:31 UTC (permalink / raw)
  To: Sean Christopherson; +Cc: kvm, pbonzini, jmattson

On Mon, Jul 8, 2024 at 9:54 AM Sean Christopherson <seanjc@google.com> wrote:
>
> On Mon, Jul 01, 2024, Aaron Lewis wrote:
> > This test can take over 10 seconds to run on IvyBridge in debug.
> > Increase the timeout to give this test the time it needs to complete.
>
> Heh, there's a pretty big gap between 10 seconds and 100 seconds.  Can we tighten
> the timeout, e.g. to 30 seconds, without risking false failures on IVB?

Yeah, 30 seconds should work.

>
> > Signed-off-by: Aaron Lewis <aaronlewis@google.com>
> > ---
> >  x86/unittests.cfg | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/x86/unittests.cfg b/x86/unittests.cfg
> > index 7c1691a988621..51c063d248e19 100644
> > --- a/x86/unittests.cfg
> > +++ b/x86/unittests.cfg
> > @@ -349,7 +349,7 @@ file = vmx.flat
> >  extra_params = -cpu max,+vmx -append "apic_reg_virt_test virt_x2apic_mode_test vmx_basic_vid_test vmx_eoi_virt_test"
> >  arch = x86_64
> >  groups = vmx
> > -timeout = 10
> > +timeout = 100
> >
> >  [vmx_posted_intr_test]
> >  file = vmx.flat
> > --
> > 2.45.2.803.g4e1b14247a-goog
> >

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-08 18:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01 21:14 [kvm-unit-tests PATCH] x86: Increase the timeout for the test "vmx_apicv_test" Aaron Lewis
2024-07-08 16:54 ` Sean Christopherson
2024-07-08 18:31   ` Aaron Lewis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.