mysqlplus/test
Roger Pack d40d8ff323 create an automated test, somewhat automated it seems impossible to actually interrupt mysql real_connect 2009-04-21 02:17:44 +00:00
..
all_hashes_test.rb add test runner for all 2009-04-18 23:06:12 +00:00
async_query_with_block_test.rb Introduce Mysql#reconnected? 2008-10-08 17:09:47 +01:00
c_threaded_test.rb Extract thread scheduler 2008-09-10 01:26:01 +01:00
connect_failure2_test.rb create an automated test, somewhat automated it seems impossible to actually interrupt mysql real_connect 2009-04-21 02:17:44 +00:00
connect_failure_test.rb attempt to not blow up on ctrl+c during connect--that might have been a problem 2009-04-21 02:13:24 +00:00
create_test_db.rb share test create db code, add a comment for the rb_thread_blocking_region helper in the C code 2009-04-18 22:55:17 +00:00
evented_test.rb Use TCP_NODELAY if supported; Remove file descriptor ops from the tight loop; Cleanup timeout assignment; Split the threaded test suite in native and c to avoid a large number of active Threads affecting results.Add experimental Mysql#socket_type which typically returns 'socket (x)', but may be helpful for debugging purposes. 2008-09-10 00:33:18 +01:00
gc_benchmark_test.rb add test runner for all 2009-04-18 23:06:12 +00:00
many_requests_test.rb add test runner for all 2009-04-18 23:06:12 +00:00
native_threaded_test.rb Extract thread scheduler 2008-09-10 01:26:01 +01:00
out_of_sync_test.rb add an assertion for the out_of_sync_test 2009-04-18 22:42:12 +00:00
query_with_result_false_test.rb add test runner for all 2009-04-18 23:06:12 +00:00
reconnected_test.rb Introduce Mysql#reconnected? 2008-10-08 17:09:47 +01:00
test_all.rb minor cleanup 2009-04-18 23:07:30 +00:00
test_helper.rb remove the require rubygems from test, so that we can have more control over which version is being tested 2009-04-18 22:39:12 +00:00
threaded_sequel_test.rb add test runner for all 2009-04-18 23:06:12 +00:00