davsclaus commented on issue #2868: URL: https://github.com/apache/camel-kamelets/issues/2868#issuecomment-4767365780
> :robot: _Claude Code on behalf of Claus Ibsen_ ## Progress Update: 22 → 10 failures ### Fixed (3 commits on `main`) 1. **Removed orphaned `kafka.securityProtocol`** from `application.properties` — the variable was referenced but never defined, breaking all 3 KafkaIT tests. 2. **Changed literal block scalars `|` to folded `>-`** for the `input` system property in 6 Citrus test files (transformation, header, http-sink). The trailing newline from `|` broke JBang system property resolution, causing all affected tests to time out. 3. **Removed SASL auth from Kafka test pipes** — the Redpanda testcontainer starts without SASL, but the pipe definitions used `saslAuthType=PLAIN` after the Kafka kamelet consolidation (#2703). This prevented the Kamelet from connecting to Redpanda. Combined with the CAMEL-23594 fix (URL-encoded Kamelet properties), **34 of 44 tests now pass**. ### Still failing (10) | Test | Error | Notes | |------|-------|-------| | KafkaIT (3) | sink/router: consumer never receives message; source: `kafka.TOPIC` header not forwarded | May be a behavior difference in consolidated kafka-source vs old `kafka-not-secured-source` | | AwsIT (4) | DDB timeouts + verification failures | LocalStack testcontainer timing | | JiraIT (2) | jiraServer timeout 120s | Investigating | | SlackIT (1) | slackSinkServer timeout 120s | Investigating | -- 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]
