From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: cmogstored-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 5F3701FD5A; Sun, 7 Sep 2014 10:55:55 +0000 (UTC) Date: Sun, 7 Sep 2014 10:55:55 +0000 From: Eric Wong To: Mikolaj Golub Cc: cmogstored-public@bogomips.org Subject: Re: cmogstored 1.4.1: check: 2 of 107 tests failed on FreeBSD Message-ID: <20140907105555.GA27823@dcvr.yhbt.net> References: <20140907103748.GA12577@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140907103748.GA12577@gmail.com> List-Id: Mikolaj Golub wrote: > Hi, > > I have been observing the following tests fail on FreeBSD 10.0-STABLE, ZFS: Hi, is the build dir on ZFS, too? The Makefile tries to get TMPDIR to be inside the build directory since /tmp is often RAM-only and not visible in iostat... I just tested this on a FreeBSD 9.x VM before the release without issues (UFS, I believe, definitely not ZFS). Just wondering, can you retry the test on 1.4.0 your system, since the actual tests for iostat didn't change, I suspect it's a test environment problem... Finally, can you show the "iostat -dx 1 30" output on your build dir? I'll try to take a closer look at this in a day or two. Thanks for maintaining this port!