Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.7.0
-
3
-
17061
Description
racer test is broken after the following commit :
commit b0943980217b408b50bd0f7e6c245a52af250212 Author: John L. Hammond <john.hammond@intel.com> AuthorDate: Wed Apr 3 17:39:56 2013 -0500 Commit: Vitaly Fertman <vitaly_fertman@xyratex.com> CommitDate: Mon Dec 22 20:43:29 2014 +0300 LU-3072 test: add more operations to racer
LU-3072 patch adds the following files :
diff --git a/lustre/tests/racer/file_chmod.sh b/lustre/tests/racer/file_chmod.sh new file mode 100755 diff --git a/lustre/tests/racer/file_chown.sh b/lustre/tests/racer/file_chown.sh new file mode 100755 diff --git a/lustre/tests/racer/file_delxattr.sh b/lustre/tests/racer/file_delxattr.sh new file mode 100755 diff --git a/lustre/tests/racer/file_getxattr.sh b/lustre/tests/racer/file_getxattr.sh new file mode 100755 diff --git a/lustre/tests/racer/file_mknod.sh b/lustre/tests/racer/file_mknod.sh new file mode 100755 diff --git a/lustre/tests/racer/file_setxattr.sh b/lustre/tests/racer/file_setxattr.sh new file mode 100755 diff --git a/lustre/tests/racer/file_truncate.sh b/lustre/tests/racer/file_truncate.sh new file mode 100755
these new scripts are not included into Makefile, this causes racer failures :
== racer test 1: racer on clients: fre0207,fre0208 DURATION=900 == 03:28:55 (1420601335) racers pids: 10862 10863 fre0207: /usr/lib64/lustre/tests/racer/racer.sh: line 70: ./file_chown.sh: No such file or directory fre0207: /usr/lib64/lustre/tests/racer/racer.sh: line 70: ./file_chmod.sh: No such file or directory fre0207: /usr/lib64/lustre/tests/racer/racer.sh: line 70: ./file_mknod.sh: No such file or directory fre0207: /usr/lib64/lustre/tests/racer/racer.sh: line 70: ./file_truncate.sh: No such file or directory fre0207: /usr/lib64/lustre/tests/racer/racer.sh: line 70: ./file_delxattr.sh: No such file or directory fre0207: /usr/lib64/lustre/tests/racer/racer.sh: line 70: ./file_getxattr.sh: No such file or directory