dlg99 commented on issue #11099: URL: https://github.com/apache/pulsar/issues/11099#issuecomment-868850703
Definitely does not run on CI because it fails locally: - MongoDb source's test fails with some docker error - instead of some expected output it returns docker's help screen - MySql source's test fail when it tries to get state of source: expects running, gets not running - Postgres one was failing because it expected one message on record delete, got two. - Second one is expected, it is a tombstone message produced by debezium and [documented](https://debezium.io/documentation/reference/configuration/event-flattening.html#event-flattening-behavior) - I have a fix for that; postgres' test passed locally I ran it using ``` mvn test -f tests/pom.xml test -DintegrationTestSuiteFile=pulsar-io-sources.xml -DintegrationTests -Dtest=org.apache.pulsar.tests.integration.io.sources.debezium.PulsarDebeziumSourcesTest ``` Before running the test I did ``` docker pull debezium/example-postgres:0.10 docker pull debezium/example-mysql:0.8 docker pull debezium/example-mongodb:0.10 ``` -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org