[LU-6127] racer test is broken after LU-3072 commit Created: 15/Jan/15 Updated: 20/Jan/15 Resolved: 20/Jan/15 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | Lustre 2.7.0 |
| Fix Version/s: | Lustre 2.7.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Gryaznova | Assignee: | WC Triage |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | patch | ||
| Severity: | 3 |
| Epic: | test |
| Rank (Obsolete): | 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
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 |
| Comments |
| Comment by Gerrit Updater [ 15/Jan/15 ] |
|
Elena Gryaznova (elena.gryaznova@seagate.com) uploaded a new patch: http://review.whamcloud.com/13410 |
| Comment by Gerrit Updater [ 19/Jan/15 ] |
|
Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/13410/ |