Commit Graph

9275 Commits (mysqlx-plugin-impl)
 

Author SHA1 Message Date
Andrei Ismail 43c81e5fab #287 Add new users to the scenario setup
11 years ago
Andrei Ismail de9c1f4616 #287 Improve run_query_proxysql/run_query_mysql to allow username, password and port customization
11 years ago
Andrei-Adnan Ismail 5aad370374 Merge pull request #4 from aismail/287-encapsulate-docker-tests
11 years ago
Andrei Ismail 045c68cf38 #287 Add documentation on how to run the tests without internet connectivity
11 years ago
Andrei-Adnan Ismail f31c447147 Merge pull request #3 from aismail/287-encapsulate-docker-tests
11 years ago
Andrei Ismail cdf463f81b #287 Add instructions on how to run the tests w/ Vagrant
11 years ago
Andrei Ismail 5dc21b2acb #287 Add Vagrantfile that is able to provision a Vagrant container in order to run the tests
11 years ago
Andrei-Adnan Ismail b9ea0d92c7 Merge pull request #2 from aismail/285-base-test-class
11 years ago
Andrei Ismail bd17e0a2fd #285 Add document that describes how to write a test
11 years ago
Andrei Ismail dc19cb9ff4 #285 Rename "docker" top-level folder to scenarios
11 years ago
Andrei Ismail 020dd5b044 #285 Move ProxySQL docker container to a "base" folder, from where it can be used "as is"
11 years ago
Andrei Ismail 8121f19daf #285 Simplify the example test to use the utility method that runs queries against the proxy
11 years ago
Andrei Ismail e0388cd932 #285 Document the methods of the ProxySQL base test class
11 years ago
Andrei Ismail 0d2667d78b #285 Added utility methods for running SQL queries against the proxy or against a MySQL backend
11 years ago
Andrei Ismail e3b03dbaba #285 Make sure to always drop the database before populating the schema
11 years ago
Andrei Ismail 3edc0ab63f #285 Expose the MySQL backend publicly so that the tests too can connect to it.
11 years ago
René Cannaò 0663fc20a0 More on splitting MySQL_Module in multiple submodules
11 years ago
René Cannaò 4441429979 Splitting MySQL_Monitor into multiple sub modules
11 years ago
Andrei Ismail 04fe577032 #285 Implement one simple test that selects strings and checks for all of them being present
11 years ago
Andrei Ismail f4f191c963 #285 Add base class for ProxySQL tests based on a fleet of containers w/ Docker
11 years ago
Andrei Ismail c7d199bd06 #285 Fix config file name
11 years ago
Andrei Ismail d78acb1cbf #285 Populate db with 4 strings for playing around with them
11 years ago
Andrei Ismail 5f4ae7e009 #285 Stop mapping ProxySQL admin port 127.0.0.1 interface
11 years ago
Andrei Ismail 5db205365d #285 Add Dockerfile for ProxySQL instance w/ one backend.
11 years ago
Andrei Ismail f9c70f11f8 #285 Add requirements.txt for running the Python test suite
11 years ago
Andrei Ismail 71c0fb2722 #285 Add base class for ProxySQL tests
11 years ago
Andrei Ismail 13511276c7 #285 Add Dockerfile for MySQL instance
11 years ago
Andrei Ismail e45ad15bf3 #285 Delete Dockerfile -- we will have one per test setup
11 years ago
Andrei Ismail 8d805c3877 #285 Add docker compose YML for setting up 1 proxy and 1 MySQL backend
11 years ago
Andrei Ismail d9b4ed1496 Merge branch 'master' into docker-black-box-tests
11 years ago
René Cannaò 221268d1b0 Added global variables for MySQL Monitor module (issue #282)
11 years ago
Andrei-Adnan Ismail 3e10030171 Merge pull request #277 from renecannao/master
11 years ago
René Cannaò 37c894074a Fix issue #281
11 years ago
René Cannaò b4a9b68bb7 MySQL_Monitor has access to MySQL global variables via an object of MySQL_Thread (issue #280)
11 years ago
René Cannaò 2b603a7fc1 Fix issue #278
11 years ago
René Cannaò eb74677b53 First draft to create the MySQL Monitor Module (issue #279)
11 years ago
René Cannaò afdc0f6c47 Merge branch 'master' of https://github.com/renecannao/proxysql-0.2
11 years ago
René Cannaò f99f54b2a0 General code cleanup
11 years ago
René Cannaò 0009c35bf2 ProxySQL_Admin is not a plugin module
11 years ago
Andrei Ismail 4bef659230 Put Dockerfile into an empty dir in order to minimize context transfer.
11 years ago
Andrei Ismail 7ea22f9348 Making sure our DockerFile takes into account best practices.
11 years ago
Andrei Ismail 30f1aa8712 Remove invalid comment.
11 years ago
Andrei-Adnan Ismail e8e01a8415 Merge pull request #1 from aismail/274-dockerize-proxysql
11 years ago
Andrei Ismail ce085b46aa #274 Added initial version of the Dockerfile for ProxySQL
11 years ago
René Cannaò d9a2df7039 Query Cache is not a plugin anymore
11 years ago
René Cannaò 8bee981d33 Fixing a small performance regression caused by testing
11 years ago
René Cannaò 63d2bea7dd Query_Processor is no longer a plugin
11 years ago
René Cannaò 59507675e5 MySQL_Thread, MySQL_Threads_Handler and MySQL_Authentication are no longer modules
11 years ago
René Cannaò ae0035d3c5 Removing some debugging
11 years ago
René Cannaò a47136e829 Fix bug #264
11 years ago