dmwm / dasgoclient

Data Aggregation System (DAS) Go client
https://cmsweb.cern.ch/das/
MIT License
9 stars 4 forks source link

trouble with run in [...] #21

Closed jan-kaspar closed 5 years ago

jan-kaspar commented 5 years ago

The following two queries

dasgoclient --query "file dataset=/SingleMuon/Run2018A-PromptReco-v1/MINIAOD run=315252"
dasgoclient --query "file dataset=/SingleMuon/Run2018A-PromptReco-v1/MINIAOD run in [315252]"

give different output, although I would expect the same. In particular, the latter seems to ignore the run specification.

vkuznet commented 5 years ago

Fixed in das2go: https://github.com/dmwm/das2go/commit/62612da6cc1a50599f1dd211bfe6da8cef6cdb88 master tree.

vkuznet commented 5 years ago

it affects both das server and CLI, will schedule in next cmsweb upgrade.

jan-kaspar commented 5 years ago

Thanks!