Commit Graph

10817 Commits

Author SHA1 Message Date
Chris Cranford
edd90e46a0 DBZ-7956 Fix UPDATE/DELETE statement column name resolution
Certain databases like Oracle and Db2 upper case identifiers by default while
others like PostgreSQL lowercase identifiers. The tests primarily use lower
case so this wasn't visible on PG tests; however, after adding the guard for
NullPointerException, several tests failed.  This addresses the bug for Oracle,
Db2, and PostgreSQL.
2024-06-21 10:45:26 +02:00
Chris Cranford
0a70e5f66d DBZ-7956 Guard column lookup with failure if not found 2024-06-21 10:45:26 +02:00
Chris Cranford
09de996b64 DBZ-7961 Bump Quarkus Outbox Extension to Quarkus 3.12.0 2024-06-21 06:18:05 +02:00
Chris Cranford
bedee9fc5d DBZ-7961 Bump Quarkus Outbox Extension to Quarkus 3.11.2 2024-06-21 06:18:05 +02:00
ani-sha
1315a857f9 DBZ-6522 Revert test changes for shouldFailWithoutPermissions() 2024-06-19 13:27:01 +02:00
ani-sha
5f6f40d591 DBZ-6522 Obtain offset _data string using mongo router to validate tests 2024-06-19 13:27:01 +02:00
ani-sha
b26aec4e9b DBZ-6522 Reorder assert statements 2024-06-19 13:27:01 +02:00
ani-sha
774edcacfa DBZ-6522 Resume token handling for documents with complex ids 2024-06-19 13:27:01 +02:00
Chris Cranford
76108b4835 DBZ-7939 Recommended changes 2024-06-18 13:02:03 -04:00
Chris Cranford
83febe0dbe DBZ-7939 Recommended changes 2024-06-18 13:02:03 -04:00
Chris Cranford
c120fe02f9 DBZ-7939 Clarify LogMiner destination name configuration expectations 2024-06-18 13:02:03 -04:00
Ondrej Babec
9e684af94a [ci] Update Jenkins jobs to CentosStream9 2024-06-18 10:17:08 +02:00
mfvitale
864690ce06 DBZ-7947 Check for read-only mode incompatibility 2024-06-17 11:03:24 +02:00
Fiore Mario Vitale
fa6d4e9e66 DBZ-7917 Improve read only incremental snapshot doc
Co-authored-by: roldanbob <broldan@redhat.com>
2024-06-17 10:47:14 +02:00
Fiore Mario Vitale
971e1fc1ab DBZ-7917 Improve read only incremental snapshot doc
Co-authored-by: roldanbob <broldan@redhat.com>
2024-06-17 10:47:14 +02:00
mfvitale
70fba6561b DBZ-7947 Correctly skip test not supported by read only mode 2024-06-17 10:47:14 +02:00
mfvitale
c0021ca53d DBZ-7917 Document PostgreSQL read-only incremental snapshot. 2024-06-17 10:47:14 +02:00
Piotr Piastucki
06f319d221 DBZ-7951 Call commit after running DDL statements
PostgreSQL does not auto-commit DDL statements so, currently, other clients trying to execute DDL statements might get stuck until commit is invoked in storeRecord for instance.
2024-06-14 10:27:46 +02:00
Chris Cranford
4c3781a22f DBZ-7944 Revert exclude signal data collection from Oracle supplemental log check 2024-06-14 07:54:55 +02:00
Chris Cranford
cf3cf909e5 DBZ-7944 Move signal collection check to snapshot select logic 2024-06-14 07:54:55 +02:00
Chris Cranford
7c2ca32b6b DBZ-7944 Exclude signal data collection from Oracle supplemental log check 2024-06-14 07:54:55 +02:00
Chris Cranford
57a6c43bf3 DBZ-7944 Exclude signal table from snapshot data collection 2024-06-14 07:54:55 +02:00
Chris Cranford
8f02d9bf39 DBZ-7942 Fix test failures 2024-06-14 07:44:56 +02:00
Chris Cranford
c06b1ce0be DBZ-7942 Address parsing signal tables with special characters 2024-06-14 07:44:56 +02:00
Chris Cranford
dbb11231d3 DBZ-7948 Run JDBC sink integration tests on connector changes 2024-06-14 07:39:56 +02:00
Chris Cranford
cfc1237c3c DBZ-7949 Fix JDBC test failures with TIME changes 2024-06-13 20:20:13 -04:00
Debezium Builder
0769a7c48d [release] New parent 2.7.0-SNAPSHOT for development 2024-06-13 09:22:10 +00:00
Debezium Builder
fa7db4d389 [maven-release-plugin] prepare for next development iteration 2024-06-13 09:18:17 +00:00
Debezium Builder
d61eda0052 [maven-release-plugin] prepare release v2.7.0.Beta2 2024-06-13 09:18:17 +00:00
Debezium Builder
1bba089f90 [release] Stable parent 2.7.0.Beta2 for release 2024-06-13 09:17:48 +00:00
Debezium Builder
f9f129e995 [release] Development version for testing module deps 2024-06-13 09:17:31 +00:00
Debezium Builder
db691fd16f [maven-release-plugin] prepare for next development iteration 2024-06-13 09:04:36 +00:00
Debezium Builder
73ce5c5058 [maven-release-plugin] prepare release v2.7.0.Beta2 2024-06-13 09:04:36 +00:00
Debezium Builder
b5bd927193 [release] Stable 2.7.0.Beta2 for testing module deps 2024-06-13 09:02:03 +00:00
Jiri Pechanec
108a236d6a [release] Changelog for 2.7.0.Beta2 2024-06-13 10:59:00 +02:00
mfvitale
0fbc63c0c7 DBZ-7917 Add javadocs to PostgresReadOnlyIncrementalSnapshotChangeEventSource, PgSnapshot and PostgresReadOnlyIncrementalSnapshotContext 2024-06-13 08:41:49 +02:00
mfvitale
8edb87a881 DBZ-7917 Disable ReadOnlyIncrementalSnapshotIT for PostgreSQL < 13 2024-06-13 08:41:49 +02:00
mfvitale
05a04451ec DBZ-7917 Fix ReadOnlyIncrementalSnapshotIT.java test 2024-06-13 08:41:49 +02:00
mfvitale
9704f0c3e0 DBZ-7917 Add ReadOnlyIncrementalSnapshotIT.java test 2024-06-13 08:41:49 +02:00
mfvitale
9339998c36 DBZ-7917 Manage case when high watermark is not yet retrieved 2024-06-13 08:41:49 +02:00
mfvitale
7225e93722 DBZ-7917 Support schema refresh for PostgreSQL read-only incremental snapshot 2024-06-13 08:41:49 +02:00
mfvitale
8dc9605aac DBZ-7917 Flush incremental snapshot window with a heartbeat message 2024-06-13 08:41:49 +02:00
mfvitale
3bf9f4d9d5 DBZ-7917 Implement read-only incremental snapshot for PostgreSQL 2024-06-13 08:41:49 +02:00
Chris Cranford
22efd5a367 DBZ-7831 Allow streaming from tables with single-quotes in name 2024-06-13 07:07:57 +02:00
Tomasz Gawęda
2c01ca0cab [docs] Remove no longer valid note
DBZ-7260 Removed multi-task capability, so I'm removing notice about this function from docs.
2024-06-13 07:01:10 +02:00
Jiri Pechanec
932fa14b84 DBZ-7079 More precise error message 2024-06-13 06:34:04 +02:00
Chris Cranford
5b0be5e5c1 DBZ-7079 Support 0 length byte buffer / string column truncation 2024-06-13 06:34:04 +02:00
Chris Cranford
992528fcb3 DBZ-7128 Move to PostgreSQL 12 as baseline 2024-06-13 06:29:31 +02:00
Jiri Pechanec
b02fa04f1d DBZ-7640 Get row count if snapshot ordering required 2024-06-12 08:19:52 +02:00
Jiri Pechanec
657492d323 DBZ-7640 Changed naming 2024-06-12 08:19:52 +02:00