osheroff / mysql-binlog-connector-java

MySQL Binary Log connector
666 stars 163 forks source link

Fix circleci build, in the integration test suite multiple events could be in the binary log #103

Closed janickr closed 1 year ago

janickr commented 1 year ago

Hi @osheroff, I noticed the build broke on circleci because of my new integration test, maybe the execution order was different, the problem was it got more than one XID event (because of other transactions I suppose).

I narrowed the scope of my integration test: We're only interested in one GTID event to check the for the serverId. Connect to master because we don't want a replica serverId in the first gtid.

osheroff commented 1 year ago

i'll merge... i'm still seeing failures locally but might just be my dev box, let's see what happens in CI