From owner-freebsd-fs@freebsd.org Tue Aug 4 02:56:30 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F234F9B2125 for ; Tue, 4 Aug 2015 02:56:29 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BDCC711A1 for ; Tue, 4 Aug 2015 02:56:29 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by ioii16 with SMTP id i16so4295621ioi.0 for ; Mon, 03 Aug 2015 19:56:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1FiRPCq8/1mbarkXL7ATV/0af4EftYJMPqvTPz4QJx0=; b=ZEsv15epDFO3yA/tmNiUi01ByLJOhYANkGKTgm0enOKb9QZ5qVSnYqHWFggZLTwvcV OIVOvCQ3XYDC1XmsuGtjAh9rYC61qXbPtTKt0eSw0CAKsGEMBD6Vom/UkQRpiuyLirQR ccOKNeBljAOMeNgA/ZUIzxiL69zVGM24DcBjGUd9JYW5ukABdg5ubePPtDCoC4LFzu6w kWvCdgaNWHKLPYt7htBCHFuy9mrOXl0iKe2QdBeDypHspQMKOWyrdVv5xag9ZAetOPq+ kigrbh3EGeBWBga30aA/S6c1PIm3HN6+mquJ8yss/8zay79jW9XixlNimtwa5IpCOXxw 6Z9w== MIME-Version: 1.0 X-Received: by 10.107.15.210 with SMTP id 79mr1151058iop.192.1438656989226; Mon, 03 Aug 2015 19:56:29 -0700 (PDT) Received: by 10.65.15.33 with HTTP; Mon, 3 Aug 2015 19:56:29 -0700 (PDT) In-Reply-To: References: Date: Mon, 3 Aug 2015 19:56:29 -0700 Message-ID: Subject: Re: NFS automated testing From: Mehmet Erol Sanliturk To: Ahmed Kamal Cc: freebsd-fs Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2015 02:56:30 -0000 On Mon, Aug 3, 2015 at 2:21 PM, Ahmed Kamal via freebsd-fs < freebsd-fs@freebsd.org> wrote: > Hi BSD'ers, > > I've hit more bugs in FreeBSD's NFS 4/4.1 code paths in the past few months > than I would have liked. I started thinking perhaps the NFS kernel stack is > not getting the testing it deserves. > * Is there automated QA processes that tests NFS stack like continuous > integration ? > * Does this test against Linux clients and other OSs ? > * Can one contribute more tests ? How ? > * If all of that doesn't exist .. Is this something needed? I might spend > some cycles on it if so > > Wishing you all rock solid file systems! > Thanks! > _______________________________________________ > > In Google , please search : nfs test suite nfs testing tools nfs test cases Mehmet Erol Sanliturk