7 Replies Latest reply: Jan 10, 2011 9:14 AM by Thomas Fowler RSS

    AirCIListener freezing in FlexUnit 4.1 RC2

    richard.szalay Community Member

      Hi guys,

       

      I'm having troubles running the FlexUnit 4.1 RC2 CIListener on an AIR application. The window is launched and the first few tests run in the UI (I have the AIRCIListener, TraceListener and the UIListener all added), but once it gets to the 3rd or 4th test it locks up the window ("not responding"). This is presumably when it is trying to send the buffered data across to the ant task.

       

      The listener is definitely connecting to the ant task host, but it is never receiving any data. If I break (CTRL+C) out of the ant task, the tests continue to run to completion in the opened window.

       

      The output of the ant task is as follows (I've clipped the paths):

       

      Setting up server process ...
      Starting server ...
      Opening server socket on port [1024].
      Waiting for client connection ...
      Found AIR version: 2.0
      Created application descriptor at [c:\...\flexUnitDescriptor.xml]
      Executing 'c:\...\adl.exe' with arguments:
      'C:\...\flexUnitDescriptor.xml'

      The ' characters around the executable and arguments are
      not part of the command.

      Client connected.
      Setting inbound buffer size to [262144] bytes.
      Receiving data ...
      Sending acknowledgement to player to start sending test data ...

       

       

      Any thoughts?

       

      Rich