Commit Graph

439 Commits (f31b10ff0e36958e355e4c0bd94deec025ba2f4a)
 

Author SHA1 Message Date
René Cannaò 037ee484cf Handling incorrect db during connect
11 years ago
René Cannaò 1d26b20562 Work in progress in adding MariaDB Client Library
11 years ago
Andrei Ismail dc63aecfa9 #295 Renaming DOCKER_COMPOSE_FILE to SCENARIO
11 years ago
Andrei-Adnan Ismail 6dbe98939f Merge pull request #311 from aismail/310-run-tests-against-current-branch
11 years ago
Andrei Ismail f08a24cda7 #310 Push compiling proxysql into a script that is run after the volume is mounted
11 years ago
Andrei Ismail b54813f391 #310 Copying the code in /tmp/proxysql-tests before running the test
11 years ago
Andrei Ismail 154e9f694e #310 Using simpler path for mysql
11 years ago
Andrei Ismail a2d29a91d7 #310 Mounting the existing code as an external volume
11 years ago
René Cannaò 9993e3c0f8 Renamed async_status in async_exit_status
11 years ago
René Cannaò 3874c0d981 Code cleanup
11 years ago
René Cannaò ff5c62830c Connects to backends is performed via MariaDB Client Library
11 years ago
Andrei-Adnan Ismail 23e50af8c6 Making DEBUG the default mode
11 years ago
Andrei-Adnan Ismail 4d90153b74 Merge pull request #308 from aismail/306-configurable-test-credentials
11 years ago
Andrei Ismail c931c11077 #306 Shutdown the ProxySQL instance before attempting to wait for it by waiting for the gdb process
11 years ago
Andrei Ismail 90c685ddfc #306 Turning primitives for running queries against ProxySQL/MySQL/admin interface into class methods
11 years ago
Andrei Ismail c444bc8a33 Merge branch 'master' into 306-configurable-test-credentials
11 years ago
Andrei Ismail 2451b43674 #306 Fix some bugs related to parametrizing hardcoded constants with a config file
11 years ago
Andrei Ismail ac8b11c384 #306 Stop using hardcoded credentials for sending the e-mails
11 years ago
Andrei Ismail a927672bad #306 Add config file parser
11 years ago
Andrei Ismail fef8cd796c #306 Replace hardcoded MySQL credentials with configurable ones in base test
11 years ago
Andrei Ismail 0163e66d98 #306 Add example configuration file
11 years ago
Andrei Ismail e9bb0e0e77 #306 Add ProxySQL config file for tests to .gitignore
11 years ago
Andrei-Adnan Ismail c44423eb20 Merge pull request #307 from aismail/master
11 years ago
Andrei Ismail 9672487034 Added Pull Request Bounty
11 years ago
René Cannaò ba16850d2d Adding function SQLite3DB::return_one_int()
11 years ago
René Cannaò f185f2a13a Fixed a busy loop, regression
11 years ago
René Cannaò 464b3ca515 SHOW TABLES FROM is now avaialable also with stats credentials
11 years ago
René Cannaò 45988e6488 Converted ProxySQL_Admin::__attach_db_to_admindb() to a more generic ProxySQL_Admin::__attach_db() to allow access to monitor via stats
11 years ago
René Cannaò 893b3c26f0 Code cleanup in MySQL_Monitor
11 years ago
René Cannaò 1e4abb99f9 Fixing locking issue on sqlite3
11 years ago
René Cannaò c452969941 In MySQL_Monitor, changed retry time for LOCKED query from 1ms to 0.1ms
11 years ago
Rene Cannao eb692ad933 Merge pull request #275 from aismail/docker-black-box-tests
11 years ago
Rene Cannao f0e868fb1e Merge pull request #293 from renecannao/master
11 years ago
René Cannaò 6ed5c782e7 Complex commit, never do it again!
11 years ago
Andrei-Adnan Ismail adc7a8d367 Merge pull request #9 from aismail/292-proxysql-crash-detector
11 years ago
Andrei Ismail e464c7c1df #292 Don't rely on going to the loop again to exit -- exit on the spot when too many failed connection attempts have been detected
11 years ago
Andrei Ismail 1d838dab3a #292 Relax the condition for sending the error e-mail
11 years ago
Andrei Ismail 2c7a12d35d #292 Make sure that the ping thread finishes faster when not running anymore
11 years ago
Andrei Ismail 7986544808 #292 Stopping ProxySQL pings __after__ gdb has finished running
11 years ago
Andrei Ismail 50783fd237 #292 Sending warning e-mail after 3 consecutive crashed connection attempts
11 years ago
Andrei Ismail b671a35379 #292 Ping thread needs to connect to MySQL using timeout in order to be able to throw an exception when the proxy isn't responding anymore
11 years ago
Andrei Ismail 138a2d27df #292 gdb process needs to be wait()'ed or otherwise we won't have any way of keeping the crashed process in debug mode until someone works on it
11 years ago
Andrei Ismail 5f5b639249 #292 Integrate ProxySQL crash detector thread into test suite
11 years ago
Andrei Ismail b8b36b29b2 #292 Add thread class that continuously pings a ProxySQL instance and reports failures to respond via e-mail
11 years ago
Andrei Ismail a94bf2d04e #292 Re-ordering required Python packages by name
11 years ago
Andrei-Adnan Ismail a5111db542 Merge pull request #8 from aismail/291-proxysql-start-stop-tests
11 years ago
Andrei Ismail f907c8fc50 #291 Add test that tests the PROXYSQL STOP command
11 years ago
Andrei Ismail 5fb5da9c82 #291 Add flag that allows flags to be interactive or non-interactive
11 years ago
Andrei Ismail 514f59da03 #291 Add API for running gdb on docker host that connects to gdbserver within ProxySQL docker container
11 years ago
Andrei Ismail eab4a548d6 #291 Add API for compiling ProxySQL binary on the Docker host
11 years ago