Last updated May 06, 2009 20:24, by reg_burnett
Feedicon  

Setting up


Building

  • When this wiki refers to a command line client it is usually referring to a Visual Studio 2008 command prompt and normally opened with elevated privs.
  • The first time you build you will get errors about some projects failing to cryptographically sign. The reason is that each non-test package is signed with a key that we keep private. This key is installed into a key container named ConnectorNet. It is not necessary to have the official key to build the product so you can use your own with the following two commands.
    • sn -k 1024 cnet.snk
    • sn -i cnet.snk ConnectorNet

Running test suites

  • A mysqld server is started with the following command line: mysqld --no-defaults --standalone --console --max-allowed-packet=250M --enable-named-pipe --shared-memory.
  • Each test suite is then run either through the NUnit GUI or normally using TestDriven.net


  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120518.3c65429)
 
 
Close
loading
Please Confirm
Close