Skip to content

Conversation

@BenGalewsky
Copy link
Contributor

Problem

The Pydantic 3.0 client doesn't accept multiple root file paths. It only supports a single root file.

Approach

Changed the name of the property from XRootdFile to XRootDFiles and allow it to be a string or a list of strings. Note that the case changed on this too.

Need to start testing more of this functionality out, so I updated test_databinder as a start

@BenGalewsky BenGalewsky requested review from gordonwatts and kyungeonchoi and removed request for gordonwatts April 17, 2024 14:29
@BenGalewsky BenGalewsky force-pushed the multiple_xrootdfiles branch from d72b90b to 07a8579 Compare April 17, 2024 14:31
Copy link
Contributor

@kyungeonchoi kyungeonchoi left a comment

Choose a reason for hiding this comment

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

Fixed typos :)

@codecov
Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.28%. Comparing base (fd74676) to head (d414055).

Additional details and impacted files
@@               Coverage Diff               @@
##           3.0_develop     #359      +/-   ##
===============================================
- Coverage        79.89%   72.28%   -7.62%     
===============================================
  Files               41       41              
  Lines             2253     2226      -27     
===============================================
- Hits              1800     1609     -191     
- Misses             453      617     +164     
Flag Coverage Δ
unittests 72.28% <100.00%> (-7.62%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@BenGalewsky BenGalewsky merged commit a7f11f5 into 3.0_develop Apr 17, 2024
@BenGalewsky BenGalewsky deleted the multiple_xrootdfiles branch April 17, 2024 15:09
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.

3 participants