summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Fix up all remaining warningsDan Goodliffe2021-08-30
|
* Add -WpedanticDan Goodliffe2021-08-30
|
* Add -Wold-style-castDan Goodliffe2021-08-29
|
* Add -Wsign-conversionDan Goodliffe2021-08-28
|
* Don't need separate decoratorDan Goodliffe2021-08-27
|
* Reserve space in the right vectorDan Goodliffe2021-08-27
|
* Add lots of tests over replicating most of the typesDan Goodliffe2021-08-27
|
* Handle errors in the replication thread in testsDan Goodliffe2021-08-27
|
* Fix type mapping of real/doubleDan Goodliffe2021-08-27
|
* Test of getenv wrapperDan Goodliffe2021-08-27
|
* Fix Misc test module nameDan Goodliffe2021-08-27
|
* Extract and test time2From24bitDan Goodliffe2021-08-27
|
* Test mod100_extractDan Goodliffe2021-08-27
|
* Make date/time types easy to create and compareDan Goodliffe2021-08-27
|
* Support binding date/time values to MySQLDan Goodliffe2021-08-27
|
* Wait on specific events being processedDan Goodliffe2021-08-22
|
* Add EventCounter classDan Goodliffe2021-08-22
|
* Enable numeric conversion warning and fix the falloutDan Goodliffe2021-08-10
|
* Tests, fixes, improvements to WritePqCopyStreamDan Goodliffe2021-08-08
|
* Create indexes and keys after copying table dataDan Goodliffe2021-08-08
|
* Push lots of test logic into a fixture for easier test case creationDan Goodliffe2021-08-07
|
* Handle gtid and xid transaction eventsDan Goodliffe2021-08-05
|
* Allow longer for e2e test to runDan Goodliffe2021-07-31
|
* Unlocking an unlocked mutex trips tsanDan Goodliffe2021-07-31
|
* Explicit semaphore constructorDan Goodliffe2021-07-31
|
* Subclass UpdateDatabase to wait for N operations to be completedDan Goodliffe2021-07-31
| | | | Avoids need to sleep
* Build a basic hacky semaphore for compilers that don't support ↵Dan Goodliffe2021-07-31
| | | | std::binary_semaphore yet
* Copy table content in a TX as part of add tableDan Goodliffe2021-07-31
|
* Support the rotate event to move to the next binlog fileDan Goodliffe2021-07-25
|
* Fix up insert/delete SQL generationDan Goodliffe2021-07-24
|
* First cut replicating row updatesDan Goodliffe2021-07-22
|
* Create test table before setting up replDan Goodliffe2021-07-22
| | | | We aren't test adding a new table yet
* Wider type support for PQ bindingsDan Goodliffe2021-07-14
| | | | timespec not supported... honestly not sure what it should bind!
* Modernize namespacesDan Goodliffe2021-07-05
|
* Test something more predictableDan Goodliffe2021-07-05
| | | | Specifically that the test DB server instance in MariaDB
* Explicit PqConnDB test class constructorDan Goodliffe2021-07-05
|
* Support copying exist table dataDan Goodliffe2021-07-04
|
* Add an existing table to the configDan Goodliffe2021-06-27
|
* Basic type mapperDan Goodliffe2021-06-27
|
* General purpose optional stream<<Dan Goodliffe2021-06-26
|
* Code for setting up an initial source from scratchDan Goodliffe2021-06-13
| | | | Includes beginnings of the end-to-end test suite.
* Add missing dep on schema fileDan Goodliffe2021-06-13
|
* Single implementation for getting MySQL test connection detailsDan Goodliffe2021-06-13
|
* Run non-readonly PQ tests in tmp dbDan Goodliffe2021-06-13
|
* Support creating a PostgreSQL mock DB and filling it with a schema scriptDan Goodliffe2021-06-13
|
* Create and drop PostgreSQL mock DBs as neededDan Goodliffe2021-06-13
|
* Create and drop MySQL mock DBs as neededDan Goodliffe2021-06-13
|
* Avoid direct use of runtime_error in PostgreSQL stuffDan Goodliffe2021-06-12
| | | | | Adds proper exception which extends it and gets the PostgreSQL error message.
* Create a basic MySQL testing database classDan Goodliffe2021-06-12
|
* Avoid direct use of runtime_error in MySQL stuffDan Goodliffe2021-06-12
| | | | Adds proper exception which extends it and gets the MySQL error message.