Skip to content

Conversation

@gordonwatts
Copy link
Collaborator

@gordonwatts gordonwatts commented Sep 22, 2023

ServiceX no longer returns a Fatal error when it is asked to look up a bad dataset name or a dataset name that has zero files.

  • Detect a completed transform with no files

Fixes #313
Fixes #312

@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (9789b7d) 98.53% compared to head (d8194ef) 98.53%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #314   +/-   ##
=======================================
  Coverage   98.53%   98.53%           
=======================================
  Files          12       12           
  Lines        1160     1162    +2     
=======================================
+ Hits         1143     1145    +2     
  Misses         17       17           
Flag Coverage Δ
unittests-3.10 98.53% <100.00%> (+<0.01%) ⬆️
unittests-3.11 98.53% <100.00%> (+<0.01%) ⬆️
unittests-3.7 98.53% <100.00%> (+<0.01%) ⬆️
unittests-3.8 98.53% <100.00%> (+<0.01%) ⬆️
unittests-3.9 98.53% <100.00%> (+<0.01%) ⬆️

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

Files Changed Coverage Δ
servicex/servicex_adaptor.py 100.00% <100.00%> (ø)

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

@gordonwatts gordonwatts self-assigned this Sep 22, 2023
@gordonwatts gordonwatts added the bug Something isn't working label Sep 22, 2023
Copy link
Contributor

@BenGalewsky BenGalewsky left a comment

Choose a reason for hiding this comment

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

This seems good to have anyway...

@gordonwatts gordonwatts merged commit c61bdad into master Sep 22, 2023
@gordonwatts gordonwatts deleted the pr_fix_no_files branch September 22, 2023 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bad Dataset Name to Rucio and the query hangs Make sure we can handle an empty dataset properly

3 participants