Azure / Azure/azure-functions-sql-extension

CSX Tests can occasionally fail with "Cannot enqueue data after PromiseNotToEnqueue"

Open
#863 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
130
Forks
71
Avg merge
4d 8h
Merged PRs (30d)
4

Description

Occasionally we've seen CSX tests fail because of the issue described here :

https://github.com/Azure/azure-functions-host/issues/999

The host starts up fine, but then any functions that failed compilation in this way are not actually started, with the result that there will later on be failures such as this:

`Http request failed with code NotFound. Please check output for more detailed message.`

Since there isn't an actual fix it seems the solution here would probably be to watch for that message in the startup output, and if we see it kill the process and retry startup.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.