[
https://issues.apache.org/jira/browse/GEODE-10594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18099743#comment-18099743
]
ASF subversion and git services commented on GEODE-10594:
---------------------------------------------------------
Commit a9f61f0d1c135d24fa46f2ec30a3bb1d3809d0f0 in geode's branch
refs/heads/develop from Jinwoo Hwang
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a9f61f0d1c ]
[GEODE-10594] Integration Test Failure (#8020)
* GEODE-10594 Integration Test Failure
* fix GeodeServerAllJarIntegrationTest > verifyManifestClassPath FAILED
java.lang.AssertionError: [The geode-server-all.jar's manifest classpath
has changed. Verify dependencies and copy
geode-server-all/build/integrationTest/dependency_classpath.txt to
geode-server-all/src/integrationTest/resources/dependency_classpath.txt]
* fix AssemblyContentsIntegrationTest > verifyAssemblyContents FAILED
java.lang.AssertionError: [The assembly contents have changed. Verify
dependencies and copy geode-assembly/build/integrationTest/assembly_content.txt
to geode-assembly/src/integrationTest/resources/assembly_content.txt]
* fix GfshDependencyJarIntegrationTest > verifyManifestClassPath FAILED
java.lang.AssertionError: [The gfsh-dependencies.jar manifest classpath has
changed. Verify dependencies and copy
geode-assembly/build/integrationTest/gfsh_dependency_classpath.txt to
geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt]
* Delete geode-assembly/src/integrationTest/resources/assembly_content.txt
* Delete geode-assembly/src/integrationTest/resources/expected_jars.txt
* Delete
geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt
* Delete geode-server-all/src/integrationTest/resources/dependency_classpath.txt
> Integration Test Failure
> ------------------------
>
> Key: GEODE-10594
> URL: https://issues.apache.org/jira/browse/GEODE-10594
> Project: Geode
> Issue Type: Improvement
> Reporter: Jinwoo Hwang
> Assignee: Jinwoo Hwang
> Priority: Major
>
> GeodeServerAllJarIntegrationTest > verifyManifestClassPath FAILED
> java.nio.file.NoSuchFileException:
> ../libs/geode-server-all-1.16.0-build.0.jar
> at
> java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
> at
> java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
> at
> java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
> at
> java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
> at
> java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:148)
> at java.base/java.nio.file.Files.readAttributes(Files.java:1851)
> at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1457)
> at
> java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:726)
> at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:260)
> at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:189)
> at java.base/java.util.jar.JarFile.<init>(JarFile.java:346)
> at java.base/java.util.jar.JarFile.<init>(JarFile.java:317)
> at java.base/java.util.jar.JarFile.<init>(JarFile.java:283)
> at
> org.apache.geode.GeodeServerAllJarIntegrationTest.getManifestClassPath(GeodeServerAllJarIntegrationTest.java:68)
> at
> org.apache.geode.GeodeServerAllJarIntegrationTest.verifyManifestClassPath(GeodeServerAllJarIntegrationTest.java:51)
> 1 test completed, 1 failed
--
This message was sent by Atlassian Jira
(v8.20.10#820010)