Skip to content

CREST server URL parameter added in IOVDbSvc

Mikhail Mineev requested to merge mmineev/athena:23.0-mvg-22 into main

The CREST server URL parameter was added in IOVDbSvc. This parameter can be used from JobOptions to set CREST server path: acc.getService("IOVDbSvc").crestServer="http://crest-undertow-api.web.cern.ch:80/api-v4.0" Default crestServer value is "http://crest-undertow-api.web.cern.ch:80/api-v4.0".

(This is a new version on the merge request !64428 (closed) I created a new merge request with the same source codes for master (main) branch instead of branch 23.0)

Merge request reports