Re: Flaky DeleteReplicaTest

2023-06-21 Thread Alex Deparvu
Thank you Mark for your thoughts. Docker idea was very interesting and it greatly simplified the 'beast' testing, but unfortunately I was still not able to reproduce. I do however have an idea based on code review, outlined on https://issues.apache.org/jira/browse/SOLR-16848 Would appreciate your

Re: Flaky DeleteReplicaTest

2023-06-15 Thread Mark Miller
Oh one more good for duplicating that type of fail - run it in docker, or a VM, or maybe Multipass, and give it anemic resources (though enough that the test doesn't OOM or something) On Thu, Jun 15, 2023 at 5:34 PM Mark Miller wrote: > Why don't you see how it can return null? > > I'm looking a

Re: Flaky DeleteReplicaTest

2023-06-15 Thread Mark Miller
Why don't you see how it can return null? I'm looking at an older checkout, but I see JettySolrRunner checking for null core containers all over, and I see it passing back null explicitly in at least one case. When I peek at where that core container might be coming from, I see a provider and a f