bluesky / databroker

Unified API pulling data from multiple sources
https://blueskyproject.io/databroker
BSD 3-Clause "New" or "Revised" License
35 stars 46 forks source link

Investigate failing config_data test #773

Open danielballan opened 1 year ago

danielballan commented 1 year ago

I added an xfail to this test in https://github.com/bluesky/databroker/pull/772

https://github.com/bluesky/databroker/blob/9959b391793b5c4b60c202cde3a509428296b1dd/databroker/tests/test_broker.py#L706-L761

This failed around the same time as other tests failed due to the change to bluesky that introduced pre-declaring streams by default. I suspect this may be related to that, but have not closely investigated.