This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 342d160  Merge branch 'cassandra-3.11' into trunk
     new 9705d82  Add an ability to run bootstrap / streaming tests with in-JVM 
dtest framework.
     new 3320f08  Merge branch 'cassandra-2.2' into cassandra-3.0
     new c09e709  Merge branch 'cassandra-3.0' into cassandra-3.11
     new a041b53  Merge branch 'cassandra-3.11' into trunk

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/cassandra/service/GCInspector.java  |   6 +-
 .../cassandra/distributed/api/IInstanceConfig.java |   4 +
 .../distributed/impl/AbstractCluster.java          | 172 +++++++++++++++------
 .../distributed/impl/DistributedTestSnitch.java    |  52 ++++++-
 .../cassandra/distributed/impl/InstanceConfig.java |  10 +-
 .../distributed/impl/NetworkTopology.java          |  60 ++++++-
 .../cassandra/distributed/test/BootstrapTest.java  | 104 +++++++++++++
 .../distributed/test/DistributedTestBase.java      |   1 +
 .../distributed/test/NetworkTopologyTest.java      |   5 +-
 .../cassandra/service/LeaveAndBootstrapTest.java   |  27 ++--
 10 files changed, 363 insertions(+), 78 deletions(-)
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/BootstrapTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to