-
Notifications
You must be signed in to change notification settings - Fork 14
Run Five-node test on hardware (also) #222
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style warning(s) for job https://build.hpdd.intel.com/job/daos-stack/job/cart/job/PR-222/1/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
result_dispatcher.map_method('test_progress', False) | ||
if wait.wait_for(lambda: not proc.is_alive(), 1, 0, step): | ||
return self._add_status_failures(self.status) | ||
@@ -422,7 +424,12 @@ def sigtstp_handler(signum, frame): # pylint: disable=W0613 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) line over 80 characters
if wait.wait_for(lambda: not proc.is_alive(), 1, 0, step): | ||
return self._add_status_failures(self.status) | ||
@@ -422,7 +424,12 @@ def sigtstp_handler(signum, frame): # pylint: disable=W0613 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) trailing whitespace
ulimit -c unlimited | ||
sudo mkdir -p $CART_BASE | ||
sudo ed <<EOF /etc/fstab | ||
\\\$a | ||
$NFS_SERVER:$PWD $CART_BASE nfs defaults 0 0 # added by multi-node-test-$1.sh | ||
$NFS_SERVER:$PWD $CART_BASE nfs defaults 0 0 # added by multi-node-test-$NODE_COUNT.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) line over 80 characters
3 files changed, 56 insertions(+), 2 deletions(-) | ||
create mode 100644 examples/tests/longteardown.py | ||
|
||
diff --git /usr/lib/python2.7/site-packages/avocado/core/runner.py.old /usr/lib/python2.7/site-packages/avocado/core/runner.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) line over 80 characters
while [ $i -gt 0 ]; do | ||
if clush "${CLUSH_ARGS[@]}" -B -l "${REMOTE_ACCT:-jenkins}" -R ssh \ | ||
-S -w "$(IFS=','; echo "${nodes[*]}")" "set -ex | ||
mapfile -t mounts < <(grep 'added by multi-node-test-$NODE_COUNT.sh' /etc/fstab) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) line over 80 characters
mpnt=(\${n_mnt}) | ||
sudo umount \${mpnt[1]} | ||
done | ||
sudo sed -i -e \"/added by multi-node-test-$NODE_COUNT.sh/d\" /etc/fstab"; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) line over 80 characters
TIMEOUT_PROCESS_ALIVE = 60 | ||
+#: extra timeout to give to a test in TEARDOWN phase | ||
+TIMEOUT_TEARDOWN = 60 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) trailing whitespace
+#: extra timeout to give to a test in TEARDOWN phase | ||
+TIMEOUT_TEARDOWN = 60 | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) trailing whitespace
|
||
|
||
def add_runner_failure(test_state, new_status, message): | ||
@@ -219,7 +221,7 @@ def finish(self, proc, started, step, deadline, result_dispatcher): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) line over 80 characters
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-222/1/execution/node/44/log |
Test stage Single-node-valgrind completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-222/1/execution/node/631/log |
Test stage Single-node completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-222/1/execution/node/630/log |
Test stage Two-node completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-222/1/execution/node/684/log |
Test stage Three-node completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-222/1/execution/node/715/log |
Test stage Five-node completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-222/1/execution/node/768/log |
No description provided.