<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/scripts, branch zfs-0.7.0-rc4</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>OpenZFS 7503 - zfs-test should tail ::zfs_dbgmsg on test failure</title>
<updated>2017-04-12T20:36:48+00:00</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2017-04-12T20:36:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=00481e7dad1d5608ae244eb053517e2c36d9a6de'/>
<id>00481e7dad1d5608ae244eb053517e2c36d9a6de</id>
<content type='text'>
Authored by: Pavel Zakharov &lt;pavel.zakharov@delphix.com&gt;
Reviewed by: John Kennedy &lt;john.kennedy@delphix.com&gt;
Reviewed by: Matt Ahrens &lt;mahrens@delphix.com&gt;
Approved by: Gordon Ross &lt;gordon.w.ross@gmail.com&gt;
Reviewed-by: Giuseppe Di Natale &lt;dinatale2@llnl.gov&gt;
Reviewed-by: George Melikov &lt;mail@gmelikov.ru&gt;
Ported-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;

Porting Notes:
- Enable internal log for DEBUG builds and in zfs-tests.sh.
- callbacks/zfs_dbgmsg.ksh - Dump interal log via kstat.
- callbacks/zfs_dmesg.ksh - Dump dmesg log.
- default.cfg - 'Test Suite Specific Commands' dropped.

OpenZFS-issue: https://www.illumos.org/issues/7503
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/55a1300
Closes #6002 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Authored by: Pavel Zakharov &lt;pavel.zakharov@delphix.com&gt;
Reviewed by: John Kennedy &lt;john.kennedy@delphix.com&gt;
Reviewed by: Matt Ahrens &lt;mahrens@delphix.com&gt;
Approved by: Gordon Ross &lt;gordon.w.ross@gmail.com&gt;
Reviewed-by: Giuseppe Di Natale &lt;dinatale2@llnl.gov&gt;
Reviewed-by: George Melikov &lt;mail@gmelikov.ru&gt;
Ported-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;

Porting Notes:
- Enable internal log for DEBUG builds and in zfs-tests.sh.
- callbacks/zfs_dbgmsg.ksh - Dump interal log via kstat.
- callbacks/zfs_dmesg.ksh - Dump dmesg log.
- default.cfg - 'Test Suite Specific Commands' dropped.

OpenZFS-issue: https://www.illumos.org/issues/7503
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/55a1300
Closes #6002 </pre>
</div>
</content>
</entry>
<entry>
<title>Correct shellcheck make recipe</title>
<updated>2017-04-07T00:16:41+00:00</updated>
<author>
<name>Giuseppe Di Natale</name>
<email>dinatale2@users.noreply.github.com</email>
</author>
<published>2017-04-07T00:16:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7469863167a111516303670d936ead4edec7026b'/>
<id>7469863167a111516303670d936ead4edec7026b</id>
<content type='text'>
Consolidated the shellcheck call in the
make recipe down to a single call of
shellcheck. Corrected script errors that
have been skipped. Corrected script errors
that have been introduced because make
wasn't reporting any errors from shellcheck.

Reviewed-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Signed-off-by: Giuseppe Di Natale &lt;dinatale2@llnl.gov&gt;
Closes #5976 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Consolidated the shellcheck call in the
make recipe down to a single call of
shellcheck. Corrected script errors that
have been skipped. Corrected script errors
that have been introduced because make
wasn't reporting any errors from shellcheck.

