Skip to content

Extend W3CTraceParentTest coverage and migrate it to Java#11791

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit into
masterfrom
mcculls/fix-W3CTraceParent-coverage
Jun 29, 2026
Merged

Extend W3CTraceParentTest coverage and migrate it to Java#11791
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit into
masterfrom
mcculls/fix-W3CTraceParent-coverage

Conversation

@mcculls

@mcculls mcculls commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Motivation

Meet expected test coverage.

Contributor Checklist

  • Format the title according to the contribution guidelines
  • Assign the type: and (comp: or inst:) labels in addition to any other useful labels
  • Avoid using close, fix, or any linking keywords when referencing an issue
    Use solves instead, and assign the PR milestone to the issue
  • Update the CODEOWNERS file on source file addition, migration, or deletion
  • Update public documentation with any new configuration flags or behaviors
  • Add your completed PR to the merge queue by commenting /merge. You can also:
    • Customize the commit message associated with the merge with /merge --commit-message "..."
    • Remove your PR from the merge queue with /merge -c
    • Skip all merge queue checks with /merge -f --reason "reason"; please use this judiciously, as some checks do not run at the PR-level (note: the PR still needs to be mergeable, this will only skip the pre-merge build)
    • Get more information in this doc

Jira ticket: [PROJ-IDENT]

@mcculls mcculls added the comp: testing Testing label Jun 29, 2026
@mcculls mcculls requested a review from a team as a code owner June 29, 2026 20:26
@mcculls mcculls added tag: no release notes Changes to exclude from release notes type: refactoring labels Jun 29, 2026
@dd-octo-sts

dd-octo-sts Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

🟡 Java Benchmark SLOs — Performance SLO warning (near threshold)

Suite Status
Startup 🟡 warning

SLO thresholds are defined here based on automatically generated metrics. A warning is raised when results are within 5% of the threshold.

PR vs. master results
Scenario Candidate master Δ (95% CI of mean)
startup:insecure-bank:iast:Agent 14.76 s 14.62 s [+0.2%; +1.7%] (maybe worse)
startup:insecure-bank:tracing:Agent 13.62 s 13.69 s [-1.5%; +0.5%] (no difference)
startup:petclinic:appsec:Agent 17.41 s 17.27 s [+0.0%; +1.6%] (maybe worse)
startup:petclinic:iast:Agent 17.23 s 17.44 s [-2.0%; -0.5%] (maybe better)
startup:petclinic:profiling:Agent 17.49 s 17.48 s [-0.8%; +1.0%] (no difference)
startup:petclinic:sca:Agent 17.45 s 17.34 s [-0.1%; +1.3%] (no difference)
startup:petclinic:tracing:Agent 16.60 s 16.57 s [-1.0%; +1.4%] (no difference)

Commit: 487fab89 · CI Pipeline · Benchmarking Platform UI


Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion.

@mcculls mcculls enabled auto-merge June 29, 2026 21:06

@bric3 bric3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for the groovy test conversion

assertEquals(expected, W3CTraceParent.from(traceId, spanId, isSampled));
}

static Stream<Arguments> buildProducesCorrectFormatArguments() {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

quibble: Maybe this can be replaced by a TableTest.

@mcculls mcculls added this pull request to the merge queue Jun 29, 2026
@dd-octo-sts

dd-octo-sts Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

/merge

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351 Bot commented Jun 29, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-06-29 21:13:47 UTC ℹ️ Start processing command /merge


2026-06-29 21:13:54 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in master is approximately 1h (p90).


2026-06-29 22:48:52 UTC ℹ️ MergeQueue: This merge request was merged

@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 29, 2026
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot merged commit 8d8ce8d into master Jun 29, 2026
585 of 589 checks passed
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot deleted the mcculls/fix-W3CTraceParent-coverage branch June 29, 2026 22:48
@github-actions github-actions Bot added this to the 1.64.0 milestone Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: testing Testing tag: no release notes Changes to exclude from release notes type: refactoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants