From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f193.google.com ([209.85.214.193]:37731 "EHLO mail-pl1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726001AbeLCXlS (ORCPT ); Mon, 3 Dec 2018 18:41:18 -0500 Date: Mon, 3 Dec 2018 15:41:12 -0800 From: Luis Chamberlain Subject: Re: [ANN] oscheck: wrapper for fstests check.sh - tracking and working with baselines Message-ID: <20181203234112.GP28501@garbanzo.do-not-panic.com> References: <20180713205154.GA8782@bombadil.infradead.org> <20180713205931.GC3620@garbanzo.do-not-panic.com> <20180714222115.GA13230@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180714222115.GA13230@bombadil.infradead.org> Sender: fstests-owner@vger.kernel.org To: Matthew Wilcox Cc: Linux FS Devel , xfs , fstests@vger.kernel.org, Amir Goldstein , Sasha Levin , Sasha Levin , Valentin Rothberg , Ross Zwisler , Kent Overstreet , Brendan Higgins List-ID: On Sat, Jul 14, 2018 at 03:21:15PM -0700, Matthew Wilcox wrote: > On Fri, Jul 13, 2018 at 01:59:31PM -0700, Luis R. Chamberlain wrote: > > > The best I've been able to > > > do is now merged into Kent's ktest -- but you're not based on that, > > > so I'll try and get your ostest set up to work with DAX. Or maybe Ross > > > can do it since he's actually been able to get 2MB pages working and I > > > still haven't :-( > > > > Patches and new sections to cover more ground indeed are appreciated! > > I feel like we need to merge ktest and oscheck. oscheck assumes that you > know how to set up qemu, and ktest takes care of setting up qemu for you. > I think it might be possible to turn oscheck into a set of ktest > tests. Everyone uses their own qemu based solution, it just so happens that I was also not satisfied with what I saw and wrote my own solution, kvm-boot [0]. I'm sure others use other things too. But... a qemu-less solution for a lot of tests would be great as well, and for this I believe kunit [1] seems to be like a great possibility worth exploring in the future. [0] https://gitlab.com/mcgrof/kvm-boot [1] https://patchwork.kernel.org/patch/10704147/ Luis