parent
e0fa1040af
commit
93824886e9
|
@ -49,7 +49,7 @@ services:
|
||||||
- ./docker-config
|
- ./docker-config
|
||||||
command: ["/opt/hadoop/bin/ozone","s3g"]
|
command: ["/opt/hadoop/bin/ozone","s3g"]
|
||||||
scm:
|
scm:
|
||||||
image: apache/ozone-runner:latest:${HADOOP_RUNNER_VERSION}
|
image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
|
||||||
hostname: scm
|
hostname: scm
|
||||||
volumes:
|
volumes:
|
||||||
- ../..:/opt/hadoop
|
- ../..:/opt/hadoop
|
||||||
|
|
|
@ -64,7 +64,7 @@ services:
|
||||||
- ./docker-config
|
- ./docker-config
|
||||||
command: ["/opt/hadoop/bin/ozone","s3g"]
|
command: ["/opt/hadoop/bin/ozone","s3g"]
|
||||||
scm:
|
scm:
|
||||||
image: apache/ozone-runner:latest:${HADOOP_RUNNER_VERSION}
|
image: apache/ozone-runner:${HADOOP_RUNNER_VERSION}
|
||||||
hostname: scm
|
hostname: scm
|
||||||
volumes:
|
volumes:
|
||||||
- ../..:/opt/hadoop
|
- ../..:/opt/hadoop
|
||||||
|
@ -120,4 +120,4 @@ services:
|
||||||
- 4040:4040
|
- 4040:4040
|
||||||
env_file:
|
env_file:
|
||||||
- docker-config
|
- docker-config
|
||||||
command: ["watch","-n","100000","ls"]
|
command: ["watch","-n","100000","ls"]
|
||||||
|
|
|
@ -37,7 +37,8 @@ for test in $(find "$SCRIPT_DIR" -name test.sh); do
|
||||||
./test.sh
|
./test.sh
|
||||||
ret=$?
|
ret=$?
|
||||||
if [[ $ret -ne 0 ]]; then
|
if [[ $ret -ne 0 ]]; then
|
||||||
RESULT=-1
|
RESULT=1
|
||||||
|
echo "ERROR: Test execution of $(dirname "$test") is FAILED!!!!"
|
||||||
fi
|
fi
|
||||||
RESULT_DIR="$(dirname "$test")/result"
|
RESULT_DIR="$(dirname "$test")/result"
|
||||||
cp "$RESULT_DIR"/robot-*.xml "$ALL_RESULT_DIR"
|
cp "$RESULT_DIR"/robot-*.xml "$ALL_RESULT_DIR"
|
||||||
|
|
Loading…
Reference in New Issue