Unit Tests: how to see solr.log?

2023-12-13 Thread James Dyer
I am trying to look at the many test failures we have for "CloudAuthStreamTest". This test spins up 2 solrcloud clusters with several cores each. One thing that might help me out is if I could inspect the "solr.log" for each of the cores. But I am not finding the logs anywhere. Can anyone give m

Re: Unit Tests: how to see solr.log?

2023-12-15 Thread James Dyer
My initial concern here is to decrease the amount of mail I get! Solr test failures create a lot of clutter. I honestly failed to notice this test only fails in 8.x and I do see now you have already done a lot of work with this test. I think if we have no intention of fixing this test in the old

Re: Unit Tests: how to see solr.log?

2023-12-15 Thread James Dyer
. > Perhaps I missed something, but so far it seems quite cumbersome. Hope it > helps. > > On Thu, Dec 14, 2023 at 3:59 AM James Dyer wrote: > > > I am trying to look at the many test failures we have for > > "CloudAuthStreamTest". > > This test spins up 2 s

Re: [JENKINS] Solr » Solr-Check-9.x - Build # 355 - Unstable!

2024-03-14 Thread James Dyer
This failure stems from there not being a proper "close" method on the JDK Http client, until Java 21. I added better thread clean-up to the unit tests and let's hope this won't happen any more. On Thu, Mar 14, 2024 at 6:50 AM Apache Jenkins Server wrote: > > Build: https://ci-builds.apache.org/

Re: [PR] SOLR-599 New Solr Client Using Java 11+ java.net.http.HttpClient [solr]

2024-03-15 Thread James Dyer
David, let me try and address your concerns with the approach. I am open to other approaches, however, we need something that will work consistently. I would like for what I have now to run in our CI for at least a week to see if we get more failures or not, before changing it further. I do not

Re: Ideas for release notes for 9.6

2024-04-23 Thread James Dyer
For the second item, instead of "Solrj now offers async HTTP/2 Requests", it would be better to say "SolrJ now offers an improved async request API". We previously supported async but SOLR-14763 merely offers a better API and deprecates the existing one. I realize the JIRA title is not so accurat

Re: Release 9.7.1

2024-11-04 Thread James Dyer
Jason, you may want to know that PR #2828 (to be merged to main soon) will rename TestLBHttp2SolrClient to LBHttp2SolrClientIntegrationTest. I did not look into why it fails sometimes, but I have a feeling it is because it relies on Thread.sleep and clock time. On Fri, Nov 1, 2024 at 1:46 PM Jason