summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ztest
diff options
context:
space:
mode:
authorMatthew Ahrens <mahrens@delphix.com>2012-08-30 05:13:49 -0700
committerMatthew Ahrens <mahrens@delphix.com>2012-08-30 05:13:49 -0700
commitcd1c8b85eb30b568e9816221430c479ace7a559d (patch)
treef6351fdf63dfa245363155b374b92d424773e283 /usr/src/cmd/ztest
parent31495a1e56860f4575614774a592fe33fc9c71f2 (diff)
downloadillumos-joyent-cd1c8b85eb30b568e9816221430c479ace7a559d.tar.gz
3112 ztest does not honor ZFS_DEBUG
3113 ztest should use watchpoints to protect frozen arc bufs 3114 some leaked nvlists in zfsdev_ioctl 3115 poll(2) returns prematurely in presence of spurious wakeups Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matt Amdur <Matt.Amdur@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
Diffstat (limited to 'usr/src/cmd/ztest')
-rw-r--r--usr/src/cmd/ztest/ztest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/ztest/ztest.c b/usr/src/cmd/ztest/ztest.c
index bb6398cbda..caa7834584 100644
--- a/usr/src/cmd/ztest/ztest.c
+++ b/usr/src/cmd/ztest/ztest.c
@@ -5835,6 +5835,8 @@ main(int argc, char **argv)
(void) setvbuf(stdout, NULL, _IOLBF, 0);
+ dprintf_setup(&argc, argv);
+
if (!ischild) {
process_options(argc, argv);