You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2019/06/11 18:35:30 UTC

[beam] branch master updated (76a1d51 -> e7aadf5)

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

lcwik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 76a1d51  [BEAM-5995] add Jenkins job with GBK Python load tests (#8151)
     add 36df7b4  Use when/then style for Mockito stubs
     new e7aadf5  Use when/then style for Mockito stubs

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:
 .../extensions/gcp/util/CustomHttpErrorsTest.java  |  8 ++--
 .../io/kinesis/DynamicCheckpointGeneratorTest.java | 28 ++++++------
 .../beam/sdk/io/kinesis/RecordFilterTest.java      | 12 +++---
 .../beam/sdk/io/kinesis/ShardCheckpointTest.java   |  5 +--
 .../io/kinesis/SimplifiedKinesisClientTest.java    | 50 +++++++++++-----------
 .../io/kinesis/StartingPointShardsFinderTest.java  | 38 ++++++++--------
 6 files changed, 67 insertions(+), 74 deletions(-)


[beam] 01/01: Use when/then style for Mockito stubs

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

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

commit e7aadf58f348a17bb2e74781d201e40ccf996a80
Merge: 76a1d51 36df7b4
Author: Lukasz Cwik <lc...@google.com>
AuthorDate: Tue Jun 11 11:35:15 2019 -0700

    Use when/then style for Mockito stubs

 .../extensions/gcp/util/CustomHttpErrorsTest.java  |  8 ++--
 .../io/kinesis/DynamicCheckpointGeneratorTest.java | 28 ++++++------
 .../beam/sdk/io/kinesis/RecordFilterTest.java      | 12 +++---
 .../beam/sdk/io/kinesis/ShardCheckpointTest.java   |  5 +--
 .../io/kinesis/SimplifiedKinesisClientTest.java    | 50 +++++++++++-----------
 .../io/kinesis/StartingPointShardsFinderTest.java  | 38 ++++++++--------
 6 files changed, 67 insertions(+), 74 deletions(-)