Commit 6801e69
Refactor/docker compose anchors (julien-duponchelle#449)
* Eliminate `log_slave_updates` system variable, closes julien-duponchelle#410
- `log_slave_updates` modifies to which file binlog events is written.
- The variable is not applicable to python-mysql-replication, because no file is written
* Refactor docker-compose.yml to use extension and YAML anchors for improved readability and expandability
Changes:
- Updated version to 3.4 at which extension for docker compose was first introduced
- Use extension to hold common fields and anchors to reference the extensions
* fix: use folded block scalar
* fix: add volumes to test MariadbStartEncryptionEvent
* fix: docker-compose-test mysql server check query
* Eliminate log_slave_updates system variable in docker-compose-test.yml
* fix: docker-compose settings for mariadb
* fix: MYSQL_5_7_CTL_PORT casting
* add copy .mariadb
---------
Co-authored-by: Soul Lee <alus20x@gmail.com>
Co-authored-by: lre12 <swj951105@naver.com>1 parent a8aa0d9 commit 6801e69
File tree
5 files changed
+94
-41
lines changed- pymysqlreplication/tests
5 files changed
+94
-41
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
2 | 23 | | |
3 | | - | |
4 | | - | |
| 24 | + | |
| 25 | + | |
5 | 26 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 27 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 28 | + | |
13 | 29 | | |
14 | 30 | | |
15 | 31 | | |
16 | | - | |
| 32 | + | |
| 33 | + | |
17 | 34 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 35 | | |
22 | | - | |
23 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
24 | 54 | | |
25 | 55 | | |
26 | 56 | | |
| |||
30 | 60 | | |
31 | 61 | | |
32 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
33 | 66 | | |
34 | 67 | | |
35 | 68 | | |
| |||
39 | 72 | | |
40 | 73 | | |
41 | 74 | | |
42 | | - | |
| 75 | + | |
43 | 76 | | |
44 | 77 | | |
45 | 78 | | |
| |||
56 | 89 | | |
57 | 90 | | |
58 | 91 | | |
59 | | - | |
| 92 | + | |
| 93 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
2 | 23 | | |
3 | 24 | | |
| 25 | + | |
4 | 26 | | |
5 | | - | |
6 | | - | |
7 | 27 | | |
8 | | - | |
9 | | - | |
| 28 | + | |
10 | 29 | | |
11 | 30 | | |
| 31 | + | |
12 | 32 | | |
13 | | - | |
14 | | - | |
15 | 33 | | |
16 | | - | |
17 | | - | |
| 34 | + | |
18 | 35 | | |
19 | 36 | | |
| 37 | + | |
20 | 38 | | |
21 | | - | |
22 | | - | |
23 | 39 | | |
24 | 40 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 41 | | |
32 | 42 | | |
33 | 43 | | |
34 | 44 | | |
35 | 45 | | |
36 | 46 | | |
37 | | - | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
771 | 771 | | |
772 | 772 | | |
773 | 773 | | |
774 | | - | |
775 | | - | |
776 | | - | |
| 774 | + | |
| 775 | + | |
777 | 776 | | |
778 | 777 | | |
779 | 778 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments