You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2018/10/05 11:20:51 UTC

hadoop git commit: HDDS-512. update test.sh to remove robot framework & python-pip installation. Contributed by Dinesh Chitlangia.

Repository: hadoop
Updated Branches:
  refs/heads/trunk f36203752 -> 0e28ef35b


HDDS-512. update test.sh to remove robot framework & python-pip installation. Contributed by Dinesh Chitlangia.


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

Branch: refs/heads/trunk
Commit: 0e28ef35be727d0f79a5ca189bc870a13a622cbc
Parents: f362037
Author: Márton Elek <el...@apache.org>
Authored: Fri Oct 5 12:37:01 2018 +0200
Committer: Márton Elek <el...@apache.org>
Committed: Fri Oct 5 13:20:27 2018 +0200

----------------------------------------------------------------------
 hadoop-ozone/dist/src/main/smoketest/test.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/0e28ef35/hadoop-ozone/dist/src/main/smoketest/test.sh
----------------------------------------------------------------------
diff --git a/hadoop-ozone/dist/src/main/smoketest/test.sh b/hadoop-ozone/dist/src/main/smoketest/test.sh
index b32955a..1cbd15c 100755
--- a/hadoop-ozone/dist/src/main/smoketest/test.sh
+++ b/hadoop-ozone/dist/src/main/smoketest/test.sh
@@ -24,9 +24,8 @@ execute_tests(){
   echo "Executing test ${TESTS[*]} with $COMPOSE_FILE"
   docker-compose -f "$COMPOSE_FILE" down
   docker-compose -f "$COMPOSE_FILE" up -d
-  docker-compose -f "$COMPOSE_FILE" exec datanode sudo apt-get update
-  docker-compose -f "$COMPOSE_FILE" exec datanode sudo apt-get install -y python-pip
-  docker-compose -f "$COMPOSE_FILE" exec datanode sudo pip install robotframework
+  echo "Waiting 15s for cluster start up..."
+  sleep 15
   for TEST in "${TESTS[@]}"; do
      set +e
      docker-compose -f "$COMPOSE_FILE" exec datanode python -m robot "smoketest/$TEST"


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org