vttranlina commented on PR #2464: URL: https://github.com/apache/james-project/pull/2464#issuecomment-2434116177
a bit long explain here JMAP StartUpChecksPerformer require MessageSearchIndex support capability: ``` SearchCapabilities.AttachmentFileName, SearchCapabilities.Attachment ``` But the reality `LuceneMessageSearchIndex` does not support it now, (we already have another ticket for it) If we still try to add new capabilies for `LuceneMessageSearchIndex` (for pass StartUpChecksPerformer), then another test will fail eg: ``` ERROR] Errors: [ERROR] LuceneMessageSearchIndexTest>AbstractMessageSearchIndexTest.searchShouldRetrieveMailByAttachmentFileName:1633 » UnsupportedSearch [ERROR] LuceneMessageSearchIndexTest>AbstractMessageSearchIndexTest.searchWithPDFAttachmentShouldReturnMailsWhenAttachmentContentMatches:1482 » UnsupportedSearch [ERROR] LuceneMessageSearchIndexTest>AbstractMessageSearchIndexTest.searchWithTextAttachmentShouldNotMatchMessageBody:1458 » UnsupportedSearch [ERROR] LuceneMessageSearchIndexTest>AbstractMessageSearchIndexTest.searchWithTextAttachmentShouldReturnMailsWhenAttachmentContentMatches:1443 » UnsupportedSearch ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org