Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL committed Dec 6, 2023
1 parent 0349170 commit f7d9843
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 1 addition & 2 deletions common/tests/benchmark/runBenchmarkForDockerStreaming.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
cd "$(dirname "$0")"

displayLogs() {
export BASE_PATH="../../docker/streaming/"
../../../docker/common/displayAllDockerLogs.sh
../../../docker/streaming/displayAllStreamingDockerLogs.sh
}

trap displayLogs ERR
Expand Down
10 changes: 10 additions & 0 deletions docker/streaming/displayAllStreamingDockerLogs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash -e

cd "$(dirname "$0")"

source ../../common/scripts/utils.sh

export BASE_PATH=$(pwd)
export ADDITIONAL_COMPOSE_FILE="-f $(fullPath ./docker-compose-streaming.yml)"

../common/displayAllDockerLogs.sh
2 changes: 1 addition & 1 deletion docker/streaming/showDockerServices.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ source ../../common/scripts/utils.sh

export ADDITIONAL_COMPOSE_FILE="-f $(fullPath ./docker-compose-streaming.yml)"

../common/invokeDocker.sh ps
../common/invokeDocker.sh ps -a
2 changes: 1 addition & 1 deletion docker/streaming/waitForDockerHealthchecks.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -ex
#!/bin/bash -e

cd "$(dirname "$0")"

Expand Down

0 comments on commit f7d9843

Please sign in to comment.