Re: [iola-conversion-tool] Bug in Datatracker Agenda Code?

Ryan Cross <rcross@amsl.com> Mon, 05 March 2012 17:20 UTC

Return-Path: <rcross@amsl.com>
X-Original-To: iola-conversion-tool@ietfa.amsl.com
Delivered-To: iola-conversion-tool@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8950D21F8764 for <iola-conversion-tool@ietfa.amsl.com>; Mon, 5 Mar 2012 09:20:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.006
X-Spam-Level:
X-Spam-Status: No, score=-2.006 tagged_above=-999 required=5 tests=[AWL=-0.292, BAYES_00=-2.599, HTML_FONT_FACE_BAD=0.884, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cQHSpAvzhbTx for <iola-conversion-tool@ietfa.amsl.com>; Mon, 5 Mar 2012 09:20:35 -0800 (PST)
Received: from mail.amsl.com (mail.amsl.com [IPv6:2001:1890:123a::1:14]) by ietfa.amsl.com (Postfix) with ESMTP id 2798C21F8763 for <iola-conversion-tool@ietf.org>; Mon, 5 Mar 2012 09:20:35 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by c8a.amsl.com (Postfix) with ESMTP id 1ED2212C6B0; Mon, 5 Mar 2012 09:20:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
Received: from c8a.amsl.com ([127.0.0.1]) by localhost (c8a.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O67zRWchycte; Mon, 5 Mar 2012 09:20:35 -0800 (PST)
Received: from [10.0.1.2] (c-98-232-66-29.hsd1.wa.comcast.net [98.232.66.29]) by c8a.amsl.com (Postfix) with ESMTPSA id B922912C6AE; Mon, 5 Mar 2012 09:20:34 -0800 (PST)
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: multipart/alternative; boundary="Apple-Mail-1-473515176"
From: Ryan Cross <rcross@amsl.com>
In-Reply-To: <4F54EDF2.7020200@levkowetz.com>
Date: Mon, 05 Mar 2012 09:20:33 -0800
Message-Id: <D26A6771-EEE8-4819-9305-FCF3CC757FD8@amsl.com>
References: <8F28AC7A-8D1D-465C-A92B-DCC07197DADF@amsl.com> <4F54DC2D.1000302@levkowetz.com> <11DE49D4-2C52-492F-A467-EEE22F19382A@amsl.com> <4F54EDF2.7020200@levkowetz.com>
To: Henrik Levkowetz <henrik@levkowetz.com>
X-Mailer: Apple Mail (2.1084)
Cc: Alexa Morris <amorris@amsl.com>, iola-conversion-tool@ietf.org
Subject: Re: [iola-conversion-tool] Bug in Datatracker Agenda Code?
X-BeenThere: iola-conversion-tool@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Discussion of the IOLA / DB Schema Conversion Tool Project <iola-conversion-tool.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/iola-conversion-tool>, <mailto:iola-conversion-tool-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/iola-conversion-tool>
List-Post: <mailto:iola-conversion-tool@ietf.org>
List-Help: <mailto:iola-conversion-tool-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/iola-conversion-tool>, <mailto:iola-conversion-tool-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 05 Mar 2012 17:20:35 -0000

Hi Henrik,

I show two plenary Timeslots for meeting 83, both with a Session associated.  And both sessions with agenda material attached.  So the data looks good unless I'm missing some detail of scheduling plenaries.

In [38]: q=TimeSlot.objects.filter(meeting=83,type='plenary')

In [39]: q
Out[39]: [<TimeSlot: 83: 03-28 16:30-19:30 IETF Operations and Administration Plenary, Amphitheatre Bleu>, <TimeSlot: 83: 03-26 16:30-19:30 Technical Plenary, Amphitheatre Bleu>]

In [40]: q[0].session  
Out[40]: <Session: IETF-83: iesg 1630>

In [41]: q[1].session
Out[41]: <Session: IETF-83: iab 1630>

Thanks,
Ryan

On Mar 5, 2012, at 8:46 AM, Henrik Levkowetz wrote:

> Mmm, what I see here is "The plenary has not been scheduled", which
> is a different matter.  I think this may be a failure in the scheduling
> tool; it is possible that it hasn't connected the session with the meeting
> slot (maybe because at the time the two plenaries were associated with the
> same group?).  I'll try to dig a bit in the data to see what's up.