Reviewed-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Signed-off-by: Giuseppe Di Natale &lt;dinatale2@llnl.gov&gt;
Closes #5976 </pre>
</div>
</content>
</entry>
<entry>
<title>OpenZFS 7290 - ZFS test suite needs to control what utilities it can run</title>
<updated>2017-04-06T16:25:36+00:00</updated>
<author>
<name>John Wren Kennedy</name>
<email>john.kennedy@delphix.com</email>
</author>
<published>2017-04-06T00:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c1d9abf9059a19c2b48eaa645dbce2e1fba3e0b1'/>
<id>c1d9abf9059a19c2b48eaa645dbce2e1fba3e0b1</id>
<content type='text'>
Authored by: John Wren Kennedy &lt;john.kennedy@delphix.com&gt;
Reviewed by: Dan Kimmel &lt;dan.kimmel@delphix.com&gt;
Reviewed by: Matthew Ahrens &lt;mahrens@delphix.com&gt;
Reviewed by: Dan McDonald &lt;danmcd@omniti.com&gt;
Approved by: Gordon Ross &lt;gordon.w.ross@gmail.com&gt;
Ported-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Ported-by: George Melikov &lt;mail@gmelikov.ru&gt;

Porting Notes:
- Utilities which aren't available under Linux have been removed.
- Because of sudo's default secure path behavior PATH must be
  explicitly reset at the top of libtest.shlib.  This avoids the
  need for all users to customize secure path on their system.
- Updated ZoL infrastructure to manage constrained path
- Updated all test cases
- Check permissions for usergroup tests
- When testing in-tree create links under bin/
- Update fault cleanup such that missing files during
  cleanup aren't fatal.
- Configure su environment with constrained path

OpenZFS-issue: https://www.illumos.org/issues/7290
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/1d32ba6
Closes #5903
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Authored by: John Wren Kennedy &lt;john.kennedy@delphix.com&gt;
Reviewed by: Dan Kimmel &lt;dan.kimmel@delphix.com&gt;
Reviewed by: Matthew Ahrens &lt;mahrens@delphix.com&gt;
Reviewed by: Dan McDonald &lt;danmcd@omniti.com&gt;
Approved by: Gordon Ross &lt;gordon.w.ross@gmail.com&gt;
Ported-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Ported-by: George Melikov &lt;mail@gmelikov.ru&gt;

Porting Notes:
- Utilities which aren't available under Linux have been removed.
- Because of sudo's default secure path behavior PATH must be
  explicitly reset at the top of libtest.shlib.  This avoids the
  need for all users to customize secure path on their system.
- Updated ZoL infrastructure to manage constrained path
- Updated all test cases
- Check permissions for usergroup tests
- When testing in-tree create links under bin/
- Update fault cleanup such that missing files during
  cleanup aren't fatal.
- Configure su environment with constrained path

OpenZFS-issue: https://www.illumos.org/issues/7290
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/1d32ba6
Closes #5903
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent commitcheck.sh from running twice</title>
<updated>2017-04-03T21:20:01+00:00</updated>
<author>
<name>Giuseppe Di Natale</name>
<email>dinatale2@users.noreply.github.com</email>
</author>
<published>2017-04-03T21:20:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f2da6cb739f9d288f81abebb0f4bf94d266075d'/>
<id>3f2da6cb739f9d288f81abebb0f4bf94d266075d</id>
<content type='text'>
A stray semicolon was causing commitcheck.sh
to run twice when running make checkstyle.
Updated regexes for matching tagged lines.

Reviewed-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Reviewed-by: George Melikov &lt;mail@gmelikov.ru&gt;
Signed-off-by: Giuseppe Di Natale &lt;dinatale2@llnl.gov&gt;
Closes #5952 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A stray semicolon was causing commitcheck.sh
to run twice when running make checkstyle.
Updated regexes for matching tagged lines.

Reviewed-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Reviewed-by: George Melikov &lt;mail@gmelikov.ru&gt;
Signed-off-by: Giuseppe Di Natale &lt;dinatale2@llnl.gov&gt;
Closes #5952 </pre>
</div>
</content>
</entry>
<entry>
<title>Commit message format in contributing guidelines</title>
<updated>2017-03-31T16:33:38+00:00</updated>
<author>
<name>Giuseppe Di Natale</name>
<email>dinatale2@users.noreply.github.com</email>
</author>
<published>2017-03-31T16:33:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cb524aa23aa6f5bc4242e3b585a58bdd3292ae0f'/>
<id>cb524aa23aa6f5bc4242e3b585a58bdd3292ae0f</id>
<content type='text'>
Add the need to have a commit message with a specific
format to the contributing guidelines. Provide a script
to help enforce commit message style.

