You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/08/12 08:04:11 UTC

[GitHub] [camel-quarkus] zbendhiba commented on a change in pull request #3005: Salesforce: Expand Consumer integration tests : add tests for Streamiā€¦

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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org