[
https://issues.apache.org/jira/browse/GEODE-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16084415#comment-16084415
]
ASF subversion and git services commented on GEODE-3179:
--------------------------------------------------------
Commit e892a55fa17525fff180b14051fb6870be83d0bd in geode's branch
refs/heads/develop from [~DivineEnder]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=e892a55 ]
GEODE-3179: Changed extract directory of the Tomcat module
This fixes the failing verify bundled jars test, caused by an unexpected
slf4j-jdk jar coming from the tomcat module folder when extracted.
This closes #626
> The verifyBundledJarsHaveNotChanged test is failing due to slf4j-jdk
> --------------------------------------------------------------------
>
> Key: GEODE-3179
> URL: https://issues.apache.org/jira/browse/GEODE-3179
> Project: Geode
> Issue Type: Bug
> Components: http session, tests
> Reporter: David Anuta
> Assignee: David Anuta
>
> Test is failing with:
> Error
> java.lang.AssertionError: The bundled jars have changed. Please make sure
> you update the licence and notice
> as described in
> https://cwiki.apache.org/confluence/display/GEODE/License+Guide+for+Contributors
> When fixed, copy geode-assembly/build/test/bundled_jars.txt
> to src/test/resources/expected_jars.txt
> Removed Jars
> --------------
> Added Jars
> --------------
> slf4j-jdk
> Stacktrace
> java.lang.AssertionError: The bundled jars have changed. Please make sure
> you update the licence and notice
> as described in
> https://cwiki.apache.org/confluence/display/GEODE/License+Guide+for+Contributors
> When fixed, copy geode-assembly/build/test/bundled_jars.txt
> to src/test/resources/expected_jars.txt
> Removed Jars
> --------------
> Added Jars
> --------------
> slf4j-jdk
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at
> org.apache.geode.BundledJarsJUnitTest.verifyBundledJarsHaveNotChanged(BundledJarsJUnitTest.java:81)
> Likely due to Cargo session testing added in GEODE-2901.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)