summaryrefslogtreecommitdiff
path: root/test/test-e2e.cpp
Commit message (Collapse)AuthorAge
* Handle gtid and xid transaction eventsDan Goodliffe2021-08-05
|
* Allow longer for e2e test to runDan Goodliffe2021-07-31
|
* Subclass UpdateDatabase to wait for N operations to be completedDan Goodliffe2021-07-31
| | | | Avoids need to sleep
* 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
* Support copying exist table dataDan Goodliffe2021-07-04
|
* Add an existing table to the configDan Goodliffe2021-06-27
|
* Code for setting up an initial source from scratchDan Goodliffe2021-06-13
Includes beginnings of the end-to-end test suite.