Commit graph

101 commits

Author SHA1 Message Date
Christian Rober
dbbbf18f40 [t:4324] Updates to MySQL tokudb.cluster tests
git-svn-id: file:///svn/mysql/tests/mysql-test@38884 c7de825b-a66e-492c-adef-691d508d4ae1
2012-01-16 21:51:04 +00:00
Christian Rober
11dbc697aa [t:4324] First batch of fixed tests. Only includes update rows column.
git-svn-id: file:///svn/mysql/tests/mysql-test@38875 c7de825b-a66e-492c-adef-691d508d4ae1
2012-01-16 17:44:31 +00:00
Rich Prohaska
2bdeae9274 #4374 rename border-locks test so we dont run it refs[t:4374]
git-svn-id: file:///svn/mysql/tests/mysql-test@38626 c7de825b-a66e-492c-adef-691d508d4ae1
2012-01-09 16:53:03 +00:00
Zardosht Kasheff
4607a317b6 [t:4370], add bulkfetch-2
git-svn-id: file:///svn/mysql/tests/mysql-test@38613 c7de825b-a66e-492c-adef-691d508d4ae1
2012-01-08 22:42:06 +00:00
Zardosht Kasheff
96c28e01fb [t:4370], fix bulk-fetch.test
git-svn-id: file:///svn/mysql/tests/mysql-test@38612 c7de825b-a66e-492c-adef-691d508d4ae1
2012-01-08 22:38:20 +00:00
Zardosht Kasheff
52f3993f1a [t:4370], create another name for the test suite
git-svn-id: file:///svn/mysql/tests/mysql-test@38611 c7de825b-a66e-492c-adef-691d508d4ae1
2012-01-08 22:37:39 +00:00
John Esmet
ca7398ea56 close [t:3414] test for replace into and ignore to exercise the possibility of optimizing the cause where keys are a subset of the pk.
git-svn-id: file:///svn/mysql/tests/mysql-test@38181 c7de825b-a66e-492c-adef-691d508d4ae1
2011-12-23 20:48:16 +00:00
John Esmet
adfd21b87c [t:3414] starting the replace-ignore test script generator
git-svn-id: file:///svn/mysql/tests/mysql-test@38101 c7de825b-a66e-492c-adef-691d508d4ae1
2011-12-22 02:27:41 +00:00
John Esmet
f2f28bf21c [t:3414] some cleanup before i write 3414 tests
git-svn-id: file:///svn/mysql/tests/mysql-test@38100 c7de825b-a66e-492c-adef-691d508d4ae1
2011-12-22 01:49:17 +00:00
John Esmet
186d65efb7 we need a 'general' mysql test suite, and bulk fetch isn't special enough for its own suite
git-svn-id: file:///svn/mysql/tests/mysql-test@38099 c7de825b-a66e-492c-adef-691d508d4ae1
2011-12-22 01:40:52 +00:00
Zardosht Kasheff
9be5ad0403 [t:4261], add test
git-svn-id: file:///svn/mysql/tests/mysql-test@37768 c7de825b-a66e-492c-adef-691d508d4ae1
2011-12-12 15:53:25 +00:00
Zardosht Kasheff
89cea9911d [t:4260], add simple sanity test
git-svn-id: file:///svn/mysql/tests/mysql-test@37746 c7de825b-a66e-492c-adef-691d508d4ae1
2011-12-11 00:14:37 +00:00
John Esmet
372e026400 [t:4164] result file for bulk fetch test
git-svn-id: file:///svn/mysql/tests/mysql-test@37491 c7de825b-a66e-492c-adef-691d508d4ae1
2011-12-02 16:46:26 +00:00
John Esmet
2791ef89e6 [t:4164] single row per insert changed to all rows in one insert, runs much faster.
git-svn-id: file:///svn/mysql/tests/mysql-test@37490 c7de825b-a66e-492c-adef-691d508d4ae1
2011-12-02 16:35:42 +00:00
John Esmet
c64dbda9e9 [t:4064] bulk fetch mysqltest script generated. tries range queries over sufficently large tables (greater than a few tokudb_read_buf's) which have a.) blobs/no blobs b.) ints, no ints c.) strings, no strings
git-svn-id: file:///svn/mysql/tests/mysql-test@37486 c7de825b-a66e-492c-adef-691d508d4ae1
2011-12-02 15:39:40 +00:00
John Esmet
9346a30c06 [t:3981] fixed test
git-svn-id: file:///svn/mysql/tests/mysql-test@37470 c7de825b-a66e-492c-adef-691d508d4ae1
2011-12-01 18:27:15 +00:00
John Esmet
780c043306 [t:3981] test for border locking
git-svn-id: file:///svn/mysql/tests/mysql-test@37441 c7de825b-a66e-492c-adef-691d508d4ae1
2011-11-30 21:06:46 +00:00
Zardosht Kasheff
a88c19d8ce [t:4208], fix a couple of tests
git-svn-id: file:///svn/mysql/tests/mysql-test@37436 c7de825b-a66e-492c-adef-691d508d4ae1
2011-11-30 20:43:11 +00:00
Zardosht Kasheff
7b5755a871 [t:4175], add tests
git-svn-id: file:///svn/mysql/tests/mysql-test@37248 c7de825b-a66e-492c-adef-691d508d4ae1
2011-11-23 21:36:59 +00:00
John Esmet
0a6414ffe6 close[t:4116] close[t:3532] fixed read queries to use explicit begin/commit statements
instead of autocommit. tests now pass.


git-svn-id: file:///svn/mysql/tests/mysql-test@36839 c7de825b-a66e-492c-adef-691d508d4ae1
2011-11-11 16:42:02 +00:00
John Esmet
97f417a0c2 [t:3532] hit another test case - a thread with an open read transaction
on rows should not prevent another from grabbing write locks, since
no read locks should be taken


git-svn-id: file:///svn/mysql/tests/mysql-test@36507 c7de825b-a66e-492c-adef-691d508d4ae1
2011-11-04 01:59:50 +00:00
John Esmet
4ffd5deb9a [t:3532] regression test and results for 3532
git-svn-id: file:///svn/mysql/tests/mysql-test@36504 c7de825b-a66e-492c-adef-691d508d4ae1
2011-11-04 01:49:58 +00:00
John Esmet
ecdca6bffe [t:3938] should not have commit this so soon
git-svn-id: file:///svn/mysql/tests/mysql-test@35952 c7de825b-a66e-492c-adef-691d508d4ae1
2011-10-20 21:24:30 +00:00
John Esmet
5750317972 [t:3938] preliminary tests for 3938. more stressful tests are still on the
table.


git-svn-id: file:///svn/mysql/tests/mysql-test@35951 c7de825b-a66e-492c-adef-691d508d4ae1
2011-10-20 21:13:02 +00:00
Rich Prohaska
66ad817284 #4013 fix one of the tokudb_lock_timeout tests refs[t:4013]
git-svn-id: file:///svn/mysql/tests/mysql-test@35776 c7de825b-a66e-492c-adef-691d508d4ae1
2011-10-14 21:48:18 +00:00
Rich Prohaska
7bbd3851f8 #4013 change the blocking lock time units to milliseconds refs[t:4013]
git-svn-id: file:///svn/mysql/tests/mysql-test@35675 c7de825b-a66e-492c-adef-691d508d4ae1
2011-10-13 12:15:05 +00:00
Rich Prohaska
62feec6bfb #3453 revise timeouts to milliseconds refs[t:3453]
git-svn-id: file:///svn/mysql/tests/mysql-test@35414 c7de825b-a66e-492c-adef-691d508d4ae1
2011-10-06 17:27:54 +00:00
Rich Prohaska
a1ef2f7089 #3453 merge mysql-test.3453 to mysql-test refs[t:3453]
git-svn-id: file:///svn/mysql/tests/mysql-test@35395 c7de825b-a66e-492c-adef-691d508d4ae1
2011-10-05 21:55:40 +00:00
John Esmet
73ce746564 [t:3453] more accurate test name, since write/write conflicts are not the
only test cases exercised anymore


git-svn-id: file:///svn/mysql/tests/mysql-test@35054 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-26 15:35:16 +00:00
John Esmet
61acf250ab [t:3453] added tests for reads with serializable transactions, updated
results


git-svn-id: file:///svn/mysql/tests/mysql-test@35052 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-26 15:20:11 +00:00
John Esmet
05c49452cd [t:3453] cleaned up getset blocking row lock test, removed race test,
since the writewrite-conflict scrip tests the race condition already.
pushed modified scripts and results file.


git-svn-id: file:///svn/mysql/tests/mysql-test@35051 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-26 14:44:23 +00:00
John Esmet
3c998c1e1a [t:3453] new results file.
git-svn-id: file:///svn/mysql/tests/mysql-test@35032 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-25 21:41:12 +00:00
John Esmet
ab64156945 [t:3453] script now tests that early commits from any pair of competing
transactions allow the blocked contender to proceed without timeout error


git-svn-id: file:///svn/mysql/tests/mysql-test@35031 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-25 21:40:03 +00:00
John Esmet
2929b91fe7 [t:3453] cleaned up gen script, changed test to run with half second
timeout instead of one second.


git-svn-id: file:///svn/mysql/tests/mysql-test@35023 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-25 03:39:21 +00:00
John Esmet
030656f480 [t:3453] getting rid of sleep hack
git-svn-id: file:///svn/mysql/tests/mysql-test@35022 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-25 03:31:45 +00:00
John Esmet
a7380fd5e1 [t:3453] getting rid of old test results, adding new ones
git-svn-id: file:///svn/mysql/tests/mysql-test@35021 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-25 01:20:23 +00:00
John Esmet
7928d25c84 [t:3453] cleanup
git-svn-id: file:///svn/mysql/tests/mysql-test@35019 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-25 00:57:25 +00:00
John Esmet
89a8eb6353 [t:3453] updates to gen script
git-svn-id: file:///svn/mysql/tests/mysql-test@35018 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-25 00:56:33 +00:00
John Esmet
3eb4e59881 [t:3453] blocking row locks test generated by scripts now cover, for 0
timeout and for 1 second timeout, 1.) point q vs point q 2.) range q vs
point q 3.) range q vs range q, overlapping or boundary. Blocking
transactions that return okay after a commit still need to be tested.


