Closed jordan-wong closed 2 months ago
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
git_branch | master | change-task-ordering-smoketests |
git_commit_date | 1725545464 | 1725550119 |
git_commit_sha | 123a2c8614 | bbe77e2c3a |
release_version | 1.40.0-SNAPSHOT~123a2c8614 | 1.40.0-SNAPSHOT~bbe77e2c3a |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 48 metrics, 15 unstable metrics.
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
end_time | 2024-09-05T15:38:41 | 2024-09-05T15:45:33 |
git_branch | master | change-task-ordering-smoketests |
git_commit_date | 1725545464 | 1725550119 |
git_commit_sha | 123a2c8614 | bbe77e2c3a |
release_version | 1.40.0-SNAPSHOT~123a2c8614 | 1.40.0-SNAPSHOT~bbe77e2c3a |
start_time | 2024-09-05T15:38:28 | 2024-09-05T15:45:20 |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 16 unstable metrics.
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
git_branch | master | change-task-ordering-smoketests |
git_commit_date | 1725545464 | 1725550119 |
git_commit_sha | 123a2c8614 | bbe77e2c3a |
release_version | 1.40.0-SNAPSHOT~123a2c8614 | 1.40.0-SNAPSHOT~bbe77e2c3a |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics.
What Does This Do
Adds task ordering for certain sections of dd-smoke-tests
Motivation
Consistently getting errors with
dd-smoke-tests:springboot-tomcat:forbiddenApisMain
when trying to build a clean version of dd-trace-java from master branch (./gradlew clean build
), following the https://github.com/DataDog/dd-trace-java/blob/master/BUILDING.md instructions.Additional Notes
./gradlew clean assemble
worksafter making the changes in this PR to attempt to fix the
forbiddenApisMain
with task ordering, theforbiddenApisMain
error goes away, but I get the following error with "coverage ratio":What went wrong: Execution failed for task ':dd-java-agent:agent-profiling:profiling-controller:jacocoTestCoverageVerification'.
Contributor Checklist
type:
and (comp:
orinst:
) labels in addition to any usefull labelsclose
,fix
or any linking keywords when referencing an issue.Use
solves
instead, and assign the PR milestone to the issueJira ticket: [PROJ-IDENT]