During my latest functional test run, it got past TestNewMail and
instead failed on TestBlocks:

Traceback (most recent call last):
  File 
"/Users/morgen/dev/release/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx/_core.py",
line 14330, in <lambda>
    lambda event: event.callable(*event.args, **event.kw) )
  File 
"/Users/morgen/dev/trees/trunk/parcels/osaf/framework/blocks/ControlBlocks.py",
line 1017, in Notify
    wx.GetApp().OnCommand(event)
  File "/Users/morgen/dev/trees/trunk/application/Application.py",
line 894, in OnCommand
    assert (blockEvent != None or updateUIEvent)
AssertionError

John, you asked me to print some additional debug info, and here it is
for the TestBlocks failure...

print block.blockName, wxID, wx.ID_LOWEST, type(event), event.GetEventType()

Results in:
CalendarAllDayArea 342 4999 <class 'wx._core.PyEvent'> 10020


On 8/9/07, D John Anderson <[EMAIL PROTECTED]> wrote:
> I'll try to track this down tomorrow with Morgen.
>
> John
>
>
> On Aug 9, 2007, at 6:16 PM, Reid Ellis wrote:
> Yep, I've been seeing that since Aug 5th.
>
>
>  From:   [EMAIL PROTECTED]
>  Subject: [Chandler-dev] Func test failure on TestNewMail
>  Date: Sun Aug 5, 2007 22:01:17 EDT (CA)
>  To:   [EMAIL PROTECTED]
>
> Is anyone else getting a test failure in TestNewMail? I completely deleted
> and re-checked out Chandler just in case, and still get the failure. You can
> see the result of running "tools/rt.py --funcSuite --mode=release" here:
>  http://rae.pastebin.ca/647013
>
> The failure looks like this:
>
> ++++++Starting Test ""TestNewMail"" :: StartTime 21:54:57.65
> Traceback (most recent call last):
>   File
> "/Users/rae/work/osaf/chandler/chandler/release/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx/_core.py",
> line 14330, in <lambda>
>     lambda event: event.callable(*event.args, **event.kw) )
>   File
> "/Users/rae/work/osaf/chandler/chandler/parcels/osaf/framework/blocks/ControlBlocks.py",
> line 1017, in Notify
>     wx.GetApp().OnCommand(event)
>   File
> "/Users/rae/work/osaf/chandler/chandler/application/Application.py",
> line 890, in OnCommand
>     assert (blockEvent != None or updateUIEvent)
> AssertionError
>
>
> If I run just TestNewMail on its own -- "tools/rt.py --mode=release -t
> TestNewMail" -- it passes fine:
>  http://rae.pastebin.ca/647014
>
> Reid
>
> Reid
>
>
>
> On Aug 9, 2007, at 20:32, Morgen Sagen wrote:
>
> *** Test Report ***
>
> Suite ""ChandlerFunctionalTestSuite"" Failed :: Total Time
> ""0:00:15.569936"" :: Comment ""None""
>     Test ""TestNewMail"" Failed :: Total Time ""0:00:07.261948"" ::
> Comment ""None :: [17:4:22.99] Send Mail
> None""
>         Action ""MailMessage creation"" Failed :: Total Time
> ""0:00:00.495511"" :: Comment ""None""
>             Report ""stderr output detected
> Traceback (most recent call last):
>   File
> "/Users/morgen/dev/release/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx/_core.py",
> line 14330, in <lambda>
>     lambda event: event.callable(*event.args, **event.kw) )
>   File
> "/Users/morgen/dev/trees/trunk/parcels/osaf/framework/blocks/ControlBlocks.py",
> line 1017, in Notify
>     wx.GetApp().OnCommand(event)
>   File
> "/Users/morgen/dev/trees/trunk/application/Application.py",
> line 892, in OnCommand
>     assert (blockEvent != None or updateUIEvent)
> AssertionError
> "" Failed :: Comment ""None""
> $Suites run=1, pass=0, fail=1 :: Tests run=4, pass=3, fail=1 :: Tests
> skipped=24 :: Actions run=119, pass=118, fail=1 :: Reports run=145,
> pass=144, fail=1
>
> *********** TEST RESULTS ************
> *************************************
> TestAllDayEvent_______________ passed
> TestNewCollection_____________ passed
> TestNewEvent__________________ passed
> TestNewMail___________________*FAILED*
> ** 24 tests skipped after failure **
>
>
>
>
>
> I've done fresh a checkout and still get this.
>
> Thanks,
> ~morgen
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
> Open Source Applications Foundation "chandler-dev" mailing list
> http://lists.osafoundation.org/mailman/listinfo/chandler-dev
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
> Open Source Applications Foundation "chandler-dev" mailing list
> http://lists.osafoundation.org/mailman/listinfo/chandler-dev
>
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
> Open Source Applications Foundation "chandler-dev" mailing list
> http://lists.osafoundation.org/mailman/listinfo/chandler-dev
>
>
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

Reply via email to