Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling #20896

Closed
wants to merge 141 commits into from
Closed

Spelling #20896

wants to merge 141 commits into from

Conversation

jsoref
Copy link

@jsoref jsoref commented Mar 6, 2022

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at jsoref@087383b#commitcomment-68066781

The action reports that the changes in this PR would make it happy: jsoref@dadeaab

Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.

Breaking changes (list specific methods/types/messages):

Checklist:

  • Labels (Team:, Type:, Source:, Module:) and Milestone set
  • Label Add to Release Notes or Not Release Notes content set
  • Request reviewers if possible
  • Send backports/forwardports if fix needs to be applied to past/future releases
  • New public APIs have @Nonnull/@Nullable annotations
  • New public APIs have @since tags in Javadoc

@jsoref jsoref requested a review from a team as a code owner March 6, 2022 08:06
@hz-devops-test hz-devops-test added the Source: Community PR or issue was opened by a community user label Mar 6, 2022
@devOpsHazelcast
Copy link
Collaborator

Can one of the admins verify this patch?

9 similar comments
@devOpsHazelcast
Copy link
Collaborator

Can one of the admins verify this patch?

@devOpsHazelcast
Copy link
Collaborator

Can one of the admins verify this patch?

@devOpsHazelcast
Copy link
Collaborator

Can one of the admins verify this patch?

@devOpsHazelcast
Copy link
Collaborator

Can one of the admins verify this patch?

@devOpsHazelcast
Copy link
Collaborator

Can one of the admins verify this patch?

@devOpsHazelcast
Copy link
Collaborator

Can one of the admins verify this patch?

@devOpsHazelcast
Copy link
Collaborator

Can one of the admins verify this patch?

@devOpsHazelcast
Copy link
Collaborator

Can one of the admins verify this patch?

@devOpsHazelcast
Copy link
Collaborator

Can one of the admins verify this patch?

@devOpsHazelcast
Copy link
Collaborator

devOpsHazelcast commented Mar 6, 2022

CLA assistant check
All committers have signed the CLA.

Copy link
Author

@jsoref jsoref left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most corrections were automatically suggested by Google Sheets.
The doubling was done by me fairly manually, but a bit haphazardly.

All fault is mine.

# If the the path is relative, it is relative to the Hazelcast installation directory (HAZELCAST_HOME).
# If the path is relative, it is relative to the Hazelcast installation directory (HAZELCAST_HOME).
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a newer experimental feature. I'm still working out the quirks for correcting things it flags.

