This is an automated email from the ASF dual-hosted git repository.
nkurihar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git.
from f220013 Merge pull request #28 from hrsakai/vulnerability
new 37b447b Add scripts for tests in docker container
new ed17fee Add file which defines pulsar version
new b6ce761 Merge pull request #27 from hrsakai/end-to-end-exec
The 20 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:
.clang-format => docker-tests.sh | 26 ++-
pulsar-test-service-start.sh | 45 +++++
.clang-format => pulsar-test-service-stop.sh | 15 +-
pulsar-version.txt | 1 +
.clang-format => run-unit-tests.sh | 29 ++-
tests/conf/standalone.conf | 265 +++++++++++++++++++++++++++
6 files changed, 360 insertions(+), 21 deletions(-)
copy .clang-format => docker-tests.sh (60%)
mode change 100644 => 100755
create mode 100755 pulsar-test-service-start.sh
copy .clang-format => pulsar-test-service-stop.sh (85%)
mode change 100644 => 100755
create mode 100755 pulsar-version.txt
copy .clang-format => run-unit-tests.sh (55%)
mode change 100644 => 100755
create mode 100755 tests/conf/standalone.conf