From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 14/16] mg-schema-test-database: Bump flight sequence number in test DB Date: Mon, 7 Dec 2015 17:27:32 +0000 Message-ID: <1449509254-27007-15-git-send-email-ian.jackson@eu.citrix.com> References: <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.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1a5zZl-00089S-1H for xen-devel@lists.xenproject.org; Mon, 07 Dec 2015 17:27:49 +0000 In-Reply-To: <1449509254-27007-1-git-send-email-ian.jackson@eu.citrix.com> 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 Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org This makes test flights have different numbers to those currently in production, which will help avoid accidents. Signed-off-by: Ian Jackson --- v2: New patch --- mg-schema-test-database | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mg-schema-test-database b/mg-schema-test-database index 78f26db..b41a99b 100755 --- a/mg-schema-test-database +++ b/mg-schema-test-database @@ -430,6 +430,19 @@ END rm -f $t.tabledata.* + printf "flightseq..." + + lastflight=$(psql_query <