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

Serialization long type incorrect for Linux 32-bit, Add more tests for ReliableTopic for increasing coverage #155

Merged
merged 4 commits into from
Jun 10, 2016

Conversation

ihsandemir
Copy link
Collaborator

@ihsandemir ihsandemir commented Jun 10, 2016

Added more tests for ReliableTopic.
Also a fix is done at ReliableTopicExecutor.

An important fix is done at ObjectDataInput and ObjectDataOutput for handling long type correctly at Linux 32-bit.

Also a fix is done at ReliableTopicExecutor.
@ihsandemir ihsandemir added this to the 3.7 milestone Jun 10, 2016
@ihsandemir ihsandemir self-assigned this Jun 10, 2016
@devOpsHazelcast
Copy link
Contributor

Test FAILed.

@devOpsHazelcast
Copy link
Contributor

Test FAILed.

@devOpsHazelcast
Copy link
Contributor

Test FAILed.

@ihsandemir ihsandemir changed the title Add more tests for ReliableTopic for increasing coverage Serialization long type incorrect for Linux 32-bit, Add more tests for ReliableTopic for increasing coverage Jun 10, 2016
@devOpsHazelcast
Copy link
Contributor

Test PASSed.

@ihsandemir ihsandemir merged commit 20adfb2 into hazelcast:master Jun 10, 2016
@ihsandemir ihsandemir deleted the rtTests branch June 10, 2016 12:59
ihsandemir added a commit to ihsandemir/hazelcast-cpp-client that referenced this pull request Jun 10, 2016
…r ReliableTopic for increasing coverage (hazelcast#155)

* Added more tests for ReliableTopic.

* A fix is done at ReliableTopicExecutor.

* Linux portability fix.

* Changed long to int64_t for serialization.
ihsandemir added a commit that referenced this pull request Jun 10, 2016
* Serialization long type incorrect for Linux 32-bit, Add more tests for ReliableTopic for increasing coverage (#155)

* Added more tests for ReliableTopic.

* A fix is done at ReliableTopicExecutor.

* Changed long to int64_t for serialization.

* Add Reliable Topic Code Sample (#157)

* Added code examples for reliable topic usage.

* Windows portability fix: Changed static topic prefix string to a member to allow windows dllexport work with it.

* Ringbuffer and ReliableTopic documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants