Re: [Quickfix-developers] Unit test C++ quickfix 1.9.2 with MySQL on Linux
Brought to you by:
orenmnero
From: Hans B. <han...@ma...> - 2004-09-17 15:58:08
|
On Thu, 2004-09-16 at 13:15, Oren Miller wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hans, > > Did you build the quickfix/src/sql/crate_mysql.sh script? The problem is caused by failing database access. I can run quickfix 1.9.2 on our Solaris 8 server with MySQL support. I've also installed a MySQL server (version 3.23.53) on this machine. If I stop the MySQL server, I get the error output from 'test/runut': [hans@test2 test]$ ./runut 10005 <ut> <output> .................................................................... ...........................FFFF............................................. </output> <results total="144" failures="4"> <failure line= "0" file= "unknown"> <test> <![CDATA[ PN7CPPTest4TestIN3FIX12MessageStoreEEE]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> ............... When I start the server and run the script again, it shows no errors: [hans@test2 test]$ ./runut 10005 <ut> <output> ................................................................................................................................................ </output> <results total="144" failures="0"> </results> </ut> [hans@test2 test]$ uname -a SunOS test2 5.8 Generic_108528-12 sun4u sparc SUNW,UltraAX-i2 Hans |