[
https://issues.apache.org/jira/browse/LUCENE-9639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17290996#comment-17290996
]
Michael Sokolov edited comment on LUCENE-9639 at 2/25/21, 3:43 PM:
-------------------------------------------------------------------
We are getting build failures in the nightly build. I can repro with :
./gradlew -p lucene:codecs test
--tests=TestSimpleTextVectorFormat.testRamBytesUsed -Ptests.nightly=true
I think we need to implement SimpleTextVectorReader.ramBytesUsed (which
currently always returns 0).
was (Author: sokolov):
We are getting build failures in the nightly build. I can repro with :
./gradlew lucene:core:test -Ptests=TestSimpleTextVectorFormat.testRamBytesUsed
-Ptests.nightly=true
I think we need to implement SimpleTextVectorReader.ramBytesUsed (which
currently always returns 0).
> Add unit tests for SImpleTextVector format
> ------------------------------------------
>
> Key: LUCENE-9639
> URL: https://issues.apache.org/jira/browse/LUCENE-9639
> Project: Lucene - Core
> Issue Type: Improvement
> Components: core/codecs
> Reporter: Michael Sokolov
> Priority: Minor
> Labels: starter
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The other simple text field formats have unit tests; we should add tests of
> the simple text vector format as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]