Skip to content

Conversation

@trask
Copy link
Member

@trask trask commented Oct 10, 2025

Removing our reliance on specific integrationTest test suite name, and ensuring that all test suites are run as part of check.

Another benefit(?) is that integration tests are now run on the full Java version matrix that we support (the ? is because it may increase flakiness)

@github-actions github-actions bot requested a review from jeanbisutti October 10, 2025 04:39
@trask trask marked this pull request as ready for review October 10, 2025 04:42
@trask trask requested a review from a team as a code owner October 10, 2025 04:42
@github-actions github-actions bot requested review from srprash and wangzlei October 10, 2025 15:40
@otelbot-java-contrib
Copy link
Contributor

🔧 The result from spotlessApply was committed to the PR branch.

@github-actions github-actions bot requested a review from atoulme October 10, 2025 21:26
otlpServer = new OtlpGrpcServer();
otlpServer.start();
Testcontainers.exposeHostPorts(otlpServer.httpPort());
exposeHostPorts(otlpServer.httpPort());
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change needed because of conflict with Testcontainers annotation in different package.

import org.testcontainers.containers.output.Slf4jLogConsumer;
import org.testcontainers.junit.jupiter.Testcontainers;

@Testcontainers(disabledWithoutDocker = true)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is needed because the Windows runners now run these tests (where only Windows containers are supported)

Copy link
Contributor

@robsunday robsunday Oct 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do these tests run on linux then? We need to make sure they run somewhere. Ideally on weekly basis at least.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, they run on linux

…jmxscraper/target_systems/SolrIntegrationTest.java
…jmxmetrics/target_systems/SolrIntegrationTest.java
@trask trask added this pull request to the merge queue Oct 14, 2025
Merged via the queue into open-telemetry:main with commit e8e2b89 Oct 14, 2025
39 of 41 checks passed
@trask trask deleted the simply-tests branch October 14, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants