-
Notifications
You must be signed in to change notification settings - Fork 972
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
Reverse replication Datatype IT #1603
base: main
Are you sure you want to change the base?
Conversation
27260dc
to
5c1d35e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1603 +/- ##
============================================
- Coverage 41.29% 41.26% -0.04%
- Complexity 2929 3189 +260
============================================
Files 769 762 -7
Lines 44602 44344 -258
Branches 4770 4750 -20
============================================
- Hits 18418 18298 -120
+ Misses 24636 24497 -139
- Partials 1548 1549 +1
|
f11932f
to
cf476b0
Compare
import org.slf4j.Logger; | ||
import org.slf4j.LoggerFactory; | ||
|
||
public class GCSToSourceDbITBase extends TemplateTestBase { |
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.
Could you also move the other IT tests to be derived from this base class?
assertThat(row.get("tinyblob_column")) | ||
.isEqualTo("tinyblob_column_value".getBytes(StandardCharsets.UTF_8)), | ||
() -> | ||
assertThat(row.get("blob_column")) |
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.
Could you add some scenarios for escape characters? There was a bug around this and while it is covered via UT, will be good to add in IT as well. Please refer #1665
If not possible, please add a TODO
cf476b0
to
44900ea
Compare
47a3ae5
to
b928471
Compare
No description provided.