[ 
https://issues.apache.org/jira/browse/LUCENE-10301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462655#comment-17462655
 ] 

Dawid Weiss commented on LUCENE-10301:
--------------------------------------

I think this went rather ok. I've moved all test classes under 
org.apache.lucene.tests.* prefix. There are a few really minor changes to the 
core API - everything that was previously accessed via package-private scope is 
now delegated through an internal TestSecrets class. This class is hidden at 
the module level and only made visible for the test framework.

> The test-framework as a module (or a separate test-framework-module)
> --------------------------------------------------------------------
>
>                 Key: LUCENE-10301
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10301
>             Project: Lucene - Core
>          Issue Type: Sub-task
>            Reporter: Dawid Weiss
>            Priority: Major
>
> The test framework has split packages. It's a follow-up to introducing 
> modules but eventually the modular test subprojects will need something like 
> the test framework too. 
> I'm not sure whether we should start a new subproject for this or try to 
> refactor the test framework, but it's a follow-up once the modules themselves 
> are working and testable, I think.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to