Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753102AbaFEWRF (ORCPT ); Thu, 5 Jun 2014 18:17:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38051 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752745AbaFEWRC (ORCPT ); Thu, 5 Jun 2014 18:17:02 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <1400838223-30844-1-git-send-email-miklos@szeredi.hu> <28592.1401382081@warthog.procyon.org.uk> <11446.1401420931@jrobl> <7184.1401439773@warthog.procyon.org.uk> <15839.1401786056@warthog.procyon.org.uk> <10013.1401791634@warthog.procyon.org.uk> <20140603132153.GA26512@tucsk.piliscsaba.szeredi.hu> <19281.1401809418@warthog.procyon.org.uk> To: Miklos Szeredi Cc: dhowells@redhat.com, Sedat Dilek , "J. R. Okajima" , Al Viro , Linus Torvalds , linux-fsdevel , LKML , Christoph Hellwig , Andrew Morton , Robo Bot , Felix Fietkau , Neil Brown , Jordi Pujol , ezk@fsl.cs.sunysb.edu, "mszeredi@suse.cz" Subject: Re: Unionmount and overlayfs testsuite Date: Thu, 05 Jun 2014 23:16:00 +0100 Message-ID: <10878.1402006560@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Miklos Szeredi wrote: > Shell script is the one I'm most familiar with, and that maybe true > for other kernel developers too. > > Also, it's what xfstests are using and it would make sense to move > towards that. Although I'm not sure how well it supports > multiple-device filesystems. It was already shell script, but I can do all the layer checking and automatically fixing up the error prediction for when pathnames have slashes appended much more easily in something like python where I can build and maintain a map of the state of the filesystem. See: http://git.infradead.org/users/dhowells/unionmount-testsuite.git/shortlog/refs/heads/switch-to-python I've also added tests to exercise mkdir and rmdir and have enabled the unlink tests. So far so good with overlayfs. David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/