Azure / Azure/azure-functions-host
Language worker failures should show in node tests
Open
area: engineering
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Failures from the node language worker should show up in the node tests.
Currently, tests (see QueueTriggerByteArray for an example) will blindly wait for some condition, and only fail by timeout. If the language worker fails (or any other infrastructure failure), we never see that exception - just the timeout. This is hard to diagnose. Infrastructure failures should flow up through both the function and the tests.
Contributor guide
Assessment
This issue has not been assessed yet.