You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by iu...@apache.org on 2021/04/19 08:12:56 UTC

[brooklyn-server] branch master updated (81ec9e8 -> 8fedf23)

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

iuliana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.


    from 81ec9e8  Merge pull request #1164 from algairim/smart-159
     new 49caa75  Test for masking velues of sensitive keys of shell.env configuration in env stream
     new 2aff0eb  Re-name assertStreams to assertStdStreams for consistency
     new 8fedf23  Merge pull request #1165 from algairim/smart-159

The 12882 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:
 .../base/AbstractSoftwareProcessStreamsTest.java   |  20 ++-
 ...nillaSoftwareProcessStreamsIntegrationTest.java |   2 +-
 .../base/VanillaSoftwareProcessStreamsTest.java    | 142 +++++++++++++++++++++
 .../VanillaWindowsProcessWinrmStreamsLiveTest.java |   4 +-
 4 files changed, 163 insertions(+), 5 deletions(-)
 create mode 100644 software/base/src/test/java/org/apache/brooklyn/entity/software/base/VanillaSoftwareProcessStreamsTest.java