-
Notifications
You must be signed in to change notification settings - Fork 1.1k
IT for cross database transaction #2160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2160 +/- ##
============================================
+ Coverage 46.91% 47.05% +0.14%
- Complexity 4027 4373 +346
============================================
Files 874 876 +2
Lines 52090 52223 +133
Branches 5468 5505 +37
============================================
+ Hits 24436 24574 +138
+ Misses 25906 25888 -18
- Partials 1748 1761 +13
|
577df8b to
859b3c1
Compare
...nner/src/test/java/com/google/cloud/teleport/v2/templates/SeparateShadowTableDatabaseIT.java
Outdated
Show resolved
Hide resolved
...nner/src/test/java/com/google/cloud/teleport/v2/templates/SeparateShadowTableDatabaseIT.java
Show resolved
Hide resolved
bharadwaj-aditya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some clarifications - overall looks fine.
...t/java/com/google/cloud/teleport/v2/templates/datastream/ChangeEventSequenceFactoryTest.java
Outdated
Show resolved
Hide resolved
v2/datastream-to-spanner/src/test/resources/SeparateShadowTableDatabaseIT/mysql-schema.sql
Show resolved
Hide resolved
...nner/src/test/java/com/google/cloud/teleport/v2/templates/SeparateShadowTableDatabaseIT.java
Outdated
Show resolved
Hide resolved
...rc/main/java/com/google/cloud/teleport/v2/templates/datastream/MySqlChangeEventSequence.java
Show resolved
Hide resolved
v2/datastream-to-spanner/src/test/resources/SeparateShadowTableDatabaseIT/mysql-schema.sql
Show resolved
Hide resolved
bharadwaj-aditya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
darshan-sj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for adding extensive tests!

Load Tests Pending, will take up in a follow up PR