Re: Q: 9.x upgrade to hppc 0.9.1

2024-05-25 Thread Dawid Weiss
Hi Chris, Since Elasticsearch is deployed as a module, then we need to update to hppc > 0.9.1 [2], but unfortunately this is not straightforward. In fact, Ryan has > a PR open [3] for the past 2 years without completion! The iteration order > of some collection types in hppc 0.9.x [*] is tickling

Re: Improve testing

2024-05-25 Thread Stefan Vodita
Some useful documentation on the gradlew commands: https://github.com/apache/lucene/blob/main/help/workflow.txt On Sat, 25 May 2024 at 19:38, Stefan Vodita wrote: > I'll add a step in between 1 and 2 that I often forget: ./gradlew tidy > This refactors your code to the style the project uses,

Re: Improve testing

2024-05-25 Thread Stefan Vodita
I'll add a step in between 1 and 2 that I often forget: ./gradlew tidy This refactors your code to the style the project uses, which we have checks for. On Sat, 25 May 2024 at 00:53, Michael Froh wrote: > Is your new test uncommitted? > > The Gradle check will fail if you have uncommitted

Q: 9.x upgrade to hppc 0.9.1

2024-05-25 Thread Chris Hegarty
Hi, For awareness, I would to like to raise a potential issue that we’ve run into when testing Elasticsearch with the latest 9.x branch. A recent change in 9.x [1] has introduced a dependency on hppc 0.9.1. Hppc has added an explicit automatic module name in its manifest, which effectively