Marcosrico opened a new pull request, #2239: URL: https://github.com/apache/helix/pull/2239
[Goal] Implement Zk.multi for all Zk Clients in Helix to add transactional support in Helix Zk Client. [Current Commit] Added test cases for multi support in shared, dedicated, and federated zk client. ### Issues ### Tests Tested multi in the various Zk Clients (Shared, Dedicated, and Federated) with different op operations (create, delete, set). Tested the "all or nothing" functionality of multi. Unit tests written in `RealmAwareZkClientFactoryTestBase`: - `TestMultiCreate()` - `TestMultiFail()` - `TestMultiDelete()` - `TestMultiSet()` The same tests were copied into `TestFederatedZkClient` ### Code Quality - My diff has been formatted using helix-style.xml (helix-style-intellij.xml if IntelliJ IDE is used) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
