public class CommitScnTest
extends Object
Test the basic functionality of the CommitScn model.
- Author:
- Chris Cranford
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommitScnTest
public CommitScnTest()
-
Method Details
-
shouldParseCommitScnThatIsNull
@FixFor("DBZ-5245")
public void shouldParseCommitScnThatIsNull()
throws
Exception
- Throws:
Exception
-
shouldParseCommitScnThatIsNumeric
@FixFor("DBZ-5245")
public void shouldParseCommitScnThatIsNumeric()
throws
Exception
- Throws:
Exception
-
shouldParseCommitScnThatIsString
@FixFor("DBZ-5245")
public void shouldParseCommitScnThatIsString()
throws
Exception
- Throws:
Exception
-
shouldSetCommitScnAcrossAllRedoThreads
@FixFor("DBZ-5245")
public void shouldSetCommitScnAcrossAllRedoThreads()
throws
Exception
- Throws:
Exception
-
-
encodedCommitScn
private static String encodedCommitScn(io.debezium.connector.oracle.CommitScn value)