Commit 2d6943d
Return 500 on missing buckets in fallback layer (#8853)
### URL of deployed dev instance (used for testing):
- https://___.webknossos.xyz
### Steps to test:
- Add _ <- Fox.failure("test") to applyAgglomerate in AgglomerateService
- See 500 in zarr streaming response for a volume layer that has an
applied agglomerate.
The issue mentions:
"I would expect the MISSING_BUCKETS header to be set and zarr streaming
to return errors."
So should the MISSING_BUCKETS header also be added to the zarr streaming
response?
### TODOs:
- [ ] ...
### Issues:
- fixes #8667
------
(Please delete unneeded items, merge only when none are left open)
- [x] Added changelog entry (create a `$PR_NUMBER.md` file in
`unreleased_changes` or use `./tools/create-changelog-entry.py`)
---------
Co-authored-by: Florian M <[email protected]>1 parent a7f514b commit 2d6943d
File tree
2 files changed
+4
-1
lines changed- unreleased_changes
- webknossos-tracingstore/app/com/scalableminds/webknossos/tracingstore/controllers
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
| 356 | + | |
356 | 357 | | |
357 | 358 | | |
358 | 359 | | |
0 commit comments