Skip to content

Commit 88f1277

Browse files
committed
update test comment
1 parent 4b9ceb4 commit 88f1277

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

flow/e2e/clickhouse_mysql_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,10 @@ func (s ClickHouseSuite) Test_MariaDB_CompressedColumn_AddedMidCDC() {
174174
s.t.Skip("column compression is a MariaDB-only feature")
175175
}
176176

177-
// A compressed column produces a binlog row event go-mysql cannot decode, which poisons the
178-
// binlog stream for every mirror reading the server. Use a dedicated throwaway MariaDB so the
179-
// failure cannot cascade into the other parallel subtests sharing the CI source.
177+
// A compressed column produces a valid MariaDB binlog event that go-mysql cannot decode.
178+
// Because every CDC reader consumes the server-wide binlog before table filtering, the event
179+
// can terminate unrelated mirrors using the shared CI server. Use a dedicated throwaway
180+
// MariaDB to isolate the unsupported event.
180181
src, suffix := SetupMySQLTestContainerSource(s.t, "cmpcol", MySQLTestContainerConfig{
181182
Image: "mariadb:12.3",
182183
Flavor: protos.MySqlFlavor_MYSQL_MARIA,

0 commit comments

Comments
 (0)