All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected SourceInfoTest.PositionAssert |
assertPositionWithGtids(String gtids) |
protected SourceInfoTest.PositionAssert |
assertPositionWithGtids(String gtids,
boolean snapshot) |
protected SourceInfoTest.PositionAssert |
assertPositionWithoutGtids(String filename,
int position,
int event,
int row) |
protected SourceInfoTest.PositionAssert |
assertPositionWithoutGtids(String filename,
int position,
int event,
int row,
boolean snapshot) |
protected SourceInfoTest.PositionAssert |
assertThatDocument(Document position) |
void |
beforeEach() |
void |
connectorIsPresent() |
protected void |
handleNextEvent(long positionOfEvent,
long eventSize,
int rowCount) |
protected void |
handleTransactionBegin(long positionOfEvent,
int eventSize) |
protected void |
handleTransactionCommit(long positionOfEvent,
int eventSize) |
protected Map<String,String> |
offset(long position,
int row) |
protected Map<String,String> |
offset(long position,
int row,
boolean snapshot) |
protected Map<String,String> |
offset(String gtidSet,
long position,
int row,
boolean snapshot) |
protected Document |
positionWith(String filename,
int position,
String gtids,
int event,
int row,
boolean snapshot) |
protected Document |
positionWithGtids(String gtids) |
protected Document |
positionWithGtids(String gtids,
boolean snapshot) |
protected Document |
positionWithoutGtids(String filename,
int position,
int event,
int row) |
protected Document |
positionWithoutGtids(String filename,
int position,
int event,
int row,
boolean snapshot) |
void |
schemaIsCorrect() |
void |
shouldAdvanceSourceInfoFromNonZeroPositionAndRowZeroForEventsWithMultipleRow() |
void |
shouldAdvanceSourceInfoFromNonZeroPositionAndRowZeroForEventsWithOneRow() |
void |
shouldComparePositionsWithDifferentFields() |
void |
shouldComparePositionsWithoutGtids() |
void |
shouldConsiderPositionsWithSameGtidSetsAndSnapshotAsSame() |
void |
shouldConsiderPositionsWithSameGtidSetsAsSame() |
void |
shouldHaveTimestamp() |
void |
shouldNotSetBlankGtidSet() |
void |
shouldNotSetNullGtidSet() |
void |
shouldOrderPositionsWithSameServerButLowerUpperLimitAsBeforePositionWithSameServerUuidInGtids() |
void |
shouldOrderPositionWithGtidAndSnapshotBeforePositionWithSameGtidButNoSnapshot() |
void |
shouldOrderPositionWithGtidAsAfterPositionWithoutGtid() |
void |
shouldOrderPositionWithGtidsAsBeforePositionWithExtraServerUuidInGtids() |
void |
shouldOrderPositionWithoutGtidAndSnapshotAfterPositionWithSameGtidAndSnapshot() |
void |
shouldOrderPositionWithoutGtidAsBeforePositionWithGtid() |
void |
shouldRecoverSourceInfoFromOffsetWithNonZeroBinlogCoordinates() |
void |
shouldRecoverSourceInfoFromOffsetWithNonZeroBinlogCoordinatesAndNonZeroRow() |
void |
shouldRecoverSourceInfoFromOffsetWithNonZeroBinlogCoordinatesAndNonZeroRowAndSnapshot() |
void |
shouldRecoverSourceInfoFromOffsetWithNonZeroBinlogCoordinatesAndSnapshot() |
void |
shouldRecoverSourceInfoFromOffsetWithZeroBinlogCoordinates() |
void |
shouldRecoverSourceInfoFromOffsetWithZeroBinlogCoordinatesAndNonZeroRow() |
void |
shouldRecoverSourceInfoFromOffsetWithZeroBinlogCoordinatesAndNonZeroRowAndSnapshot() |
void |
shouldRecoverSourceInfoFromOffsetWithZeroBinlogCoordinatesAndSnapshot() |
void |
shouldRemoveNewlinesFromGtidSet() |
void |
shouldStartSourceInfoFromBinlogCoordinatesWithGtidsAndNonZeroBinlogCoordinates() |
void |
shouldStartSourceInfoFromBinlogCoordinatesWithGtidsAndNonZeroBinlogCoordinatesAndNonZeroRow() |
void |
shouldStartSourceInfoFromBinlogCoordinatesWithGtidsAndNonZeroBinlogCoordinatesAndNonZeroRowAndSnapshot() |
void |
shouldStartSourceInfoFromBinlogCoordinatesWithGtidsAndNonZeroBinlogCoordinatesAndSnapshot() |
void |
shouldStartSourceInfoFromBinlogCoordinatesWithGtidsAndZeroBinlogCoordinates() |
void |
shouldStartSourceInfoFromBinlogCoordinatesWithGtidsAndZeroBinlogCoordinatesAndNonZeroRow() |
void |
shouldStartSourceInfoFromBinlogCoordinatesWithGtidsAndZeroBinlogCoordinatesAndNonZeroRowAndSnapshot() |
void |
shouldStartSourceInfoFromBinlogCoordinatesWithGtidsAndZeroBinlogCoordinatesAndSnapshot() |
void |
shouldStartSourceInfoFromNonZeroBinlogCoordinates() |
void |
shouldStartSourceInfoFromZeroBinlogCoordinates() |
void |
shouldValidateSourceInfoSchema()
When we want to consume SinkRecord which generated by debezium-connector-mysql, it should not
throw error "org.apache.avro.SchemaParseException: Illegal character in: server-id"
|
protected io.debezium.connector.mysql.SourceInfo |
sourceWith(Map<String,String> offset) |
void |
versionIsPresent() |
protected int |
withRowCount(int rowCount) |