-
Notifications
You must be signed in to change notification settings - Fork 300
Run tests in Gitlab #8656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Run tests in Gitlab #8656
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 26a7adb.
# Conflicts: # .gitlab-ci.yml
…-tests # Conflicts: # dd-java-agent/instrumentation/kafka-clients-3.8/src/test/groovy/KafkaClientCustomPropagationConfigTest.groovy # dd-java-agent/instrumentation/kafka-clients-3.8/src/test/groovy/KafkaClientTestBase.groovy
sarahchen6
reviewed
May 5, 2025
sarahchen6
reviewed
May 5, 2025
sarahchen6
approved these changes
May 5, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excited to see this go in!
bric3
reviewed
May 6, 2025
...test/java/datadog/trace/bootstrap/instrumentation/jfr/exceptions/ExceptionHistogramTest.java
Outdated
Show resolved
Hide resolved
...instrumentation/spring-webmvc-3.1/src/latestDepTest/groovy/test/boot/SpringBootServer.groovy
Show resolved
Hide resolved
dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/base/HttpServerTest.groovy
Outdated
Show resolved
Hide resolved
dd-smoke-tests/log-injection/src/test/resources/SpockConfig.groovy
Outdated
Show resolved
Hide resolved
528ce5a
to
2b5d9ac
Compare
bric3
reviewed
May 7, 2025
…ests # Conflicts: # dd-smoke-tests/spring-boot-3.0-native/src/test/groovy/SpringBootNativeInstrumentationTest.groovy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What Does This Do
Runs the test suite in Gitlab.
The main bulk of the changes are in
.gitlab-ci.yml
which creates the test jobs, applies the appropriate caches, uploads the results to Datadog CI Observability, saves artifacts, etc.Changes to tests
localhost
was assumed with the appropriategetHost()
-like methodsforward-headers-strategy: NONE
for Spring Boot tests. Spring Boot stripsx-forwarded-for
headers which breaks forwarding testsMotivation
Eventually, all CircleCI jobs will be migrated to Gitlab
Future Work
where there is an optimization between job duration, number of jobs, size of cache, "stability".
Flaky Tests
InstrumenterUnloadTest
GradleLauncherSmokeTest
ApmTracingDisabledMatrixSmokeTest
Contributor Checklist
type:
and (comp:
orinst:
) labels in addition to any useful labelsclose
,fix
or any linking keywords when referencing an issue.Use
solves
instead, and assign the PR milestone to the issueJira ticket: [PROJ-IDENT]