[DTrace-devel] [PATCH] test: Bump timeouts up for bpflogsize tests

Kris Van Hees kris.van.hees at oracle.com
Thu Feb 29 18:19:22 UTC 2024


Do we have any idea why it is a timeout issue?  Perhaps you could try adding
some timing info (just for debugging this) to see how long the bpf syscalls
take, to see if it is a delay at the kernel side or elsewhere?

On Wed, Feb 28, 2024 at 07:29:11PM -0500, eugene.loh--- via DTrace-devel wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
> 
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
> ---
>  test/unittest/options/tst.bpflogsize-cmdline.sh | 3 ++-
>  test/unittest/options/tst.bpflogsize-pragma.sh  | 3 ++-
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/test/unittest/options/tst.bpflogsize-cmdline.sh b/test/unittest/options/tst.bpflogsize-cmdline.sh
> index 2d85e12c..509f9d07 100755
> --- a/test/unittest/options/tst.bpflogsize-cmdline.sh
> +++ b/test/unittest/options/tst.bpflogsize-cmdline.sh
> @@ -1,10 +1,11 @@
>  #!/bin/bash
>  #
>  # Oracle Linux DTrace.
> -# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
> +# Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
>  # Licensed under the Universal Permissive License v 1.0 as shown at
>  # http://oss.oracle.com/licenses/upl.
>  #
> +# @@timeout: 100
>  
>  dtrace=$1
>  
> diff --git a/test/unittest/options/tst.bpflogsize-pragma.sh b/test/unittest/options/tst.bpflogsize-pragma.sh
> index 5d03b5f7..3dea3dd4 100755
> --- a/test/unittest/options/tst.bpflogsize-pragma.sh
> +++ b/test/unittest/options/tst.bpflogsize-pragma.sh
> @@ -1,10 +1,11 @@
>  #!/bin/bash
>  #
>  # Oracle Linux DTrace.
> -# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
> +# Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
>  # Licensed under the Universal Permissive License v 1.0 as shown at
>  # http://oss.oracle.com/licenses/upl.
>  #
> +# @@timeout: 100
>  
>  dtrace=$1
>  
> -- 
> 2.18.4
> 
> 
> _______________________________________________
> DTrace-devel mailing list
> DTrace-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/dtrace-devel



More information about the DTrace-devel mailing list