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

Unit tests for AbstractSerializationService #6775

Merged

Conversation

asimarslan
Copy link
Contributor

No description provided.

@asimarslan asimarslan force-pushed the feature/master/serialization-tests branch from 4ddb4fc to deb24f4 Compare November 18, 2015 15:25
@sancar sancar added this to the 3.6 milestone Nov 18, 2015
@asimarslan
Copy link
Contributor Author

run-lab-run

@sancar
Copy link
Contributor

sancar commented Nov 19, 2015

👍

asimarslan added a commit that referenced this pull request Nov 19, 2015
…-tests

Unit tests for AbstractSerializationService
@asimarslan asimarslan merged commit c192450 into hazelcast:master Nov 19, 2015
public void testGlobalRegister_alreadyRegisteredType() throws Exception {
abstractSerializationService.register(StringBuffer.class, new StringBufferSerializer(true));
abstractSerializationService.registerGlobal(new TheOtherGlobalSerializer(true));
}
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 not sure why this should throw an exception, the global serializer should be separate from custom serializers, even if it extends the class?

@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source: Internal PR or issue was opened by an employee Team: Client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants