Commit graph

10 commits

Author SHA1 Message Date
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
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
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
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