bluesky / databroker

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

Bump tiled dep to v0.1.0a110 #787

Closed danielballan closed 9 months ago

danielballan commented 9 months ago

No changes to databroker here, just updating the image to derive from latest Tiled.

danielballan commented 9 months ago

The test failures looks real:

FAILED databroker/tests/test_broker.py::test_no_events[mongo-tiled-False] - IndexError: list index out of range
FAILED databroker/tests/test_broker.py::test_no_events[mongo-tiled-True] - IndexError: list index out of range
tacaswell commented 9 months ago

The failures are due to bluesky 1.12 backing out the predeclare streams by default. I see how to fix it (and the missing action). Will push to this commit.