Re: More tests to BaApple?

2018-03-01 Thread Dawid Weiss
> One build came through with 10 errors or so, all of them with a
> message about "could not delete files", so I'm assuming that those
> tests should _not_ be BadApple'd until we understand what's up with
> them a little more.

If it's the test framework's temp folders then these are warnings
about locked files or folders that prevented deletion of temporary
space. On Windows this means unclosed file handles.

D.

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



More tests to BaApple?

2018-02-28 Thread Erick Erickson
Here's three Uwe sent me:

- 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration
- org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testSearchRate
- org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest

I started to collect a bunch more, but then lost them (unrecoverably).

One build came through with 10 errors or so, all of them with a
message about "could not delete files", so I'm assuming that those
tests should _not_ be BadApple'd until we understand what's up with
them a little more.

I'll collect some new BadApple candidates today/this evening and
publish the list, from there we may add some more annotations...

I'm still trying to understand where the right balance between
BadApple-ing tests and knowing which ones to dig into. The corollary
is when to _un_ BadApple tests. Hoss' reports will give us a place to
start.

Erick

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