Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-42416: Modify without_datastore test to use file config #938

Merged
merged 1 commit into from Jan 9, 2024

Conversation

timj
Copy link
Member

@timj timj commented Jan 9, 2024

In w.2023.50 the test passed because the config was sent as a Config object, but would fail if a path to a Config was used instead. Rewrite the test to use a file (which works now due to a later reorganization).

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

In w.2023.50 the test passed because the config was sent
as a Config object, but would fail if a path to a Config was
used instead. Rewrite the test to use a file (which works now
due to a later reorganization).
Copy link

codecov bot commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0cb8b8e) 88.37% compared to head (550f2e0) 88.37%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #938   +/-   ##
=======================================
  Coverage   88.37%   88.37%           
=======================================
  Files         301      301           
  Lines       38850    38854    +4     
  Branches     8185     8186    +1     
=======================================
+ Hits        34333    34337    +4     
  Misses       3343     3343           
  Partials     1174     1174           

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

@timj timj requested a review from dhirving January 9, 2024 18:38
@timj timj merged commit d8d7886 into main Jan 9, 2024
18 checks passed
@timj timj deleted the tickets/DM-42416 branch January 9, 2024 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants