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

chesnay pushed a change to branch 31807
in repository https://gitbox.apache.org/repos/asf/flink-connector-cassandra.git


 discard eb92286  [FLINK-31807] Include all test code in architecture tests
    omit 79bc3eb  [FLINK-31805] Avoid non-public APIs
     add 96482aa  [FLINK-28198] Integrate tests with CassandraTestEnvironment 
which manages the cassandra cluster container, session, retrials and timeouts. 
Cleaning
     add 1b87943  [FLINK-31805] Avoid non-public APIs
     new 4a88cf1  [FLINK-31807] Include all test code in architecture tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (eb92286)
            \
             N -- N -- N   refs/heads/31807 (4a88cf1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 .../{source => }/CassandraTestEnvironment.java     |  39 ++-
 .../cassandra/source/CassandraSourceITCase.java    |   1 +
 .../cassandra/source/CassandraTestContext.java     |  48 ++-
 .../cassandra/CassandraConnectorITCase.java        | 332 +++++++--------------
 4 files changed, 156 insertions(+), 264 deletions(-)
 rename 
flink-connector-cassandra/src/test/java/org/apache/flink/connector/cassandra/{source
 => }/CassandraTestEnvironment.java (85%)

Reply via email to