Conversation
Co-authored-by: wdconinc <4656391+wdconinc@users.noreply.github.com>
Co-authored-by: wdconinc <4656391+wdconinc@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
wdconinc
August 24, 2026 00:58
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the test suite to consistently target EVGEN data using server-relative paths rooted at
/volatile/eic/EPIC/EVGEN. It removes mixed RECO/legacy absolute path assumptions that could resolve outside the intended test base.Base directory defaults
test/xrootd.test.ts: defaultXROOTD_BASE_DIRchanged to/volatile/eic/EPIC/EVGEN.test/root-analysis.test.ts:XRootDClientbase dir updated from/work/eic2/EPICto/volatile/eic/EPIC/EVGEN.Path normalization to EVGEN-relative usage
SIDIS/...) instead of absolute/base-prefixed paths.SIDIS).Fixture naming alignment
*.eicrecon.tree.edm4eic.root) with EVGEN-style names (*.hepmc3.tree.root) in test defaults/examples where applicable.Test docs updates
test/README.mdnow documents EVGEN as the default base path and updates troubleshootingxrdfsexamples accordingly, while keeping custom path examples generic.