[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lucene-dev
Subject:    Re: Running tests with streaming console output but NOT verbose?
From:       Dawid Weiss <dawid.weiss () gmail ! com>
Date:       2023-12-14 17:55:17
Message-ID: CAM21Rt9AG2NzSBACXZ7T=hb_OBvW+7ZYkgVas9wHgFtLcbtv3g () mail ! gmail ! com
[Download RAW message or body]

Hi Mike,

What are the C and ! characters in the left most column?
>

Always good to add a legend, eh? It's this snippet that computes the
prefixes:

              (defValue != value ? "! " : computedValue ? "C " : "  "),

In short, "C" stands for a "computed" value. This means the value is
randomly computed from the provided (or random) tests.seed. This applies to
properties we can't modify in LuceneTestCase - like tests.file.encoding you
asked about (which can be declared at VM startup only). This is ok, since
we do want to "simulate" those odd locales and encodings.

The "!" next to a property means you have it locally overridden (either via
command line property or in gradle.properties). In your case, it's this
one, for example:


> ! tests.jvms               = 12       # (!= default: computed) Number of
> forked test JVMs
>

Dawid

[Attachment #3 (text/html)]

<div dir="ltr"><div dir="ltr"><br><div>Hi Mike,</div><div><br></div></div><div \
class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div \
dir="ltr"><div>What are the C and ! characters in the left most \
column?</div></div></blockquote><div><br></div><div>Always good to add a legend, eh? \
It&#39;s this snippet that computes the prefixes:</div><div><br></div>                \
(defValue != value ? &quot;! &quot; : computedValue ? &quot;C &quot; : &quot;   \
&quot;),<br><div>  </div><div>In short, &quot;C&quot; stands for a \
&quot;computed&quot; value. This means the value is randomly computed from the \
provided (or random) tests.seed. This applies to properties we can&#39;t modify in \
LuceneTestCase - like tests.file.encoding you asked about (which can be declared at \
VM startup only).  This is ok, since we do want to &quot;simulate&quot; those odd \
locales and encodings.</div><div><br></div><div>The &quot;!&quot; next to a property \
means you have it locally overridden  (either via command line property or in \
gradle.properties). In your case, it&#39;s this one, for example:</div><div>  \
</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px \
solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"> <p \
style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari \
ant-alternates:normal;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;font-size:16px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span \
style="font-variant-ligatures:no-common-ligatures">! tests.jvms <span>                \
</span>= 12 <span>         </span># (!= default: computed) Number of forked test \
JVMs</span></p></div></blockquote><div><br></div><div>Dawid  </div></div></div>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic