NealSun96 opened a new issue #816: Create a configurable multi-server mocking class for testing URL: https://github.com/apache/helix/issues/816 During the testing for the leader request forwarding feature of `ZkRoutingDataWriter`, we discovered that it is beneficial to have a generic way to locally create multiple mock servers. Using multiple mock servers in the test environment allows multi-server feature testing with higher realism; such features include distributed leader election, distributed locking, etc. Currently, we have the implementation of `MockMetadataStoreDirectoryAccessor`, which can function as a template to build a generic class for the above mentioned purpose. Ideally, the generic class should have the ability to spin up multiple mock servers based on configs provided by developers. Developers should have the ability to control how many servers are created and what are the servlets running on these servers (mock servers or not).
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
