[
https://issues.apache.org/jira/browse/GEODE-8025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17092452#comment-17092452
]
ASF GitHub Bot commented on GEODE-8025:
---------------------------------------
onichols-pivotal opened a new pull request #4999:
URL: https://github.com/apache/geode/pull/4999
This Lucene upgrade test is aimed at old versions that are incompatible with
the current version. The test assumed that ALL old versions are incompatible.
However on a support branch, the current could be 1.12.1 and the "old" version
could be 1.12.0, which are compatible.
To avoid hangs, skip this test when the minors are the same, since that is
not the intended precondition for the test.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> RollingUpgradeReindexShouldBeSuccessfulWhenAllServersRollToCurrentVersion
> test hangs on support branches
> --------------------------------------------------------------------------------------------------------
>
> Key: GEODE-8025
> URL: https://issues.apache.org/jira/browse/GEODE-8025
> Project: Geode
> Issue Type: Bug
> Components: tests
> Reporter: Owen Nichols
> Assignee: Owen Nichols
> Priority: Major
>
> the test expects that all old versions will be incompatible with the current.
> However on a support branch, the current could be 1.12.1 and the "old"
> version could be 1.12.0, which are compatible.
> to avoid hangs we should fix this test or skip it when the minors are the same
--
This message was sent by Atlassian Jira
(v8.3.4#803005)