Right, the ipv6 test doesn't have a PowerShell script yet, and I think the python missing module is a PYTHONPATH issue. The ones I was more concerned with are coming from C++ code and are "operation attempted on an object which is not a socket" or similar. The unit tests fails with this and at least one other such as client_test.
To run the tests under ctest control, cd to the build directory and ctest -R <test-expression> And you can start a broker (if needed) in a terminal window then run the test program in the debugger. -Steve > -----Original Message----- > From: Alan Conway [mailto:[email protected]] > Sent: Wednesday, February 22, 2012 11:42 AM > To: Steve Huston > Cc: [email protected] > Subject: Re: Windows test failures > > On Wed, 2012-02-22 at 10:10 -0600, Steve Huston wrote: > > Hi Alan, > > > > I'm seeing many of the Windows tests failing this week after the build > > errors were resolved. Please see: > > http://www.riverace.com/CDash-1.4.2/index.php?project=qpid-cpp > > > > Are these things you've seen and are aware of? > > Nope, wasn't aware. I'll look into it as soon as I've figured out how to > run the > tests on windows (I confess since I was only changing EXERN decls I > assumed > building was enougy) > > Many of the failures look like they might environment problems with PATH > or PYTHONPATH, e.g.: > > The term 'C:/qpid/trunk/qpid/cpp/src/tests/ipv6_test.ps1' is not > recognized > as a cmdlet, function, operable program, or script file. > Verify the term and try again. > > Traceback (most recent call last): > File "C:\qpid\trunk\qpid\cpp\src\tests > \..\..\..\python/qpid-python-test", > line 563, in <module> > m = __import__(name, None, None, ["dummy"]) > File "C:\qpid\trunk\qpid\tests\src\py\qpid_tests\__init__.py", line 22, > in > <module> > import broker_0_10, broker_0_9, broker_0_8 > File "C:\qpid\trunk\qpid\tests\src\py\qpid_tests\broker_0_10 > \__init__.py", line 38, in <module> > from stats import * > File "C:\qpid\trunk\qpid\tests\src\py\qpid_tests\broker_0_10 > \stats.py", line 24, in <module> > from qpidtoollibs.broker import BrokerAgent > ImportError: No module named qpidtoollibs.broker > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
