]> granicus.if.org Git - zfs/commit
Extend zloop.sh for automated testing
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 22 Jan 2018 20:48:39 +0000 (12:48 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 25 Jan 2018 21:42:34 +0000 (13:42 -0800)
commitcd0a89ded96d9cedbf20c70b533b616770ca4831
treebb14f58f3187cbcb6cf31efec978c283360ebe0a
parentbb253625538824d8acae6ef62f5cdc7b1a525633
Extend zloop.sh for automated testing

In order to debug issues encountered by ztest during automated
testing it's important that as much debugging information as
possible by dumped at the time of the failure.  The following
changes extend the zloop.sh script in order to make it easier
to integrate with buildbot.

* Add the `-m <maximum cores>` option to zloop.sh to place a
  limit of the number of core dumps generated.  By default, the
  existing behavior is maintained and no limit is set.

* Add the `-l` option to create a 'ztest.core.N' symlink in the
  current directory to the core directory. This functionality
  is provided primarily for buildbot which expects log files to
  have well known names.

* Rename 'ztest.ddt' to 'ztest.zdb' and extend it to dump
  additional basic information on failure for latter analysis.

Reviewed-by: Tim Chase <tim@chase2k.com>
Reviewed by: Thomas Caputi <tcaputi@datto.com>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #6999
scripts/zloop.sh