nlu90 edited a comment on pull request #11154: URL: https://github.com/apache/pulsar/pull/11154#issuecomment-885933848
I pushed a fix for the debezium connector in #11435 And the integration test passed on my local laptop: ``` ➜ sn-pulsar git:(neng/kafka-source-async-ack) ✗ mvn test -f tests/pom.xml test -DintegrationTestSuiteFile=pulsar-io-sources.xml -DintegrationTests -Dtest=org.apache.pulsar.tests.integration.io.sources.debezium.PulsarDebeziumSourcesTest ... ... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache Pulsar :: Tests 2.9.0-SNAPSHOT: [INFO] [INFO] Apache Pulsar :: Tests ............................. SUCCESS [ 1.147 s] [INFO] Apache Pulsar :: Tests :: Integration .............. SUCCESS [06:12 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:13 min [INFO] Finished at: 2021-07-23T11:05:54-07:00 [INFO] ------------------------------------------------------------------------ ``` -- 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]
