[
https://issues.apache.org/jira/browse/GEODE-7168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16924615#comment-16924615
]
ASF subversion and git services commented on GEODE-7168:
--------------------------------------------------------
Commit 43dbca6886800d703f9900fe9523fab68b5c3d3a in geode's branch
refs/heads/feature/GEODE-7168 from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=43dbca6 ]
GEODE-7168: CI failure in Tomcat8 rolling upgrade test
The test infrastructure wasn't providing the actual version strings with
period-separators so our tomcat tests were having to do some hard work
to find those strings. This PR alters the geode-old-versions sub-project
and VersionManager to preserve the original version strings.
> CI failure: Tomcat8ClientServerRollingUpgradeTest >
> canDoARollingUpgradeOfGeodeServersWithSessionModules[191]
> -------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-7168
> URL: https://issues.apache.org/jira/browse/GEODE-7168
> Project: Geode
> Issue Type: Bug
> Components: tests
> Reporter: Bruce Schuchardt
> Assignee: Bruce Schuchardt
> Priority: Major
>
> Recent changes to this test require that there be a Version for any
> geode-old-version we're going to test against. We don't typically create
> Versions for patch releases like 1.9.1 and this is making the test throw NPEs.
> {noformat}
> > Task :geode-assembly:upgradeTest
> org.apache.geode.session.tests.Tomcat8ClientServerRollingUpgradeTest >
> canDoARollingUpgradeOfGeodeServersWithSessionModules[191] FAILED
> java.lang.NullPointerException
> at
> org.apache.geode.session.tests.Tomcat8ClientServerRollingUpgradeTest.getClassPathTomcat8AndOldModules(Tomcat8ClientServerRollingUpgradeTest.java:312)
> at
> org.apache.geode.session.tests.Tomcat8ClientServerRollingUpgradeTest.setup(Tomcat8ClientServerRollingUpgradeTest.java:154)
> java.lang.NullPointerException
> at
> org.apache.geode.session.tests.Tomcat8ClientServerRollingUpgradeTest.stop(Tomcat8ClientServerRollingUpgradeTest.java:181)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)