Skip to content

removing the unused SIMPLE_LINK parameter#252

Merged
ericbuckley merged 1 commit into
mainfrom
cleanup_testing_parameters
Mar 18, 2025
Merged

removing the unused SIMPLE_LINK parameter#252
ericbuckley merged 1 commit into
mainfrom
cleanup_testing_parameters

Conversation

@ericbuckley

@ericbuckley ericbuckley commented Mar 17, 2025

Copy link
Copy Markdown
Collaborator

Description

Minor clean up to remove some old code in our performance testing suite that isn't being used.

Additional Notes

X-Use-Simple-Link was a header value that was used for performance testing the differences between the phdi codebase and Record Linker. This was removed many months ago when the phdi code was removed from the codebase, but we forgot to update the performance tests.

<--------------------- REMOVE THE LINES BELOW BEFORE MERGING --------------------->

Checklist

Please review and complete the following checklist before submitting your pull request:

  • I have ensured that the pull request is of a manageable size, allowing it to be reviewed within a single session.
  • I have reviewed my changes to ensure they are clear, concise, and well-documented.
  • I have updated the documentation, if applicable.
  • I have added or updated test cases to cover my changes, if applicable.
  • I have minimized the number of reviewers to include only those essential for the review.

Checklist for Reviewers

Please review and complete the following checklist during the review process:

  • The code follows best practices and conventions.
  • The changes implement the desired functionality or fix the reported issue.
  • The tests cover the new changes and pass successfully.
  • Any potential edge cases or error scenarios have been considered.

@codecov

codecov Bot commented Mar 17, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.80%. Comparing base (d680b2d) to head (8c03c9b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #252   +/-   ##
=======================================
  Coverage   97.80%   97.80%           
=======================================
  Files          33       33           
  Lines        1731     1731           
=======================================
  Hits         1693     1693           
  Misses         38       38           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ericbuckley ericbuckley self-assigned this Mar 17, 2025
@ericbuckley ericbuckley added the qa Technical improvements to increase code quality label Mar 17, 2025
@ericbuckley ericbuckley marked this pull request as ready for review March 17, 2025 20:51
@ericbuckley ericbuckley merged commit 3caa109 into main Mar 18, 2025
@ericbuckley ericbuckley deleted the cleanup_testing_parameters branch March 18, 2025 02:12
bamader pushed a commit that referenced this pull request Mar 19, 2025
## Description
Minor clean up to remove some old code in our performance testing suite
that isn't being used.

## Additional Notes
[X-Use-Simple-Link was a header
value](#66) that was used for
performance testing the differences between the phdi codebase and Record
Linker. This was [removed many months
ago](#68) when the phdi code
was removed from the codebase, but we forgot to update the performance
tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

qa Technical improvements to increase code quality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants