You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given: a discovery bundle declares two bundles, a and b, where a depends on a function declared in b. If the discovery bundle is updated, and b is removed, a will fail to compile (as expected). This will however also have the following unexpected outcomes:
When evaluation is triggered via the /v1/data/ endpoint, a panic will be encountered in the topdown evaluator.
The HTTP request is terminated with an empty response.
A request to /health?bundles will return a 200, and not the expected 500
Given: a discovery bundle declares two bundles,
a
andb
, wherea
depends on a function declared inb
. If the discovery bundle is updated, andb
is removed,a
will fail to compile (as expected). This will however also have the following unexpected outcomes:/v1/data/
endpoint, apanic
will be encountered in the topdown evaluator.The HTTP request is terminated with an empty response.
/health?bundles
will return a200
, and not the expected500
This issue relates to #5917.
The text was updated successfully, but these errors were encountered: