This is an automated email from the ASF dual-hosted git repository.
xyao pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new dbce729 HDDS-1472. Add retry to kinit command in smoketests.
Contributed by Ajay Kumar. (#778)
dbce729 is described below
commit dbce729b24bba0f25255530fdb1e424d54f8138f
Author: Ajay Yadav <[email protected]>
AuthorDate: Mon Apr 29 07:46:01 2019 -0700
HDDS-1472. Add retry to kinit command in smoketests. Contributed by Ajay
Kumar. (#778)
---
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: [email protected]
For additional commands, e-mail: [email protected]