index
:
MyGrate
main
MySQL/MariaDB real-time replication exportor (to PostgreSQL)
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test-e2e.cpp
Commit message (
Collapse
)
Author
Age
*
Push lots of test logic into a fixture for easier test case creation
Dan Goodliffe
2021-08-07
|
*
Handle gtid and xid transaction events
Dan Goodliffe
2021-08-05
|
*
Allow longer for e2e test to run
Dan Goodliffe
2021-07-31
|
*
Subclass UpdateDatabase to wait for N operations to be completed
Dan Goodliffe
2021-07-31
|
|
|
|
Avoids need to sleep
*
Copy table content in a TX as part of add table
Dan Goodliffe
2021-07-31
|
*
Support the rotate event to move to the next binlog file
Dan Goodliffe
2021-07-25
|
*
Fix up insert/delete SQL generation
Dan Goodliffe
2021-07-24
|
*
First cut replicating row updates
Dan Goodliffe
2021-07-22
|
*
Create test table before setting up repl
Dan Goodliffe
2021-07-22
|
|
|
|
We aren't test adding a new table yet
*
Support copying exist table data
Dan Goodliffe
2021-07-04
|
*
Add an existing table to the config
Dan Goodliffe
2021-06-27
|
*
Code for setting up an initial source from scratch
Dan Goodliffe
2021-06-13
Includes beginnings of the end-to-end test suite.