zbendhiba commented on a change in pull request #3005: URL: https://github.com/apache/camel-quarkus/pull/3005#discussion_r687482469
########## File path: integration-tests/salesforce/src/test/java/org/apache/camel/quarkus/component/salesforce/SalesforceIntegrationTest.java ########## @@ -33,16 +35,17 @@ public class SalesforceIntegrationTest { @Test - public void testChangeDataCaptureEvents() { + public void testCDCAndStreamingEvents() { Review comment: @aldettinger There is no requirement. Just that all the consumers CDC, Streaming without RAW payload, and streaming with payload, will get the same created Account. If we want to test those separately, I guess I need to order them or run in different classes. Is this answering your question ? -- 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...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org