[codesprints] Interleaved migrations on feat/tzaware are expected

Robert Sparks <rjsparks@nostrum.com> Wed, 02 November 2022 14:13 UTC

Return-Path: <rjsparks@nostrum.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A9076C14CE33 for <codesprints@ietfa.amsl.com>; Wed, 2 Nov 2022 07:13:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.086
X-Spam-Level:
X-Spam-Status: No, score=-7.086 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DoBCvHWHLGDm for <codesprints@ietfa.amsl.com>; Wed, 2 Nov 2022 07:13:19 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B734FC14CE32 for <codesprints@ietf.org>; Wed, 2 Nov 2022 07:13:19 -0700 (PDT)
Received: from [192.168.1.102] ([47.186.48.51]) (authenticated bits=0) by nostrum.com (8.17.1/8.17.1) with ESMTPSA id 2A2EDHLY054808 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for <codesprints@ietf.org>; Wed, 2 Nov 2022 09:13:18 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1667398398; bh=ERHvZJ9MZ3tKWBvVxC1KHPdsL52tIvpsfinOs52P7fg=; h=Date:To:From:Subject; b=KC6igUunE4/ES3HCzbdMzUVrTK/xSttrxur8HAafRECV+ky/8k8po3VOYQiqAtvn5 0LqSpgk0KMmnSEtSRsQsHrlRKlOSuA/UUEWDgZ3z45dXMRaIemheDh1hcT7cTaio6h pAV5AF652gil/lia1DUx+xZOyFOcK+ia9OR1hEy4=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.48.51] claimed to be [192.168.1.102]
Message-ID: <ae8ec87f-5e86-35d4-2490-ca1fe64c7159@nostrum.com>
Date: Wed, 02 Nov 2022 09:13:12 -0500
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.4.1
Content-Language: en-US
To: IETF Codesprints <codesprints@ietf.org>
From: Robert Sparks <rjsparks@nostrum.com>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/60NmzOYeGn_zM-UIYd4vGsfymxw>
Subject: [codesprints] Interleaved migrations on feat/tzaware are expected
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 02 Nov 2022 14:13:23 -0000

Sprinter - on the feat/tzaware branch, when you run the full test suite, 
you will see:

UserWarning: Found interleaved schema and data operations in unreleased 
migrations; please see if they can be re-ordered with all data 
migrations before the schema migrations:

(followed by a long list of migrations)

This is expected, and since we will be stopping the engine before this 
migration, we do not need to try to re-order these migrations.

I'll see if I can mute the warning before Saturday.

RjS