Skip to content

fix: update shutdown endpoint URL in perf test templates#2780

Merged
drewrelmas merged 1 commit intoopen-telemetry:mainfrom
cijothomas:fix/perf-test-shutdown-endpoint
Apr 29, 2026
Merged

fix: update shutdown endpoint URL in perf test templates#2780
drewrelmas merged 1 commit intoopen-telemetry:mainfrom
cijothomas:fix/perf-test-shutdown-endpoint

Conversation

@cijothomas
Copy link
Copy Markdown
Member

What issue does this PR close?

Closes #2774

Change Summary

The shutdown API endpoint was renamed from /api/v1/pipeline-groups/shutdown to /api/v1/groups/shutdown, causing pipeline perf tests to fail with 404 on the shutdown endpoint.

This PR updates all 3 perf test template files:

  • df-loadgen-steps-docker-filtered.yaml (3 URLs)
  • df-loadgen-steps-docker-otel.yaml (1 URL)
  • df-loadgen-steps-docker.yaml (3 URLs)

How are these changes tested?

The pipeline perf test CI job will validate the fix.

Are there any user-facing changes?

No.

The shutdown API endpoint was renamed from /api/v1/pipeline-groups/shutdown
to /api/v1/groups/shutdown, causing perf tests to fail with 404.

Closes open-telemetry#2774
@cijothomas cijothomas requested a review from a team as a code owner April 29, 2026 16:31
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.07%. Comparing base (ff7d0ad) to head (b6af1ec).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2780      +/-   ##
==========================================
- Coverage   86.08%   86.07%   -0.01%     
==========================================
  Files         694      694              
  Lines      262919   262919              
==========================================
- Hits       226341   226315      -26     
- Misses      36054    36080      +26     
  Partials      524      524              
Components Coverage Δ
otap-dataflow 87.04% <ø> (-0.02%) ⬇️
query_abstraction 80.61% <ø> (ø)
query_engine 90.75% <ø> (ø)
otel-arrow-go 52.45% <ø> (ø)
quiver 92.25% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@drewrelmas drewrelmas added this pull request to the merge queue Apr 29, 2026
Merged via the queue into open-telemetry:main with commit e07aba3 Apr 29, 2026
77 of 78 checks passed
@cijothomas cijothomas deleted the fix/perf-test-shutdown-endpoint branch April 29, 2026 20:33
pull Bot pushed a commit to thompson-tomo/otel-arrow that referenced this pull request Apr 30, 2026
## Summary

Make the pipeline performance test a required CI check so that PRs which
break the perf test are caught before merge.

> **Dependency**: open-telemetry#2780 must be merged first (it fixes the currently
broken perf test).

open-telemetry#2774 is an example of the kind of breakage this prevents — a route
rename broke the perf test but the PR still merged because the perf test
was not a required check.

### Changes

- **rust-ci.yml**: Add `pipeline_perf_test` job (runs on
`ubuntu-latest`) and include it in `rust-required-status-check`
aggregator
- **pipeline-perf-on-label.yaml**: Simplify to only run on dedicated
Oracle bare-metal hardware when `pipelineperf` label is present — the
basic validation path is removed since `rust-ci.yml` now covers it

### Motivation

The pipeline perf test has been broken by merged PRs several times
because it was not a required check. This change ensures that if a PR
breaks the perf test (e.g. build failures, config issues, test
infrastructure breakage), it is caught before merge.

---------

Co-authored-by: albertlockett <a.lockett@f5.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Pipeline perf test fails with 404 on shutdown endpoint

2 participants