Hello, I'm hoping that someone reading this post has successfully run JUnit tests with the embedded mysqld (connector/MXJ) on Hudson. Currently connector/MXJ tests run great locally - Linux / Windows but they hang when executed on our Hudson build server. Any help in one of two areas would be greatly appreciated:
1. the problem listed above
2. A reasonable alternative for in-memory mysql unit testing. I've also tried H2, but have run into issues where native mysql syntax and functions is not supported. For instance H2 doesn't understand the "using" syntax for joining tables
Thanks very much for any information you can throw my way!
1. the problem listed above
2. A reasonable alternative for in-memory mysql unit testing. I've also tried H2, but have run into issues where native mysql syntax and functions is not supported. For instance H2 doesn't understand the "using" syntax for joining tables
Thanks very much for any information you can throw my way!