t;`
Tony
From: Michael Sokolov
Sent: Tuesday, November 21, 2023 2:29 PM
To: dev@lucene.apache.org
Subject: Re: Test framework can't find SPI implementations from module sandbox
did you add to the sandbox META-INF file? It looks like maybe sandbox is not
included in the scope of th
did you add to the sandbox META-INF file? It looks like maybe sandbox is
not included in the scope of the test, but you didn't say which test it
was. Is the test also in the sandbox module?
On Mon, Nov 20, 2023 at 6:56 PM Dongyu Xu wrote:
> Hi devs,
>
> I tried to plug in my experimental Posting
Hi devs,
I tried to plug in my experimental PostingsFormat implementation to all the
existing unit tests. I've registered it under META-INF.services as well as in
the moudle-info.java. However, the test still fails like the following.
java.lang.IllegalArgumentException: An SPI class of type
or