David Anuta created GEODE-3179:
----------------------------------
Summary: 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
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)