Skip to content

Refactor ConfigAPI tests#11487

Open
daniel-mohedano wants to merge 2 commits into
masterfrom
daniel.mohedano/reorganize-config-api-dtos-in-ci-visibility-tests
Open

Refactor ConfigAPI tests#11487
daniel-mohedano wants to merge 2 commits into
masterfrom
daniel.mohedano/reorganize-config-api-dtos-in-ci-visibility-tests

Conversation

@daniel-mohedano
Copy link
Copy Markdown
Contributor

@daniel-mohedano daniel-mohedano commented May 28, 2026

What Does This Do

  • Follow-up to Refactor ConfigAPI with new DTO package #11486
  • Migrates existing ConfigApi tests to JUnit
  • Extracts common request/response contract testing to an abstract test
    • Implementation specific validation is kept in each implementation's test (ConfigurationApiImplTest and FileBasedConfigurationApiTest)

Motivation

Continue cleaning up the ConfigApi implementation.

Additional Notes

test-environment-trigger: skip

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
    • Get more information in this doc

Jira ticket: SDTEST-3810

@daniel-mohedano daniel-mohedano added tag: no release notes Changes to exclude from release notes type: refactoring comp: ci visibility Continuous Integration Visibility labels May 28, 2026
@dd-octo-sts
Copy link
Copy Markdown
Contributor

dd-octo-sts Bot commented May 28, 2026

🟢 Java Benchmark SLOs — All performance SLOs passed

Suite Status
Startup 🟢 pass

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

Startup Time

Scenario This PR master Change
insecure-bank / iast 14,095 ms 13,977 ms +0.8%
insecure-bank / tracing 12,899 ms 12,956 ms -0.4%
petclinic / appsec 16,689 ms 16,428 ms +1.6%
petclinic / iast 16,515 ms 16,746 ms -1.4%
petclinic / profiling 16,495 ms 16,760 ms -1.6%
petclinic / tracing 15,733 ms 15,717 ms +0.1%

Commit: 3a411700 · 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.

@datadog-prod-us1-3

This comment has been minimized.

@daniel-mohedano daniel-mohedano changed the title feat: improve configAPI tests Refactor ConfigAPI tests May 28, 2026
@daniel-mohedano daniel-mohedano marked this pull request as ready for review May 28, 2026 14:02
@daniel-mohedano daniel-mohedano requested a review from a team as a code owner May 28, 2026 14:02
Base automatically changed from daniel.mohedano/reorganize-config-api-dtos-in-ci-visibility to master May 28, 2026 15:43
@daniel-mohedano daniel-mohedano force-pushed the daniel.mohedano/reorganize-config-api-dtos-in-ci-visibility-tests branch from cb7d433 to 3a41170 Compare May 29, 2026 09:42
@daniel-mohedano
Copy link
Copy Markdown
Contributor Author

/merge

@gh-worker-devflow-routing-ef8351
Copy link
Copy Markdown

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

View all feedbacks in Devflow UI.

2026-05-29 12:26:01 UTC ℹ️ Start processing command /merge


2026-05-29 12:26:10 UTC ℹ️ MergeQueue: pull request added to the queue

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


2026-05-29 14:26:38 UTC 🚨 MergeQueue: This merge request is in error

error while getting head build completion result

Details

Error: There was an error while retrieving the result for pipeline 115881439

FullStacktrace:
child workflow execution error (type: mergequeue_private.MergeQueue_WaitForChecksOrUntilIsFinal, workflowID: 019e73b2-f8a1-7701-9595-360ba87c95fc_74, runID: 019e73b3-5aad-7c6a-a506-86fcfaa7b982, initiatedEventID: 74, startedEventID: 75): child workflow execution error (type: mergequeue.MergeQueue_WaitForCompletionOfRef, workflowID: 019e73b3-5aad-7c6a-a506-86fcfaa7b982_8, runID: 019e73b3-5da7-794d-8633-4658f94771d6, initiatedEventID: 8, startedEventID: 10): There was an error while retrieving the result for pipeline 115881439 (type: FlowError, retryable: false): There was an error while retrieving the result for pipeline 115881439

@daniel-mohedano
Copy link
Copy Markdown
Contributor Author

/merge

@gh-worker-devflow-routing-ef8351
Copy link
Copy Markdown

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

View all feedbacks in Devflow UI.

2026-05-29 17:18:12 UTC ℹ️ Start processing command /merge


2026-05-29 17:18:17 UTC ℹ️ MergeQueue: pull request added to the queue

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


2026-05-29 19:18:37 UTCMergeQueue: The build pipeline has timeout

The merge request has been interrupted because the build 5770079607981199594 took longer than expected. The current limit for the base branch 'master' is 120 minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: ci visibility Continuous Integration Visibility 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