Re: Using crave on builds.apche.org for speed

2023-04-12 Thread David Smiley
Thanks for bringing it to my attention; I haven't run bats before. There are two tests in that test file: the sysprop one was failing and the ENV one was passing. But this is actually misleading because the affinity plugin choice is only used in the sysprop one and it was this which caused the fa

Re: [DISCUSS] Community Virtual Meetup, April 2023

2023-04-12 Thread David Smiley
I think using Meetup.com worked out well. We can see who says they are going to go. And we can click a button to create a calendar entry in our calendar platform of choice. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Wed, Apr 12, 2023 at 1:42 P

Re: [DISCUSS] Community Virtual Meetup, April 2023

2023-04-12 Thread Ishan Chattopadhyaya
I couldn't figure out how to send a calendar invite to the whole dev list. It was blocked by the mailing list server, I guess. So, I created a meetup.com event for it, from where it is possible to add it to the calendar with the click of a button. I believe in a few more iterations, all these logi

Re: [DISCUSS] Community Virtual Meetup, April 2023

2023-04-12 Thread Alessandro Benedetti
Uff I missed it! I hope it was good! How did we do with calendars invites? Maybe I need to sync my Apache calendar better... (it didn't appear on my calendar app) Thanks again for organising this Ishan! On Wed, 12 Apr 2023, 00:01 Ishan Chattopadhyaya, wrote: > Thank you all for joining. I'll s

Re: [Discuss] Solr 9.2.1 BugFix Release

2023-04-12 Thread Justin Sweeney
Awesome, thanks! I'll get that process started on Monday, 4/17. On Wed, Apr 12, 2023 at 11:31 AM Houston Putman wrote: > That'd be awesome, thanks! > > No documentation really (and if you find any it will be very out-of-date). > The release process is all managed by the "release wizard" (a milli

Re: [Discuss] Solr 9.2.1 BugFix Release

2023-04-12 Thread Houston Putman
That'd be awesome, thanks! No documentation really (and if you find any it will be very out-of-date). The release process is all managed by the "release wizard" (a million thanks to Jan). So you can start it by: 1. Check out the "branch_9_2" branch 2. (install python3/pip3 if you don't hav

Re: [Discuss] Solr 9.2.1 BugFix Release

2023-04-12 Thread Justin Sweeney
+1 If you need a volunteer to execute the release, I can volunteer to do that next week. Are there docs available for the release process as it'd be my first time through? Justin On Tue, Apr 11, 2023 at 12:10 PM Jan Høydahl wrote: > +1 > > Jan > > > 11. apr. 2023 kl. 15:51 skrev Houston Putman

Re: Using crave on builds.apche.org for speed

2023-04-12 Thread Houston Putman
Hey David, I think enabling this has caused one integration test to start failing: "Affinity placement plugin using ENV" in the test_placement_plugin.bats file. (It's incorrectly named, but that's another issue). It's been failing consistently since April 6, and does not reproduce locally. - Ho