dlg99 opened a new pull request #11154:
URL: https://github.com/apache/pulsar/pull/11154
<!--
### Contribution Checklist
- Name the pull request in the form "[Issue XYZ][component] Title of the
pull request", where *XYZ* should be replaced by the actual issue number.
Skip *Issue XYZ* if there is no associated github issue for this pull
request.
Skip *component* if you are unsure about which is the best component.
E.g. `[docs] Fix typo in produce method`.
- Fill out the template below to describe the changes contributed by the
pull request. That will give reviewers the context they need to do the review.
- Each pull request should address only one issue, not mix up code from
multiple issues.
- Each commit in the pull request has a meaningful commit message
- Once all items of the checklist are addressed, remove the above text and
this checklist, leaving only the filled out template below.
**(The sections below can be removed for hotfixes of typos)**
-->
Master Issue: #11099
### Motivation
Fixing integration test for debezium connector
### Modifications
1. Fixed Debezium integration test for postgres
- it handles delete tombstones now
- check for flush lsn updates
- todo that can only be fixed by debezium upgrade
2. Mongo and Mysql tests disabled now, ToDo to fix
3. Fixing CI to run these tests is a ToDo
### Verifying this change
Ran locally:
```
mvn test -f tests/pom.xml test
-DintegrationTestSuiteFile=pulsar-io-sources.xml -DintegrationTests
-Dtest=org.apache.pulsar.tests.integration.io.sources.debezium.PulsarDebeziumSourcesTest
```
- [ ] Make sure that the change passes the CI checks.
This change fixes existing tests.
### Does this pull request potentially affect one of the following parts:
*If `yes` was chosen, please highlight the changes*
NO
### Documentation
- Does this pull request introduce a new feature? NO
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]