You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2020/04/01 12:37:08 UTC

[hadoop-ozone] branch master updated: HDDS-3281. (Addendum: topology) Add timeouts to all robot tests

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

elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new f43b33e  HDDS-3281. (Addendum: topology) Add timeouts to all robot tests
f43b33e is described below

commit f43b33ebc3d27b8dc13a89543481bcdce30dce40
Author: Elek Márton <el...@apache.org>
AuthorDate: Wed Apr 1 14:34:09 2020 +0200

    HDDS-3281. (Addendum: topology) Add timeouts to all robot tests
    
    Closes #743
---
 hadoop-ozone/dist/src/main/smoketest/topology/cli.robot      | 1 +
 hadoop-ozone/dist/src/main/smoketest/topology/loaddata.robot | 1 +
 hadoop-ozone/dist/src/main/smoketest/topology/readdata.robot | 1 +
 3 files changed, 3 insertions(+)

diff --git a/hadoop-ozone/dist/src/main/smoketest/topology/cli.robot b/hadoop-ozone/dist/src/main/smoketest/topology/cli.robot
index f350704..3f83ba3 100644
--- a/hadoop-ozone/dist/src/main/smoketest/topology/cli.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/topology/cli.robot
@@ -18,6 +18,7 @@ Documentation       Smoketest ozone cluster startup
 Library             OperatingSystem
 Library             BuiltIn
 Resource            ../commonlib.robot
+Test Timeout        5 minutes
 
 *** Variables ***
 
diff --git a/hadoop-ozone/dist/src/main/smoketest/topology/loaddata.robot b/hadoop-ozone/dist/src/main/smoketest/topology/loaddata.robot
index 7b62e11..35457e6 100644
--- a/hadoop-ozone/dist/src/main/smoketest/topology/loaddata.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/topology/loaddata.robot
@@ -18,6 +18,7 @@ Documentation       Smoketest ozone cluster startup
 Library             OperatingSystem
 Library             BuiltIn
 Resource            ../commonlib.robot
+Test Timeout        5 minutes
 
 *** Variables ***
 
diff --git a/hadoop-ozone/dist/src/main/smoketest/topology/readdata.robot b/hadoop-ozone/dist/src/main/smoketest/topology/readdata.robot
index 6aafef7..70c7c61 100644
--- a/hadoop-ozone/dist/src/main/smoketest/topology/readdata.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/topology/readdata.robot
@@ -18,6 +18,7 @@ Documentation       Smoketest ozone cluster startup
 Library             OperatingSystem
 Library             BuiltIn
 Resource            ../commonlib.robot
+Test Timeout        5 minutes
 
 *** Variables ***
 


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