lowka commented on PR #6079: URL: https://github.com/apache/ignite-3/pull/6079#issuecomment-3005182048
I got the following error when running testConfigurationChanged and testConfigurationCompatibility test cases for IDEA ``` java.io.EOFException: End of stream reached: java.util.zip.ZipInputStream@33aeca0b at org.apache.ignite.internal.util.io.IgniteUnsafeDataInput.fromStream(IgniteUnsafeDataInput.java:213) at org.apache.ignite.internal.util.io.IgniteUnsafeDataInput.readByte(IgniteUnsafeDataInput.java:590) at org.apache.ignite.internal.util.io.IgniteUnsafeDataInput.readUnsignedByte(IgniteUnsafeDataInput.java:598) at com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper.skipUTF8BOM(ByteSourceJsonBootstrapper.java:196) at com.fasterxml.jackson.core.JsonFactory._createParser(JsonFactory.java:1851) at com.fasterxml.jackson.core.JsonFactory.createParser(JsonFactory.java:1270) at com.fasterxml.jackson.databind.ObjectReader.createParser(ObjectReader.java:1194) at com.fasterxml.jackson.databind.ObjectReader.readValues(ObjectReader.java:2010) ``` -- 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. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org