dmwm / dbs2go

DBS server written in Go
MIT License
5 stars 4 forks source link

Add unit test for `/datasets` API with either lfn or run number as input parameter #8

Closed vkuznet closed 2 years ago

vkuznet commented 2 years ago

While working on validation test from https://github.com/dmwm/WMCore/issues/10842 I found that GO server needs an additional test for /datasets API with single LFN or run number input.

vkuznet commented 2 years ago

Now the code exist in https://github.com/dmwm/dbs2go/blob/master/test/int_datasets.go