In general, I think that all of these corrections are correct, but it's possible I've made mistakes (I'm human!).

I'm definitely taking feedback and gathering input relating to this and everything else.

|Related Github issues | https://github.com/hazelcast/hazelcast/issues/15722, https://github.com/hazelcast/hazelcast/issues/16651, https://github.com/hazelcast/hazelcast-enterprise/issues/3627, https://github.com/hazelcast/hazelcast-enterprise/issues/4342 |
|Related GitHub issues | https://github.com/hazelcast/hazelcast/issues/15722, https://github.com/hazelcast/hazelcast/issues/16651, https://github.com/hazelcast/hazelcast-enterprise/issues/3627, https://github.com/hazelcast/hazelcast-enterprise/issues/4342 |
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brand

extensions/hazelcast-3-connector/pom.xml Outdated Show resolved Hide resolved
@jsoref jsoref force-pushed the spelling branch 3 times, most recently from bec84de to 20e8268 Compare March 7, 2022 17:58
Copy link
Contributor

@viliam-durina viliam-durina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job! There are a couple of comments to address.

@@ -43,7 +43,7 @@ public void shouldDetectUnappliedMemberConfigEntries() throws Exception {
entries.put("HZ_CLUSTRNAME", "foo");
entries.put("HZ_NETWORK_PORT", "5702");
entries.put("HZ_NETWORK_JOIN_TCPIP_BLE", "false");
entries.put("HZ_NETWORK_JOIN_MULTCAST_ENABLED", "false");
entries.put("HZ_NETWORK_JOIN_MULTI_CAST_ENABLED", "false");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
entries.put("HZ_NETWORK_JOIN_MULTI_CAST_ENABLED", "false");
entries.put("HZ_NETWORK_JOIN_MULTICAST_ENABLED", "false");

See https://en.wikipedia.org/wiki/Multicast

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think for some reason I was afraid someone was intentionally not using the word.

Glad I was wrong.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure the goal of the test is to test incorrect names. I'm suggesting two words which are both words that happen to have a delimiter as an alternative to an intentionally misspelled word...

public void shouldDetectUnappliedMemberConfigEntries() throws Exception {
Map<String, String> entries = new HashMap<>();
entries.put("HZ_CLUSTERNAME", "foo");
entries.put("HZ_CLUSTRNAME", "foo");
entries.put("HZ_NETWORK_PORT", "5702");
entries.put("HZ_NETWORK_JOIN_TCPIP_BLE", "false");
entries.put("HZ_NETWORK_JOIN_MULTCAST_ENABLED", "false");

I'd talk to you about this on slack, but #20948

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, you're right, it's intentionally misspelled. Maybe we should use foo and bar, the computer isn't confused the slightest bit by a subtle error like humans are.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, something like that would be better. But I'll leave that to the team, it's a cleanup task for the whole file. Outside the scope of this (admittedly large) PR.

extensions/hazelcast-3-connector/pom.xml Outdated Show resolved Hide resolved
Copy link
Contributor

@viliam-durina viliam-durina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving commit 9b9dd09, please don't force-push to this branch as it greatly complicates the review. Add more commits if you have something.

Copy link
Contributor

@mdumandag mdumandag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for the hard work. I have gone over all files, and just have a couple of comments.

BTW, can you also please resolve the conflict in ExecutionPlan.java

@@ -22,7 +22,7 @@

/**
* Represents a candidate entry to be
* deleted from {@link MapStore} witih a txn
* deleted from {@link MapStore} with a txn
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* deleted from {@link MapStore} with a txn
* deleted from {@link MapStore} within a txn

hazelcast/src/main/resources/hazelcast-full-example.xml Outdated Show resolved Hide resolved
hazelcast/src/main/resources/hazelcast-full-example.yaml Outdated Show resolved Hide resolved
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
@mdumandag
Copy link
Contributor

run-lab-run

@hz-devops-test
Copy link

The job Hazelcast-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
-------TEST FAILURE-------
--------------------------
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127
[ERROR] Errors: 
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:122 ? HazelcastSerialization jav...
[INFO] 
[ERROR] Tests run: 4340, Failures: 4, Errors: 44, Skipped: 8
[INFO] 

[ERROR] There are test failures.

@JackPGreen
Copy link
Contributor

run-lab-run

Copy link
Contributor

@JackPGreen JackPGreen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really like the improvements, but I'm concerned about the changes that affect the actual code - e.g. file path changes.

@@ -339,7 +339,7 @@ public Object call() throws Exception {

/**
* Tests if the future on a blocking operation can be shared by multiple threads. This tests fails in 3.6 because
* only 1 thread will be able to swap out CONTINUE_WAIT and all other threads will fail with an OperationTimeoutExcepyion
* only 1 thread will be able to swap out CONTINUE_WAIT and all other threads will fail with an OperationTimeoutException
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* only 1 thread will be able to swap out CONTINUE_WAIT and all other threads will fail with an OperationTimeoutException
* only 1 thread will be able to swap out CONTINUE_WAIT and all other threads will fail with an {@link com.hazelcast.core.OperationTimeoutException}

@@ -276,7 +276,7 @@ private void assertFailsEventuallyWithOperationTimeoutException(final BiConsumer

/**
* Tests if the future on a blocking operation can be shared by multiple threads. This tests fails in 3.6 because
* only 1 thread will be able to swap out CONTINUE_WAIT and all other threads will fail with an OperationTimeoutExcepyion
* only 1 thread will be able to swap out CONTINUE_WAIT and all other threads will fail with an OperationTimeoutException
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* only 1 thread will be able to swap out CONTINUE_WAIT and all other threads will fail with an OperationTimeoutException
* only 1 thread will be able to swap out CONTINUE_WAIT and all other threads will fail with an {@link com.hazelcast.core.OperationTimeoutException}
Suggested change
* only 1 thread will be able to swap out CONTINUE_WAIT and all other threads will fail with an OperationTimeoutException
* only 1 thread will be able to swap out CONTINUE_WAIT and all other threads will fail with an {@link com.hazelcast.core.OperationTimeoutException}

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming these two suggestions are identical (GitHub's suggestion/files view interfaces are not perfect and make this stuff moderately painful...)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming these two suggestions are identical (GitHub's suggestion/files view interfaces are not perfect and make this stuff moderately painful...)

I added the exception reference as a Javadoc link, so there’s a chance at compile time an IDE can spot an incorrect reference.

@@ -78,7 +78,7 @@ public void getService_whenNullName() {

@Test(expected = HazelcastException.class)
public void getService_whenNonExistingService() {
nodeEngine.getService("notexist");
nodeEngine.getService("nonexistent");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
nodeEngine.getService("nonexistent");
nodeEngine.getService("notexist");

@@ -296,7 +296,7 @@ public void testImportNotExistingUrlResourceThrowsException() {
String yaml = ""
+ "hazelcast:\n"
+ " import:\n"
+ " - file:///notexisting.yaml";
+ " - file:///nonexistent.yaml";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
+ " - file:///nonexistent.yaml";
+ " - file:///notexisting.yaml";

@@ -136,7 +136,7 @@ public void WhenValid_NearCacheInMemoryFormat() {

@Test(expected = InvalidConfigurationException.class)
public void WhenInvalid_NearCacheInMemoryFormat() {
buildConfig("near-cache-in-memory-format", "binaryyy");
buildConfig("near-cache-in-memory-format", "binary_");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
buildConfig("near-cache-in-memory-format", "binary_");
buildConfig("near-cache-in-memory-format", "binaryyy");

@@ -35,7 +35,7 @@

public class AzureMetadataApiTest {
private static final String ACCESS_TOKEN = "access-token-1";
private static final String LOCATION = "lcoation-1";
private static final String LOCATION = "location-1";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
private static final String LOCATION = "location-1";
private static final String LOCATION = "lcoation-1";

@@ -50,7 +50,7 @@ public interface StreamStage<T> extends GeneralStage<T> {
* Adds the given window definition to this stage, as the first step in the
* construction of a pipeline stage that performs windowed aggregation.
*
* @see WindowDefinition factory methods in WindowDefiniton
* @see WindowDefinition factory methods in WindowDefinition
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @see WindowDefinition factory methods in WindowDefinition
* @see WindowDefinition factory methods in {@link com.hazelcast.jet.pipeline.WindowDefinition}

@@ -143,7 +143,7 @@ public void shouldNotAcceptRelativePath() {

@Test
public void shouldFailForNonExistingFolder() {
FileSourceBuilder<String> source = FileSources.files(currentDir + "/src/test/resources/notexists")
FileSourceBuilder<String> source = FileSources.files(currentDir + "/src/test/resources/nonexistent")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
FileSourceBuilder<String> source = FileSources.files(currentDir + "/src/test/resources/nonexistent")
FileSourceBuilder<String> source = FileSources.files(currentDir + "/src/test/resources/notexists")

@@ -84,7 +84,7 @@
<main.basedir>${project.basedir}/../..</main.basedir>
<checkstyle.headerLocation>${main.basedir}/checkstyle/ClassHeaderHazelcastCommunity.txt</checkstyle.headerLocation>
<checkstyle.configLocation>${main.basedir}/checkstyle/checkstyle_jet.xml</checkstyle.configLocation>
<checkstyle.supressionsLocation>${main.basedir}/checkstyle/suppressions_jet.xml</checkstyle.supressionsLocation>
<checkstyle.suppressionsLocation>${main.basedir}/checkstyle/suppressions_jet.xml</checkstyle.suppressionsLocation>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<checkstyle.suppressionsLocation>${main.basedir}/checkstyle/suppressions_jet.xml</checkstyle.suppressionsLocation>
<checkstyle.supressionsLocation>${main.basedir}/checkstyle/suppressions_jet.xml</checkstyle.supressionsLocation>

@hz-devops-test
Copy link

The job Hazelcast-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
---------ERRORS-----------
--------------------------
[ERROR] Tests run: 784, Failures: 4, Errors: 44, Skipped: 0, Time elapsed: 19.95 s <<< FAILURE! -- in com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 78, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.034 s <<< FAILURE!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 79, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.329 s <<< FAILURE!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 82, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.283 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 83, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.370 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 84, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.452 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 85, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.286 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 86, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.283 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 87, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.302 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 90, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.263 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 91, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.284 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 92, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.338 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 93, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.372 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 96, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.265 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 97, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.280 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 100, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.298 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 101, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.305 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 102, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.301 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 103, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.453 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 106, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.279 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 107, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.493 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 108, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.517 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 109, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.472 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 120, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.297 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:true, 121, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.451 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 274, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.006 s <<< FAILURE!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 275, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.009 s <<< FAILURE!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 278, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.005 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 279, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.176 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 280, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.343 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 281, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.415 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 282, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.334 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 283, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.342 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 286, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.413 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 287, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.410 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 288, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.374 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 289, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.332 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 292, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.351 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 293, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.355 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 296, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.343 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 297, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.333 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 298, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.352 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 299, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.336 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 302, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.347 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 303, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.338 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 304, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.345 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 305, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.350 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 316, isBigEndian:BIG_ENDIAN, version:1] -- Time elapsed: 0.349 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.nio.serialization.compatibility.BinaryCompatibilityTest.readAndVerifyBinaries[allowUnsafe:false, 317, isBigEndian:LITTLE_ENDIAN, version:1] -- Time elapsed: 0.349 s <<< ERROR!
--------------------------
[ERROR] Failures: 
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:132
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:132
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:132
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:132
--------------------------
[ERROR] Errors: 
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
--------------------------
[ERROR] Tests run: 4663, Failures: 4, Errors: 44, Skipped: 11
--------------------------
[ERROR] There are test failures.
--------------------------
--------------------------
-------TEST FAILURE-------
--------------------------
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:132
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:132
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:132
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:132
[ERROR] Errors: 
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[ERROR]   BinaryCompatibilityTest.readAndVerifyBinaries:127 ? HazelcastSerialization java.lang.ClassNotFoundException: com.hazelcast.nio.serialization.compatibility.AJavaSerialiazable
[INFO] 
[ERROR] Tests run: 4663, Failures: 4, Errors: 44, Skipped: 11
[INFO] 
[WARNING] Corrupted channel by directly writing to native stream in forked JVM 8. See FAQ web page and the dump file /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder_2/hazelcast/target/surefire-reports/2023-08-25T22-08-18_390-jvmRun8.dumpstream

[ERROR] There are test failures.

@devOpsHazelcast
Copy link
Collaborator

PR closed by Hazelcast automation as no activity (>6 months). Please reopen with comments, if necessary. Thank you for using Hazelcast and your valuable contributions

@jsoref
Copy link
Author

jsoref commented Feb 27, 2024

Sigh, I can try to look at this over the weekend....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Automation: PR auto closed Source: Community PR or issue was opened by a community user
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants