This is an automated email from the ASF dual-hosted git repository.
adoroszlai 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 556a029 HDDS-3717. CSI smoketest fails if socket file is not created
on time (#1020)
556a029 is described below
commit 556a029aa62d82b3ac30d4b79d3d0221d87239ff
Author: Elek, Márton <[email protected]>
AuthorDate: Thu Jun 4 22:56:39 2020 +0200
HDDS-3717. CSI smoketest fails if socket file is not created on time (#1020)
---
hadoop-ozone/dist/src/main/smoketest/csi.robot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-ozone/dist/src/main/smoketest/csi.robot
b/hadoop-ozone/dist/src/main/smoketest/csi.robot
index e93f256..44ff448 100644
--- a/hadoop-ozone/dist/src/main/smoketest/csi.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/csi.robot
@@ -23,7 +23,7 @@ Test Timeout 1 minutes
*** Keywords ***
CSI Socket check
- Execute find -name /tmp/csi.sock
+ Execute [ -S /tmp/csi.sock ]
*** Test Cases ***
Check if CSI server is started
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]