git-svn-id: file:///svn/mysql/tests/mysql-test@35017 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-25 00:51:43 +00:00
John Esmet
a27c37e296 [t:3453] skeleton code generation down, working on point row locks, may
have uncovered a bug already


git-svn-id: file:///svn/mysql/tests/mysql-test@34998 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-23 21:17:50 +00:00
John Esmet
2ba5df2acd [t:3453] python script to generate the 100ish test cases blocking row
locks require. making progress, needs more love though.


git-svn-id: file:///svn/mysql/tests/mysql-test@34995 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-23 20:32:35 +00:00
John Esmet
7788e9576f [t:3453] updated mysqltest scripts and results
git-svn-id: file:///svn/mysql/tests/mysql-test@34983 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-23 14:50:54 +00:00
John Esmet
885b129452 [t:3453] results, take 1
git-svn-id: file:///svn/mysql/tests/mysql-test@34971 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-22 20:28:41 +00:00
John Esmet
98b1e64be8 [t:3453] blocking row lock tests, take 1
git-svn-id: file:///svn/mysql/tests/mysql-test@34970 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-22 20:26:19 +00:00
Zardosht Kasheff
56c2a4a600 [t:3861], add test
git-svn-id: file:///svn/mysql/tests/mysql-test@34517 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-08 14:41:20 +00:00
Zardosht Kasheff
4371798a6c [t:3518], add another test
git-svn-id: file:///svn/mysql/tests/mysql-test@34505 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-08 03:06:53 +00:00
Zardosht Kasheff
e3227e34c4 [t:3861], add test that demonstrates problem
git-svn-id: file:///svn/mysql/tests/mysql-test@34502 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-08 02:39:09 +00:00
Zardosht Kasheff
a641944b22 [t:3518], add tests
git-svn-id: file:///svn/mysql/tests/mysql-test@34461 c7de825b-a66e-492c-adef-691d508d4ae1
2011-09-06 18:40:00 +00:00
Rich Prohaska
3eb763d8af #3911 merge the checkpoint lock test fixes from 5.0.5 to main refs[t:3911]
git-svn-id: file:///svn/mysql/tests/mysql-test@34269 c7de825b-a66e-492c-adef-691d508d4ae1
2011-08-31 13:52:29 +00:00
Rich Prohaska
542ddfb0f9 #3911 merge the checkpoint lock tests from 5.0.5 to main refs[t:3911]
git-svn-id: file:///svn/mysql/tests/mysql-test@34244 c7de825b-a66e-492c-adef-691d508d4ae1
2011-08-30 19:17:16 +00:00