Reviewed-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Reviewed-by: George Melikov &lt;mail@gmelikov.ru&gt;
Signed-off-by: Giuseppe Di Natale &lt;dinatale2@llnl.gov&gt;
Closes #5943 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the need to have a commit message with a specific
format to the contributing guidelines. Provide a script
to help enforce commit message style.

Reviewed-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Reviewed-by: George Melikov &lt;mail@gmelikov.ru&gt;
Signed-off-by: Giuseppe Di Natale &lt;dinatale2@llnl.gov&gt;
Closes #5943 </pre>
</div>
</content>
</entry>
<entry>
<title>Enable shellcheck to run for select scripts</title>
<updated>2017-03-09T18:20:15+00:00</updated>
<author>
<name>Giuseppe Di Natale</name>
<email>dinatale2@users.noreply.github.com</email>
</author>
<published>2017-03-09T18:20:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c552fbc5f025f3c1e74b85c1c0d536ee272defd0'/>
<id>c552fbc5f025f3c1e74b85c1c0d536ee272defd0</id>
<content type='text'>
Enable shellcheck to run on zed scripts,
paxcheck.sh, zfs-tests.sh, zfs.sh, and zloop.sh.

Reviewed-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Reviewed-by: Tony Hutter &lt;hutter2@llnl.gov&gt;
Signed-off-by: Giuseppe Di Natale &lt;dinatale2@llnl.gov&gt;
Closes #5812 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable shellcheck to run on zed scripts,
paxcheck.sh, zfs-tests.sh, zfs.sh, and zloop.sh.

Reviewed-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Reviewed-by: Tony Hutter &lt;hutter2@llnl.gov&gt;
Signed-off-by: Giuseppe Di Natale &lt;dinatale2@llnl.gov&gt;
Closes #5812 </pre>
</div>
</content>
</entry>
<entry>
<title>Bug fixes for single test runs in zfs-tests</title>
<updated>2017-03-01T02:02:48+00:00</updated>
<author>
<name>Giuseppe Di Natale</name>
<email>dinatale2@users.noreply.github.com</email>
</author>
<published>2017-03-01T02:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d25534f875ba302fab8fcce3c21d7ddd9e775fbf'/>
<id>d25534f875ba302fab8fcce3c21d7ddd9e775fbf</id>
<content type='text'>
Correctly remove the temporary runfile after the
single test is run.

Cleanup and setup scripts are relative to the
test suite's location, correct how we look for
those scripts.

Reviewed-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Signed-off-by: Giuseppe Di Natale &lt;dinatale2@llnl.gov&gt;
Closes #5844 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correctly remove the temporary runfile after the
single test is run.

Cleanup and setup scripts are relative to the
test suite's location, correct how we look for
those scripts.

Reviewed-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Signed-off-by: Giuseppe Di Natale &lt;dinatale2@llnl.gov&gt;
Closes #5844 </pre>
</div>
</content>
</entry>
<entry>
<title>Allow zfs-tests to run a single test</title>
<updated>2017-02-24T18:59:24+00:00</updated>
<author>
<name>Giuseppe Di Natale</name>
<email>dinatale2@users.noreply.github.com</email>
</author>
<published>2017-02-24T18:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d8fa599fab81109c22253fbe0946cbe0f98ea1c4'/>
<id>d8fa599fab81109c22253fbe0946cbe0f98ea1c4</id>
<content type='text'>
Add a -t flag to zfs-tests to allow a user
to run a single test by providing the path
to the test relative to STF_SUITE.

