[DTrace-devel] [PATCH 11/13] Fix test comment

Kris Van Hees kris.van.hees at oracle.com
Tue Dec 8 11:09:23 PST 2020


This test got replacced with the introduction of two new ones:

err.D_LQUANT_LIMVAL.too_small.d
err.D_LQUANT_LIMVAL.too_big.d   <--- replaces this one specfically

On Wed, Dec 02, 2020 at 01:54:56PM -0500, eugene.loh at oracle.com wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
> 
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
> Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>
> ---
>  test/unittest/aggs/err.D_LQUANT_LIMVAL.bad.d | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/test/unittest/aggs/err.D_LQUANT_LIMVAL.bad.d b/test/unittest/aggs/err.D_LQUANT_LIMVAL.bad.d
> index 9cfe710c..f3ec3b8a 100644
> --- a/test/unittest/aggs/err.D_LQUANT_LIMVAL.bad.d
> +++ b/test/unittest/aggs/err.D_LQUANT_LIMVAL.bad.d
> @@ -1,6 +1,6 @@
>  /*
>   * Oracle Linux DTrace.
> - * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
> + * Copyright (c) 2006, 2020, 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.
>   */
> @@ -8,7 +8,7 @@
>  
>  /*
>   * ASSERTION:
> - *  lquantize() upper bound around must be an integer constant
> + *  lquantize() upper bound around must be a 32-bit quantity
>   *
>   * SECTION: Aggregations/Aggregations
>   *
> -- 
> 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