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: AS15169 209.85.128.0/17 X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: cmogstored-public@bogomips.org Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id A43591FD76 for ; Sun, 7 Sep 2014 10:37:54 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id s7so1151481lbd.39 for ; Sun, 07 Sep 2014 03:37:52 -0700 (PDT) X-Received: by 10.152.2.100 with SMTP id 4mr20143733lat.48.1410086272302; Sun, 07 Sep 2014 03:37:52 -0700 (PDT) Received: from localhost ([91.225.200.97]) by mx.google.com with ESMTPSA id as5sm2333006lac.46.2014.09.07.03.37.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 07 Sep 2014 03:37:51 -0700 (PDT) Date: Sun, 7 Sep 2014 10:37:49 +0000 From: Mikolaj Golub To: cmogstored-public@bogomips.org Subject: cmogstored 1.4.1: check: 2 of 107 tests failed on FreeBSD Message-ID: <20140907103748.GA12577@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) List-Id: Hi, I have been observing the following tests fail on FreeBSD 10.0-STABLE, ZFS: FAIL: test/.mgmt/iostat_watch.slowrb FAIL: test/.mgmt/iostat_watch_multidir.slowrb =============================================== 2 of 107 tests failed See ./test-suite.log Please report to cmogstored-public@bogomips.org =============================================== FAIL: test/.mgmt/iostat_watch.slowrb (exit: 1) ============================================== Run options: -n test_iostat_watch -v # Running tests: TestMgmt#test_iostat_watch = 1.04 s = F Finished tests in 1.037295s, 0.9640 tests/s, 3.8562 assertions/s. 1) Failure: test_iostat_watch(TestMgmt) [./test/mgmt.rb:350]: "666\t-\n" slow mountpoints increases the chance of this test failing. Expected /^666\t(?-mix:\d+(?:\.\d+)?)\n/ to match "666\t-\n". 1 tests, 4 assertions, 1 failures, 0 errors, 0 skips FAIL: test/.mgmt/iostat_watch_multidir.slowrb (exit: 1) ======================================================= Run options: -n test_iostat_watch_multidir -v # Running tests: TestMgmt#test_iostat_watch_multidir = 2.04 s = F Finished tests in 2.043899s, 0.4893 tests/s, 2.9356 assertions/s. 1) Failure: test_iostat_watch_multidir(TestMgmt) [./test/mgmt.rb:366]: ["666\t-\n", "999\t-\n"] slow mountpoints increases the chance of this test failing. Expected /^(666|999)\t(?-mix:\d+(?:\.\d+)?)\n/ to match "666\t-\n". 1 tests, 6 assertions, 1 failures, 0 errors, 0 skips -- Mikolaj Golub