> No exceptions or test failures ... I waited quite bit of time ( 1927 seconds
> as above ). This seems to get thrown out of other tests too, sometimes after
> one or two of these messages, test continues to run but in cases like this

This is a heartbeat, it's not an exception. It's just to let you know
where a given forked JVM is and what it's doing. So the message alone
is nothing to worry about.

The default timeout (max. time a suite can run) is currently 2 hours
so 7200 seconds.

@TimeoutSuite(millis = 2 * TimeUnits.HOUR)

If you wait this long the test will eventually terminate and shut down
(with a stack trace of where all the threads were at the moment).
Alternatively you could try to dump a stack trace sooner (using
jstack, jconsole or whatever else) but make sure it's really a bug,
some Solr tests do take a while to complete.

D.

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

Reply via email to