-
Notifications
You must be signed in to change notification settings - Fork 18
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
Replacing xrootdgo by XRootD #340
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #340 +/- ##
==========================================
+ Coverage 84.16% 84.23% +0.07%
==========================================
Files 19 19
Lines 2564 2557 -7
==========================================
- Hits 2158 2154 -4
+ Misses 406 403 -3 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for the amazing work!
* Replace xrootdgo_jll by XRootD.jl
@@ -4,27 +4,29 @@ using UnROOT | |||
nthreads = UnROOT._maxthreadid() | |||
nthreads == 1 && @warn "Running on a single thread. Please re-run the test suite with at least two threads (`julia --threads 2 ...`)" | |||
|
|||
include("Aqua.jl") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change has made tests printing delayed until something goes wrong, feels a bit annoying
Adapted to use the recently developed wrapper XRootD.jl to native XRootD libraries.