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 xy...@apache.org on 2019/04/29 14:47:50 UTC

[hadoop] branch ozone-0.4 updated: HDDS-1472. Add retry to kinit command in smoketests. Contributed by Ajay Kumar. (#778)

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

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


The following commit(s) were added to refs/heads/ozone-0.4 by this push:
     new 8e5e5f3  HDDS-1472. Add retry to kinit command in smoketests. Contributed by Ajay Kumar. (#778)
8e5e5f3 is described below

commit 8e5e5f3641f550df7607a6a89fbea97dbd55ab0c
Author: Ajay Yadav <78...@users.noreply.github.com>
AuthorDate: Mon Apr 29 07:46:01 2019 -0700

    HDDS-1472. Add retry to kinit command in smoketests. Contributed by Ajay Kumar. (#778)
    
    
    (cherry picked from commit dbce729b24bba0f25255530fdb1e424d54f8138f)
---
 hadoop-ozone/dist/src/main/smoketest/commonlib.robot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dist/src/main/smoketest/commonlib.robot b/hadoop-ozone/dist/src/main/smoketest/commonlib.robot
index d0ea344..7fca9a3 100644
--- a/hadoop-ozone/dist/src/main/smoketest/commonlib.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/commonlib.robot
@@ -57,4 +57,4 @@ Install aws cli
 Kinit test user
     ${hostname} =       Execute                    hostname
     Set Suite Variable  ${TEST_USER}               testuser/${hostname}@EXAMPLE.COM
-    Execute             kinit -k ${TEST_USER} -t /etc/security/keytabs/testuser.keytab
\ No newline at end of file
+    Wait Until Keyword Succeeds      2min       10sec      Execute            kinit -k ${TEST_USER} -t /etc/security/keytabs/testuser.keytab
\ No newline at end of file


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