You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/03/17 21:47:13 UTC

[42/50] [abbrv] beam git commit: This closes #2109: Allow `PAssert`s to take a message

This closes #2109: Allow `PAssert`s to take a message

  Remove exception suppression from PAssert.SideInputCheckerDoFn
  Added assertion failure tests for `PAssert#thatSingleton`
  Added a test of default PAssert failure reason
  Javadoc changes
  [BEAM-1551] Allow `PAssert`s to take a message


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/d1671530
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/d1671530
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/d1671530

Branch: refs/heads/gearpump-runner
Commit: d1671530951bd67956f6d022b523053c12a04df3
Parents: 7c78480 3669146
Author: Kenneth Knowles <kl...@google.com>
Authored: Sat Mar 11 07:04:30 2017 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Sat Mar 11 07:04:30 2017 -0800

----------------------------------------------------------------------
 .../org/apache/beam/sdk/testing/PAssert.java    | 183 ++++++++++++++-----
 .../apache/beam/sdk/testing/PAssertTest.java    |  56 +++++-
 2 files changed, 188 insertions(+), 51 deletions(-)
----------------------------------------------------------------------