Skip to content

Disabling tests which are blocking the build in Kafka Integration tests#21939

Merged
apupier merged 1 commit intoapache:mainfrom
apupier:23121-kafkaTestBlockingTestExecution-2
Mar 11, 2026
Merged

Disabling tests which are blocking the build in Kafka Integration tests#21939
apupier merged 1 commit intoapache:mainfrom
apupier:23121-kafkaTestBlockingTestExecution-2

Conversation

@apupier
Copy link
Contributor

@apupier apupier commented Mar 11, 2026

not found how to fix it so disabling them for now. they are failing only with the strimzi image so they are still played on Linux on CI.
it will allow to avoid the CI to be stucked on s390x and ppc64le, and ensure remaining tests (something like 40 thousands...) in the build are executed on these platforms

Description

Target

  • I checked that the commit is targeting the correct branch (Camel 4 uses the main branch)

Tracking

  • If this is a large change, bug fix, or code improvement, I checked there is a JIRA issue filed for the change (usually before you start working on it).

Apache Camel coding standards and style

  • I checked that each commit in the pull request has a meaningful subject line and body.
  • I have run mvn clean install -DskipTests locally from root folder and I have committed all auto-generated changes.

not found how to fix it so disabling them for now.
they are failing only with the strimzi image so they are still played on
Linux on CI.
it will allow to avoid the CI to be stucked on s390x and ppc64le, and
ensure remaining tests in the build are executed on these platforms

Signed-off-by: Aurélien Pupier <apupier@ibm.com>
@github-actions
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@apupier
Copy link
Contributor Author

apupier commented Mar 11, 2026

test failures completely unrelated:

org.apache.camel.itest.security.GreeterClientTest.testServiceWithNotAuthorizedUser 	0.001s 	ERROR
org.apache.camel.itest.security.GreeterClientTest.testServiceWithValidateUser 	0.001s 	ERROR
org.apache.camel.itest.greeter.CamelGreeterFileDomTest 	0s 	ERROR
org.apache.camel.itest.greeter.CxfToJmsInOutTest.testCxfToJmsInOut 	0.001s 	ERROR
org.apache.camel.itest.greeter.JettyRecipientListCxfIssueTest.testJettyRecipientListCxf 	0.293s 	ERROR
org.apache.camel.itest.greeter.JmsToCxfInOutTest.testJmsToCxfInOut 	0.003s 	ERROR
org.apache.camel.itest.security.GreeterClientCxfMessageTest.testServiceWithNotAuthorizedUser 	0s 	ERROR
org.apache.camel.itest.security.GreeterClientCxfMessageTest.testServiceWithValidateUser 	0.001s 	ERROR

@apupier apupier merged commit 1743bfd into apache:main Mar 11, 2026
2 of 4 checks passed
@apupier apupier deleted the 23121-kafkaTestBlockingTestExecution-2 branch March 11, 2026 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants