Commit Graph

391 Commits

Author SHA1 Message Date
Shlomi Noach
2afb86b9e4 support for millisecond throttling
- `--max-lag-millis` is at least `100ms`
- `--heartbeat-interval-millis` introduced; defaults `500ms`, can range `100ms` - `1s`
- Control replicas lag calculated asynchronously to throttle test
  - aggressive when `max-lag-millis < 1000` and when `replication-lag-query` is given
2016-08-30 09:41:59 +02:00
Shlomi Noach
b74804e5c6 Merge branch 'master' into reduce-minimum-max-lag 2016-08-29 14:47:44 +02:00
Jonah Berquist
2c5668dfa4 spelling enhancement 2016-08-26 16:57:37 -07:00
Jonah Berquist
10b222bc7b Reduce minimum maxLagMillisecondsThrottleThreshold to 100ms 2016-08-26 16:44:40 -07:00
Shlomi Noach
2663b00e32 Merge pull request #199 from github/config-underscore
config file allows underscore variables
2016-08-26 08:30:00 +02:00
Shlomi Noach
4f9c1448d1 Merge pull request #200 from github/support-5-5
fixed 5.5 binlog_row_image default value
2016-08-26 08:29:33 +02:00
Shlomi Noach
2b595b15f2 Merge pull request #196 from github/concurrent-rowcount
concurrent row-count
2016-08-26 08:29:01 +02:00
Shlomi Noach
59967d53a3 Merge pull request #192 from github/row-copy-complete
avoiding writing rows when rowcopy complete
2016-08-26 08:27:49 +02:00
Shlomi Noach
63a0e5cf2c fixed 5.5 binlog_row_image default value 2016-08-25 16:49:25 +02:00
Shlomi Noach
bb68cf2011 config file allows underscore variables 2016-08-25 12:21:16 +02:00
Shlomi Noach
bfcedef8cf updated version 2016-08-25 12:20:33 +02:00
Shlomi Noach
c7d88499af Merge branch 'master' into row-copy-complete 2016-08-25 10:15:32 +02:00
Shlomi Noach
c7edd1ef84 Merge branch 'master' into concurrent-rowcount 2016-08-25 09:44:12 +02:00
Shlomi Noach
2a00abfc99 Merge pull request #191 from github/sql-mode-strict
DML write sets sql_mode to STRICT ALL TABLES
2016-08-25 08:23:44 +02:00
Shlomi Noach
dfc4d65481 Merge pull request #185 from github/local-tests
WIP: Local tests
2016-08-24 14:22:09 +02:00
Shlomi Noach
b0a2e4c650 graceful sleep for replica lag 2016-08-24 14:18:49 +02:00
Shlomi Noach
79399f446b added documentation for local tests 2016-08-24 12:51:01 +02:00
Shlomi Noach
194500c2fa Merge branch 'master' into local-tests 2016-08-24 12:29:22 +02:00
Shlomi Noach
1773f338c2 keeping track of delta rows
on concurrent count(*) this means we re-apply delta onto new estimate
2016-08-24 12:16:34 +02:00
Shlomi Noach
553f4c8d13 concurrent row-count 2016-08-24 11:39:44 +02:00
Shlomi Noach
4c972184a8 Merge branch 'master' into sql-mode-strict 2016-08-24 09:34:00 +02:00
Shlomi Noach
56fd82a824 Merge pull request #174 from Wattpad/test-on-replica-manual-replication-control
outstanding. Thank you!
2016-08-24 09:12:21 +02:00
Paulo Bittencourt
6b21ade6d0 Check for --test-on-replica-skip-replica-stop in cutOver method 2016-08-23 18:34:10 -04:00
Shlomi Noach
56d09c4105 avoiding writing rows when rowcopy complete 2016-08-23 14:26:47 +02:00
Shlomi Noach
6b42e73840 Merge branch 'master' into local-tests
redundencying the UTC path
2016-08-23 14:18:28 +02:00
Shlomi Noach
ec7f641ecb added enum tests 2016-08-23 12:13:40 +02:00
Shlomi Noach
8b76d0e75b DML write sets sql_mode to STRICT ALL TABLES 2016-08-23 11:58:52 +02:00
Shlomi Noach
1021a83ac0 Merge pull request #189 from dveeden/feedback_on_wait
thank you
2016-08-23 09:50:50 +02:00
Daniël van Eeden
d8cfd49e2c Message about waiting should be INFO not DEBUG 2016-08-23 09:41:07 +02:00
Shlomi Noach
757271bd3a Merge pull request #186 from dveeden/doc_interactive_throttle-control-replicas
thank you
2016-08-23 09:18:16 +02:00
Daniël van Eeden
bf7d33efe5 Improve documentation for throttle-control-replicas interactive command 2016-08-23 09:16:25 +02:00
Shlomi Noach
a1baa1971c Merge pull request #182 from github/utc-streamer
row_event converts timestamps to UTC
2016-08-23 08:13:03 +02:00
Shlomi Noach
458b43841a Merge branch 'utc-streamer' into local-tests
make tz tests pass
2016-08-23 08:09:38 +02:00
Shlomi Noach
316a26e316 Merge branch 'master' into utc-streamer
get rename fixes
2016-08-23 07:18:21 +02:00
Shlomi Noach
0228498b70 Merge pull request #183 from github/fix-rename-insert
fix INSERT DML handling on renamed column
2016-08-23 07:17:22 +02:00
Shlomi Noach
b380578f53 improved rename:DELETE test 2016-08-22 16:35:21 +02:00
Shlomi Noach
f947c46e3c improved rename:DELETE test 2016-08-22 16:34:00 +02:00
Shlomi Noach
f33bebb527 improved rename:DELETE test 2016-08-22 16:33:03 +02:00
Shlomi Noach
1bd93bda70 localtest: rename: testing for DELETE 2016-08-22 16:28:40 +02:00
Shlomi Noach
9dc378feaa updated version 2016-08-22 16:20:11 +02:00
Shlomi Noach
edcb1c446b Merge branch 'fix-rename-insert' into local-tests
fixing tests for rename - INSERT DML
2016-08-22 16:03:19 +02:00
Shlomi Noach
b63cc3e75e fix INSERT DML handling on renamed column 2016-08-22 16:00:15 +02:00
Shlomi Noach
7a2e3146a2 fixed alter statement in rename test 2016-08-22 15:53:44 +02:00
Shlomi Noach
1be3b052c2 Merge branch 'master' into local-tests
Get correct `rename` behavior for tests to pass
2016-08-22 15:49:50 +02:00
Shlomi Noach
61237f9e93 rename 2016-08-22 15:49:48 +02:00
Shlomi Noach
950fde2ad6 row_event converts timestamps to UTC 2016-08-22 15:45:38 +02:00
Shlomi Noach
2faa27a2c4 elaborate output on failure 2016-08-22 15:43:00 +02:00
Shlomi Noach
6a20808389 adding timezone tests 2016-08-22 15:42:06 +02:00
Shlomi Noach
7c792d3ba3 Merge pull request #181 from github/fix-rename
fixed UPDATE dml on renamed column
2016-08-22 15:41:20 +02:00
Shlomi Noach
4c78520f3d fixed argument extrapolation 2016-08-22 12:18:02 +02:00