From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: (no subject) Date: Mon, 7 Dec 2015 17:27:18 +0000 Message-ID: <1449509254-27007-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1a5zZc-00087h-QN for xen-devel@lists.xenproject.org; Mon, 07 Dec 2015 17:27:40 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org I'm intending to be able to do database schema updates. But I don't want to play around with such code on a live database. So I need a test database. Thus, a yak: arrangements to make a test database. As I say, I have tested this and it now does the right things in, apparently, the right order, and seems to leave things in a good state even when it collapses halfway or is ^C'd. In v2 I have addressed the comments, and added a couple of new safety catches. For ease of review these are mostly as followup patches to the mg-schema-test-database script, rather than folded in.