Search before creating an issue
Bug Description
The InputDataAgent directly instantiates the FileCatalogClient instead of going through FileCatalog, making it impossible to use the InputDataAgent when the main file catalog of a DIRAC deployment is a RucioFileCatalog.
Steps to Reproduce
|
self.metadataClient = FileCatalogClient() |
Expected Behavior
Use FileCatalog to obtain the correct client for the current configuration.
Actual Behavior
No response
Environment
No response
Relevant Log Output
Additional Context
No response
Search before creating an issue
Bug Description
The
InputDataAgentdirectly instantiates theFileCatalogClientinstead of going throughFileCatalog, making it impossible to use theInputDataAgentwhen the main file catalog of a DIRAC deployment is aRucioFileCatalog.Steps to Reproduce
DIRAC/src/DIRAC/TransformationSystem/Agent/InputDataAgent.py
Line 48 in 36806a1
Expected Behavior
Use
FileCatalogto obtain the correct client for the current configuration.Actual Behavior
No response
Environment
No response
Relevant Log Output
Additional Context
No response