[ https://issues.apache.org/jira/browse/SOLR-13696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288112#comment-17288112 ]
Gus Heck commented on SOLR-13696: --------------------------------- Finally coming back to this. In retrospect I think this test was overzealous. "Commit within" is a feature that is really orthogonal to routed aliases and there's no good reason to believe that it would succeed or fail differently than a regular commit. Removing this aspect of the test simplifies the code, makes the test faster and probably costs us little or nothing in terms of safety. > DimensionalRoutedAliasUpdateProcessorTest / RoutedAliasUpdateProcessorTest > failures due commitWithin/openSearcher delays > ------------------------------------------------------------------------------------------------------------------------ > > Key: SOLR-13696 > URL: https://issues.apache.org/jira/browse/SOLR-13696 > Project: Solr > Issue Type: Test > Reporter: Chris M. Hostetter > Assignee: Gus Heck > Priority: Major > Attachments: thetaphi_Lucene-Solr-8.x-MacOSX_272.log.txt > > Time Spent: 10m > Remaining Estimate: 0h > > Recent jenkins failure... > Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/272/ > Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC > {noformat} > Stack Trace: > java.lang.AssertionError: expected:<16> but was:<15> > at > __randomizedtesting.SeedInfo.seed([DB6DC28D5560B1D2:E295833E1541FDB9]:0) > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:834) > at org.junit.Assert.assertEquals(Assert.java:645) > at org.junit.Assert.assertEquals(Assert.java:631) > at > org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.assertCatTimeInvariants(DimensionalRoutedAliasUpdateProcessorTest.java:677 > ) > at > org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testTimeCat(DimensionalRoutedAliasUpdateProcessorTest.java:282) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > {noformat} > Digging into the logs, the problem appears to be in the way the test > verifies/assumes docs have been committed. -- 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