Commit 74e7e5d
fix(e2e): always clean up mysql.rds_configuration table via t.Cleanup
Register DROP TABLE in t.Cleanup at the start of TestMySQLRDSBinlogValidation
so the table is guaranteed to be dropped even if the test fails early (e.g.
due to an assertion mismatch). Without this, a test failure before the
inline DROP TABLE left mysql.rds_configuration with a NULL value, causing
all subsequent parallel MySQL tests to fail with the RDS binlog retention
validation error.
Co-authored-by: Pablo Francisco Pérez Hidalgo <pfcoperez@users.noreply.github.com>1 parent 8a449a3 commit 74e7e5d
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
75 | 80 | | |
76 | 81 | | |
77 | 82 | | |
| |||
109 | 114 | | |
110 | 115 | | |
111 | 116 | | |
112 | | - | |
113 | | - | |
114 | 117 | | |
0 commit comments