We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80555c2 commit 51162b3Copy full SHA for 51162b3
1 file changed
flow/alerting/classifier_test.go
@@ -909,7 +909,6 @@ func TestMySQLBinlogEventExceededMaxAllowedPacket(t *testing.T) {
909
}
910
911
func TestMySQLBinlogChecksumMismatch(t *testing.T) {
912
- // go-mysql flattens ErrChecksumMismatch into the message; PullRecords wraps it as a MySQLExecuteError.
913
err := exceptions.NewMySQLExecuteError(
914
fmt.Errorf("failed checksum for WriteRowsEventV2, log pos 12345: %v", replication.ErrChecksumMismatch))
915
errorClass, errInfo := GetErrorClass(t.Context(), fmt.Errorf("failed in pull records: %w", err))
0 commit comments