Reviewed-by: George Melikov &lt;mail@gmelikov.ru&gt;
Reviewed-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Signed-off-by: Giuseppe Di Natale &lt;dinatale2@llnl.gov&gt;
Closes #5775 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a -t flag to zfs-tests to allow a user
to run a single test by providing the path
to the test relative to STF_SUITE.

Reviewed-by: George Melikov &lt;mail@gmelikov.ru&gt;
Reviewed-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Signed-off-by: Giuseppe Di Natale &lt;dinatale2@llnl.gov&gt;
Closes #5775 </pre>
</div>
</content>
</entry>
<entry>
<title>OpenZFS 7104 - increase indirect block size</title>
<updated>2017-02-09T18:27:02+00:00</updated>
<author>
<name>Matthew Ahrens</name>
<email>mahrens@delphix.com</email>
</author>
<published>2016-07-13T23:48:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d7958b4cda27b82bd24dd4d4b2a539e26c62a409'/>
<id>d7958b4cda27b82bd24dd4d4b2a539e26c62a409</id>
<content type='text'>
Authored by: Matthew Ahrens &lt;mahrens@delphix.com&gt;
Reviewed by: George Wilson &lt;george.wilson@delphix.com&gt;
Reviewed by: Paul Dagnelie &lt;pcd@delphix.com&gt;
Reviewed by: Dan McDonald &lt;danmcd@omniti.com&gt;
Approved by: Robert Mustacchi &lt;rm@joyent.com&gt;
Reviewed-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Ported-by: George Melikov &lt;mail@gmelikov.ru&gt;

OpenZFS-issue: https://www.illumos.org/issues/7104
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/4b5c8e9
Closes #5679
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Authored by: Matthew Ahrens &lt;mahrens@delphix.com&gt;
Reviewed by: George Wilson &lt;george.wilson@delphix.com&gt;
Reviewed by: Paul Dagnelie &lt;pcd@delphix.com&gt;
Reviewed by: Dan McDonald &lt;danmcd@omniti.com&gt;
Approved by: Robert Mustacchi &lt;rm@joyent.com&gt;
Reviewed-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Ported-by: George Melikov &lt;mail@gmelikov.ru&gt;

OpenZFS-issue: https://www.illumos.org/issues/7104
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/4b5c8e9
Closes #5679
</pre>
</div>
</content>
</entry>
<entry>
<title>Move ziltest.sh to the ZTS framework</title>
<updated>2017-02-09T01:28:22+00:00</updated>
<author>
<name>Brian Behlendorf</name>
<email>behlendorf1@llnl.gov</email>
</author>
<published>2017-02-08T01:12:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b0eac56a4d69c6f2ae7cb1937cf59e05c52e3a60'/>
<id>b0eac56a4d69c6f2ae7cb1937cf59e05c52e3a60</id>
<content type='text'>
The ziltest.sh script is a test case designed to verify the correct
functioning of the ZIL.  For historical reasons it was never added
to the test suite and was always run independantly.

This change rectifies that.  The existing ziltest.sh has been
translated in to `slog_015_pos.ksh` and added to the existing
slog test cases.

Reviewed-by: Don Brady &lt;don.brady@intel.com&gt;
Reviewed-by: Chunwei Chen &lt;david.chen@osnexus.com&gt;
Reviewed-by: George Melikov &lt;mail@gmelikov.ru&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Closes #5758
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ziltest.sh script is a test case designed to verify the correct
functioning of the ZIL.  For historical reasons it was never added
to the test suite and was always run independantly.

This change rectifies that.  The existing ziltest.sh has been
translated in to `slog_015_pos.ksh` and added to the existing
slog test cases.

Reviewed-by: Don Brady &lt;don.brady@intel.com&gt;
Reviewed-by: Chunwei Chen &lt;david.chen@osnexus.com&gt;
Reviewed-by: George Melikov &lt;mail@gmelikov.ru&gt;
Signed-off-by: Brian Behlendorf &lt;behlendorf1@llnl.gov&gt;
Closes #5758
</pre>
</div>
</content>
</entry>
</feed>
