This is an automated email from the ASF dual-hosted git repository.
ifesdjeen pushed a change to branch release
in repository
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.
from 7e1e250 Add entries for 0.0.4 to the changelog
add 8b20021 add method to fetch uncaught exceptions (#14)
add 39ec22a Default to 3 datadirs in in-jvm dtests (#13)
add 2720fff collect dc/rack information and validate when building (#15)
add 15d9595 Add method to ignore uncaught throwables (#18)
add 672af9b Add ability for jvm-dtest to grep instance logs
add 5b26885 Update in-jvm dtest to expose stdout and stderr for nodetool
add a726134 ninja: bad merge - remove getUncaughtExceptions from
IInstance (#19)
add b0054ea CASSANDRA-16109: if user has not set nodeCount, use the node
id topology size (#20)
add caadd8a Update chanelog
add c87140e [maven-release-plugin] prepare release 0.0.5
add 17d1cef [maven-release-plugin] prepare for next development iteration
No new revisions were added by this update.
Summary of changes:
CHANGES.txt | 10 +
pom.xml | 26 +-
.../apache/cassandra/distributed/api/ICluster.java | 14 +
.../cassandra/distributed/api/IInstance.java | 19 +
.../api/{IListen.java => LineIterator.java} | 20 +-
.../cassandra/distributed/api/LogAction.java | 416 +++++++++++++++++++++
.../api/{Feature.java => LogResult.java} | 7 +-
.../cassandra/distributed/api/NodeToolResult.java | 64 ++++
.../distributed/shared/AbstractBuilder.java | 210 ++++++++---
.../distributed/shared/NetworkTopology.java | 4 +-
.../cassandra/distributed/api/BuilderTest.java | 104 ++++++
.../cassandra/distributed/api/LogActionTest.java | 242 ++++++++++++
.../distributed/api/NodeToolOutputTest.java | 74 ++++
13 files changed, 1146 insertions(+), 64 deletions(-)
copy src/main/java/org/apache/cassandra/distributed/api/{IListen.java =>
LineIterator.java} (74%)
create mode 100644
src/main/java/org/apache/cassandra/distributed/api/LogAction.java
copy src/main/java/org/apache/cassandra/distributed/api/{Feature.java =>
LogResult.java} (92%)
create mode 100644
src/test/java/org/apache/cassandra/distributed/api/BuilderTest.java
create mode 100644
src/test/java/org/apache/cassandra/distributed/api/LogActionTest.java
create mode 100644
src/test/java/org/apache/cassandra/distributed/api/NodeToolOutputTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]