Cool, thanks. - Steve
-Original Message-
From: dawid.we...@gmail.com [mailto:dawid.we...@gmail.com] On Behalf Of Dawid
Weiss
Sent: Sunday, April 22, 2012 11:21 AM
To: dev@lucene.apache.org
Subject: Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #457: POMs out of sync
To be honest -- I
> Steve
>
> -Original Message-
> From: dawid.we...@gmail.com [mailto:dawid.we...@gmail.com] On Behalf Of Dawid
> Weiss
> Sent: Monday, April 16, 2012 3:46 PM
> To: dev@lucene.apache.org
> Subject: Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #457: POMs out of sync
>
id.we...@gmail.com [mailto:dawid.we...@gmail.com] On Behalf Of Dawid
Weiss
Sent: Monday, April 16, 2012 3:46 PM
To: dev@lucene.apache.org
Subject: Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #457: POMs out of sync
>> https://github.com/carrotsearch/randomizedtesting/blob/master/example
>> https://github.com/carrotsearch/randomizedtesting/blob/master/examples/maven/pom.xml
>
> Cool, I'll take a look. I think people who use the Maven POMs to build
> Lucene/Solr would appreciate the speedup that would enable.
Great. I didn't test it that intensively though -- if you have any
prob
On 4/16/2012 at 1:05 PM, Dawid Weiss wrote:
> > java.lang.IllegalArgumentException: Expected hexadecimal seed: random
>
> This is another difference -- forgot about it, apologies. I chose not
> to have magic constants for seed. An empty seed (empty string) or an
> undefined property means the seed
Hi Steve.
> java.lang.IllegalArgumentException: Expected hexadecimal seed: random
This is another difference -- forgot about it, apologies. I chose not
to have magic constants for seed. An empty seed (empty string) or an
undefined property means the seed should be random.
> Assuming a value will
On Mon, Apr 16, 2012 at 11:37 AM, Steven A Rowe wrote:
>
> Assuming a value will always be passed in for tests.seed, would the empty
> string work?
>
Looking at Dawid's code, I think this will work (unless emptyToNull
means something different that what i expect):
final String globalSeed =
empt