You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2022/04/26 13:07:00 UTC

[jira] [Created] (TIKA-3736) Fix flaky Solr PipesIterator test

Tim Allison created TIKA-3736:
---------------------------------

             Summary: Fix flaky Solr PipesIterator test
                 Key: TIKA-3736
                 URL: https://issues.apache.org/jira/browse/TIKA-3736
             Project: Tika
          Issue Type: Task
            Reporter: Tim Allison


We are fairly frequently getting build fails on SolrPipesIterator tests. Specifically, the right number of docs are not indexed.  This is sometimes with zk and sometimes not. I can't tell if this is a race condition...er, the docs are sent to solr but not yet committed, or if something else is going wrong.

Here's the most recent from a failed github action build:

{noformat}
TikaPipesSolr8Test>TikaPipesSolrTestBase.testPipesIteratorWithSolrUrls:86->TikaPipesSolrTestBase.runTikaAsyncSolrPipeIteratorFileFetcherSolrEmitter:175 expected:<42> but was:<20>
{noformat}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)