You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/05/18 00:39:32 UTC

[GitHub] sijie opened a new pull request #1412: Add a docker based `BookKeeperClusterTestBase` for failure related integration tests

sijie opened a new pull request #1412:  Add a docker based `BookKeeperClusterTestBase` for failure related integration tests
URL: https://github.com/apache/bookkeeper/pull/1412
 
 
   Descriptions of the changes in this PR:
   
   *Motivation*
   
   Currently we don't have any failure related testing for table service. Since we are using docker as the integration testing infrastructure,
   It is better to use container for those failure testings, rather than going down the path as what we did before.
   
   *Solution*
   
   This change provides the basic test base for bookkeeper cluster using dockers. `BookKeeperClusterTestBase` provides the similar functionalities
   to start/stop bookies as what we did in the unit test.
   
   `bookkeeper/tests/containers` in `integration-tests-topologies` provides all the basic containers used for testing.
   `tests/integration/cluster` and `tests/integration/topologies` provides the test base for writing tests using dockerized bookkeeper cluster.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services