I've updated randomizedtesting to 1.6.0. ant clean resolve, please.
Also, a few requested things have made it into this commit:

* Timestamps on suites/tests (disabled by default, enable in your
local props or -Dtests.timestamps=on).
  https://issues.apache.org/jira/browse/LUCENE-4189

* Long-running/ hung tests will report back to the console now (every
60 seconds).
  https://issues.apache.org/jira/browse/LUCENE-4110

* [IMPORTANT] The forked JVM's file.encoding property will be
randomized between the following three:
  US-ASCII, ISO-8859-1, UTF-8, (your platform's default).

The last one is an important change and it may (will) break tests.
Please help out in fixing default encoding-sensitive things both in
tests and
in code. If you have a Windows machine (or Java 1.6 JVM) you can go with:

ant -Dtests.file.encoding=UTF-16

this will most likely break anything that expects lower ASCII range
(which is unfortunately the same in all the above randomized
encodings).

Any problems, requests, ideas, feedback -- speak up.

Dawid

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to