You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2018/04/06 14:05:44 UTC

[streams] branch master updated (06c56b2 -> 15a4f91)

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
sblackmon@apache.org.

[streams] 01/01: Merge pull request #441 from steveblackmon/STREAMS-596

Posted by sb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git

commit 15a4f916111ec9af3bcb0fde61f79949acd969f2
Merge: 06c56b2 170db81
Author: Steve Blackmon <sb...@apache.org>
AuthorDate: Fri Apr 6 09:05:42 2018 -0500

    Merge pull request #441 from steveblackmon/STREAMS-596
    
    fix streams-persist ITs

 streams-contrib/streams-persist-cassandra/pom.xml  |  3 +-
 .../streams/cassandra/test/CassandraPersistIT.java | 19 ++++----
 .../src/test/resources/application.conf            | 29 +++++++++++
 .../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 ++++++++++++++++++++++
 .../src/test/resources/application.conf            | 39 +++++++++++++++
 streams-contrib/streams-persist-mongo/pom.xml      |  3 +-
 .../apache/streams/mongo/test/MongoPersistIT.java  | 18 ++++---
 .../src/test/resources/application.conf            | 25 ++++++++++
 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            | 28 +++++++++++
 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            | 30 ++++++++++++
 21 files changed, 325 insertions(+), 96 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sblackmon@apache.org.