Commit Graph

112 Commits (d04ee3d385bbd47a13066c8ffd62de952bb2ea98)

Author SHA1 Message Date
René Cannaò aacd47e4d7 Minor changes to client9.cpp for more testing
10 years ago
René Cannaò 505196fd6b Implemented recycling of stmt_id
10 years ago
René Cannaò b917da91a9 Added incomplete support for STMT_RESET
10 years ago
René Cannaò fd7fa08cf5 More support for Prepared Statements
10 years ago
René Cannaò 03354f708e Merging PrepStmtExec into 1.3.0-alpha
10 years ago
René Cannaò febd61bc9e Merge branch 'PrepStmtExec' into 1.3.0-alpha
10 years ago
René Cannaò 604fa378d2 A lot of experimental code for prepared statements
10 years ago
René Cannaò c0dde1a166 Added client7 as another example
10 years ago
René Cannaò 26a1b06f41 Fixing the compile for client5
10 years ago
René Cannaò 0c8232e06d Testing code for CHANGE USER
10 years ago
René Cannaò 1561ffff87 Testing rewrite
10 years ago
René Cannaò cb889d1dd8 Adding some testing code for regex
10 years ago
René Cannaò 17c62a89bb Moving MySQL_Monitor definition in header file
10 years ago
René Cannaò f99e1cb401 Added testing for encrypted password
10 years ago
René Cannaò 18f273210d Drafting STMT_EXECUTE
10 years ago
René Cannaò 22dc1a017d Code to support STMT_PREPARE
10 years ago
René Cannaò 3908d82020 More code in client6
10 years ago
René Cannaò d312d6f479 Added a new dump client for internal testing only
10 years ago
René Cannaò 91e0bb2b82 Preparing more test case for prepared stataments
10 years ago
René Cannaò 5169ad449f Testing on Prepared Statements
10 years ago
René Cannaò 4fb78b90ba Drafting support for Prepared Statements
10 years ago
René Cannaò 4b3d69606e Merge branch 'query_test' into v1.2.0
10 years ago
René Cannaò 0f9a61c98e Fix bug #536
10 years ago
René Cannaò ecb008520f Removed unnecessary files
10 years ago
Andrei-Adnan Ismail a5df074442 #454 Add command to run nose tests
10 years ago
Andrei-Adnan Ismail 949db7be31 Add more verbose logging for tests
11 years ago
Andrei-Adnan Ismail 9fbeddd2a1 #395 Simplify test by removing dependency on dnsdock
11 years ago
Andrei-Adnan Ismail eddd807dd0 #395 Add assertions for which hostgroup each host belongs to after slave promotion to master
11 years ago
Andrei-Adnan Ismail dfff579a68 #395 Move main test routines to the top of the file
11 years ago
Andrei-Adnan Ismail f27e375c54 #395 Add draft for test that promotes slave to master and checks whether ProxySQL detects the change
11 years ago
Andrei-Adnan Ismail 9f764358bf #395 Add API for docker inspect in base test class
11 years ago
Andrei-Adnan Ismail ba31844437 #395 First working test: an INSERT done via ProxySQL to the master should be visible in the slaves
11 years ago
Andrei-Adnan Ismail 3310863e43 #395 Accomodate MySQL instances that have no associated dump
11 years ago
Andrei-Adnan Ismail a93bf66632 #395 Add boilerplate code for starting the replication
11 years ago
Andrei-Adnan Ismail 87edffe763 #395 Expose some APIs from docker_fleet more easily to ProxySQL tests
11 years ago
Andrei-Adnan Ismail 802888476b #395 Add API for running a query against a MySQL container only given its container ID.
11 years ago
Andrei-Adnan Ismail 4f464288a8 #395 Make _docker_inspect and _get_environment_variables_from_container APIs public
11 years ago
Andrei-Adnan Ismail 03272dd2d5 #395 Don't foget to copy the contents of the folder containing the docker-compose.yml template
11 years ago
Andrei-Adnan Ismail ce7ece3155 #395 Improve filtering of scenarios
11 years ago
Andrei-Adnan Ismail 79d1a5afcf #410 Fixing the way the ProxySQL container id is retrieved
11 years ago
Andrei-Adnan Ismail b19e6be5e7 #410 Disabling config file parsing test
11 years ago
Andrei-Adnan Ismail cb86e08a6d #410 Migrating tests to new multiple-OS format
11 years ago
Andrei-Adnan Ismail 8aa060ac11 #410 Stop using self.assert_raises. Not always available
11 years ago
Andrei-Adnan Ismail 37af589626 #410 Stop using docker-py and start using docker command line tools to get information on images/containers
11 years ago
Andrei-Adnan Ismail ffeee00b68 #410 Running authentication tests against all the available scenarios
11 years ago
Andrei-Adnan Ismail 711270938c #410 Add function for running test assertions in a number of Docker scenarios
11 years ago
Andrei-Adnan Ismail 151065e03e #410 Migrating from classmethods to instance methods
11 years ago
Andrei-Adnan Ismail 2dc6b70f67 #410 Running SQL queries against the docker containers is now routed through DockerFleet
11 years ago
Andrei-Adnan Ismail eb3e954f70 #410 Remove forgotten line
11 years ago
Andrei-Adnan Ismail a2d16402be #410 Stop sending pings in tests for now
11 years ago