On Fri, Aug 17, 2012 at 9:42 AM, Steven A Rowe <sar...@syr.edu> wrote:
> Five out of the last seven builds have failed with this exact same ERROR.
>
> I can't reproduce on my Win7+Cygwin environment.
>
> Does anybody know what's happening here?
>
> If not, I'll ignore this test under Maven.

Pretty strange.  I can't reproduce locally.

"multiple values encountered for non multiValued field val_i: [10, 20]"

This should be very deterministic (i.e. it should always fail if it
were actually a non multiValued field).
The *_i fields are multivalued according to schema.xml, so this
exception should not happen (the version=1.0 in schema.xml means
multiValued=true by default).

Off of the top of my head, the only thing I can figure is that the
maven based tests are somehow getting the wrong schema sometimes.
Maybe if there's some different with how solr homes are set between
ant and maven?

-Yonik
http://lucidworks.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to