Skip to content

Sweeping !1324 from master to devel: fix (bkk): specify method name when calling getFilesWithMetadata for compatibility with tornado

LHCbDIRAC Bot requested to merge cherry-pick-d0cca651b-devel into devel

getFiles and getFilesWithMetadata both relies on the TransferClient. getFiles specified the method name, while the other did not. The dips implementation of the BKK manager only tests for getFiles and falls back on getFilesWithMetadata otherwise. The Tornado implementation tests properly both. So we specify the method name in both cases in the client.

BEGINRELEASENOTES

*BKK

FIX: specify the method name in the getFilesWithMetadata client call

ENDRELEASENOTES

Merge request reports