You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2020/06/04 20:56:49 UTC

[hadoop-ozone] branch master updated: HDDS-3717. CSI smoketest fails if socket file is not created on time (#1020)

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 <el...@users.noreply.github.com>
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: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org