This is an automated email from the ASF dual-hosted git repository.
sblackmon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git.
from 06c56b2 Merge pull request #440 from steveblackmon/STREAMS-597
add 170db81 fix streams-persist ITs
new 15a4f91 Merge pull request #441 from steveblackmon/STREAMS-596
The 1 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:
streams-contrib/streams-persist-cassandra/pom.xml | 3 +-
.../streams/cassandra/test/CassandraPersistIT.java | 19 ++++----
.../src/test/resources/application.conf} | 22 +++++----
.../streams-persist-elasticsearch/pom.xml | 3 +-
.../test/ElasticsearchParentChildUpdaterIT.java | 19 +++++---
.../test/ElasticsearchParentChildWriterIT.java | 28 ++++++-----
.../test/ElasticsearchPersistUpdaterIT.java | 18 ++++---
.../test/ElasticsearchPersistWriterIT.java | 18 ++++---
.../src/test/resources/application.conf | 57 ++++++++++++++++++++++
.../hbase.conf => test/resources/application.conf} | 28 +++++++----
streams-contrib/streams-persist-mongo/pom.xml | 3 +-
.../apache/streams/mongo/test/MongoPersistIT.java | 18 ++++---
.../src/test/resources/application.conf} | 18 +++----
streams-contrib/streams-persist-neo4j/pom.xml | 5 +-
.../streams/neo4j/test/Neo4jBoltPersistIT.java | 18 ++++---
.../streams/neo4j/test/Neo4jHttpPersistIT.java | 20 ++++----
.../src/test/resources/application.conf | 20 ++++----
streams-contrib/streams-persist-riak/pom.xml | 3 +-
.../streams/riak/test/RiakBinaryPersistIT.java | 18 ++++---
.../streams/riak/test/RiakHttpPersistIT.java | 20 ++++----
.../src/test/resources/application.conf | 17 +++++--
21 files changed, 238 insertions(+), 137 deletions(-)
copy
streams-contrib/{streams-amazon-aws/streams-persist-kinesis/src/main/resources/kinesis-read.conf
=> streams-persist-cassandra/src/test/resources/application.conf} (65%)
create mode 100644
streams-contrib/streams-persist-elasticsearch/src/test/resources/application.conf
copy streams-contrib/streams-persist-hbase/src/{main/resources/hbase.conf =>
test/resources/application.conf} (63%)
copy
streams-contrib/{streams-amazon-aws/streams-persist-s3/src/main/resources/s3-read.conf
=> streams-persist-mongo/src/test/resources/application.conf} (72%)
copy streams-config/src/test/resources/custom.conf =>
streams-contrib/streams-persist-neo4j/src/test/resources/application.conf (68%)
copy streams-config/src/test/resources/componentTest.conf =>
streams-contrib/streams-persist-riak/src/test/resources/application.conf (65%)
--
To stop receiving notification emails like this one, please contact
[email protected].