You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (JIRA)" <ji...@apache.org> on 2016/12/10 22:14:58 UTC

[jira] [Updated] (SOLR-9843) Fix up DocValuesNotIndexedTest failures

     [ https://issues.apache.org/jira/browse/SOLR-9843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erick Erickson updated SOLR-9843:
---------------------------------
    Attachment: SOLR-9843.patch

Patch for debugging. There's nothing here that couldn't be in production so I'll check it in to both trunk and 6x so it'll (I hope) hit the failure mode faster.

One failure is "impossible". The test indexes 4 docs, commits and then does a *:* query which only finds three docs. The message is "Should have exactly 4 documents returned expected:<4> but was:<3>". (line 263 called from line 244 after the patch is applied). The process is
1> in @Before, DBQ on *:* and commit
2> add some docs
3> test.

Now the document IDs are re-used so I'm wondering if it's vaguely possible that we're somehow (tm) DBQ is partly at issue? Hmmm, I'll write a stressor for that one just for yucks.

I did incorporate David's suggestions, and there was one initialization issue that I dont't _think_ matters that I changed. None of those changes seems like it even could be related to the "impossible" test failure above, which just means I must be missing something.

> Fix up DocValuesNotIndexedTest failures
> ---------------------------------------
>
>                 Key: SOLR-9843
>                 URL: https://issues.apache.org/jira/browse/SOLR-9843
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>            Priority: Blocker
>         Attachments: SOLR-9843.patch
>
>
> I'll have to do a few iterations on the Jenkins builds since I can't get this to fail locally. Marking as "blocker" since I'll probably have to put some extra code in that I want to be sure is removed before we cut any new releases.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org