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

Replacing xrootdgo by XRootD #340

Merged
merged 3 commits into from
Jun 3, 2024
Merged

Replacing xrootdgo by XRootD #340

merged 3 commits into from
Jun 3, 2024

Conversation

peremato
Copy link
Member

@peremato peremato commented May 31, 2024

Adapted to use the recently developed wrapper XRootD.jl to native XRootD libraries.

  • Being tested for performance.
  • I do not see a difference in read performance. My analysis tests run at the same speed within the measurement errors.

Copy link

codecov bot commented Jun 3, 2024

Codecov Report

Attention: Patch coverage is 68.75000% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 84.23%. Comparing base (cc3ea9b) to head (fdf7e48).

Files Patch % Lines
src/streamsource.jl 66.66% 5 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@peremato peremato changed the title [WIP] replacing xrootdgo by XRootD Replacing xrootdgo by XRootD Jun 3, 2024
@peremato peremato requested a review from Moelf June 3, 2024 14:56
Copy link
Member

@Moelf Moelf left a 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!

@Moelf Moelf merged commit a1a17de into JuliaHEP:main Jun 3, 2024
7 of 8 checks passed
Moelf pushed a commit that referenced this pull request Jun 18, 2024
* 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")
Copy link
Member

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

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.

2 participants