Skip to content

Commit 51162b3

Browse files
committed
cleanup
1 parent 80555c2 commit 51162b3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

flow/alerting/classifier_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,6 @@ func TestMySQLBinlogEventExceededMaxAllowedPacket(t *testing.T) {
909909
}
910910

911911
func TestMySQLBinlogChecksumMismatch(t *testing.T) {
912-
// go-mysql flattens ErrChecksumMismatch into the message; PullRecords wraps it as a MySQLExecuteError.
913912
err := exceptions.NewMySQLExecuteError(
914913
fmt.Errorf("failed checksum for WriteRowsEventV2, log pos 12345: %v", replication.ErrChecksumMismatch))
915914
errorClass, errInfo := GetErrorClass(t.Context(), fmt.Errorf("failed in pull records: %w", err))

0 commit comments

Comments
 (0)