[ https://issues.apache.org/jira/browse/LUCENE-9512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195585#comment-17195585 ]
ASF subversion and git services commented on LUCENE-9512: --------------------------------------------------------- Commit 9b83be52f9e1a202859e09de7f9f2eca91dd98f1 in lucene-solr's branch refs/heads/reference_impl_gradle_updates from Uwe Schindler [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=9b83be5 ] LUCENE-9512: Move LockFactory stress test to be a unit/integration test (#1842) Co-authored-by: Dawid Weiss <dawid.we...@carrotsearch.com> > Add test-lock-factory to Gradle build > ------------------------------------- > > Key: LUCENE-9512 > URL: https://issues.apache.org/jira/browse/LUCENE-9512 > Project: Lucene - Core > Issue Type: Task > Components: core/store > Reporter: Uwe Schindler > Assignee: Uwe Schindler > Priority: Major > Fix For: 8.x, master (9.0) > > Time Spent: 6h > Remaining Estimate: 0h > > When porting to Gradle, the following task was missed to be ported to Gradle: > https://github.com/apache/lucene-solr/blob/92139985c3eeb80adb8af345e61a3090d30430a5/lucene/core/build.xml#L148-L234 > This is somehow an integration test. It's not part of the test suite, as the > code is part of main distribution and is a client-server implementation that > has one coordinator to handle other JVMs to hammer a directories' lock > factory. > It may be included into the test suite, but as it spawns multiple JVMs (thats > essential for it to work), I see this as a separate thing. > I would like to implement that snippet of ANT code in Gradle and attach it to > {{:lucene:core}}'s {{test}} task. If we have an integration test framework at > some point we can make a real {{integTest}} out of it, but for now a simple > Groovy script is fine. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org