Re: Jenkins Build Errors

2023-10-31 Thread Houston Putman
Ok the artifact building should be fixed. Tomorrow all builds should be green (maybe some orange, due to unit test failures)! - Houston On Tue, Oct 31, 2023 at 10:32 AM Houston Putman wrote: > Ok one last failure! Exciting stuff. > > The last one is Solr-Smoketest-9.x >

Re: Jenkins Build Errors

2023-10-31 Thread Houston Putman
Ok one last failure! Exciting stuff. The last one is Solr-Smoketest-9.x , which is failing to build the artifacts with tons of errors like: > Execution failed for task > ':solr:solrj:publishJarsPublicationToBuildRepository'. > > Faile

Re: Jenkins Build Errors

2023-10-30 Thread Houston Putman
The http1 and http2 code in the Http2SolrClient ultimately create different errors when there are TLS issues. So the fix was merely to accept both types of errors, when checking the output of failed commands. These should be fixed on main, branch_9x and branch_9_4. So let's give it a day and see w

Re: Jenkins Build Errors

2023-10-30 Thread Houston Putman
Ok, I've determined that the mTLS errors are due to using http1 vs http2 in the client. I'm not sure why http1 is used by default in different environments (Its enabled by the `-Dsolr.http1=true` System Property), but now at least the cause is known. I'll try to fix the ssl integration tests for th

Re: Jenkins Build Errors

2023-10-30 Thread Houston Putman
If you scroll down on the output of https://builds.apache.org/job/Solr/job/Solr-Check-main/8273, you can see it in the integration tests. Search for "not ok 75 start solr with mTLS needed" For the builds using crave.io (Solr-Check-9.x), the same failures will happen but every time. The builds usin

Re: Jenkins Build Errors

2023-10-28 Thread Mikhail Khludnev
Hello Houston. Thanks for your efforts. How can I check that "MTLs issue"? I looked through recent failures, but can't find anything.

Re: Jenkins Build Errors

2023-10-27 Thread David Smiley
Thanks Houston! ~ David On Fri, Oct 27, 2023 at 2:03 PM Houston Putman wrote: > After fixing the docker tests, I believe all of the other Solr-Check and > Solr-Smoketest errors, that were the result of running Solr processes, have > gone away. > The MTLs issue still exists, and there are other

Re: Jenkins Build Errors

2023-10-27 Thread Houston Putman
After fixing the docker tests, I believe all of the other Solr-Check and Solr-Smoketest errors, that were the result of running Solr processes, have gone away. The MTLs issue still exists, and there are other issues with the smoketest but at least there is progress. We should definitely move the d

Re: Jenkins Build Errors

2023-10-26 Thread Houston Putman
Ok, I think I fixed the docker tests. The other issues all still apply though. - Houston On Thu, Oct 26, 2023 at 12:16 PM Houston Putman wrote: > The Jenkins builds aren't in a great state right now. > > Currently the Solr-Check-main >

Jenkins Build Errors

2023-10-26 Thread Houston Putman
The Jenkins builds aren't in a great state right now. Currently the Solr-Check-main build is failing consistently because of random Solr processes being found on the box (when the integration tests expect nothing else to be running). Now