Azure / Azure/azure-functions-core-tools

Faild to run E2E tests

Open
#4,237 2 comments 0 reactions 0 assignees View on GitHub
test
Dominant language
C#
Stars
1.5k
Forks
498
Avg merge
4d 20h
Merged PRs (30d)
14

Description

I am trying to contribute to this repository but am encountering issues while running the tests.

Could you please provide some guidance?

![Image](https://github.com/user-attachments/assets/4911078c-a57c-4c85-aee6-1ebc3e3ef59d)

Specifically, five tests are consistently failing due to the following error:

Failed to locate the inproc6 model host at C:\~path to repo~\azure-functions-core-tools\test\Azure.Functions.Cli.Tests\bin\Debug\net8.0\in-proc6\func.exe

I tried to debug the start process, it appears that the tool expects the InProc Executable directory to be present in the build directory, but it is not.

Azurite installed, templates are in place, I followed all the contribution guidelines

I am uncertain whether this issue is related to my local machine environment or another factor.

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the five failing E2E tests in test/Azure.Functions.Cli.Tests and inspect the net8.0 build output for in-proc6/func.exe. Compare the expected InProc Executable directory with the generated bin/Debug/net8.0 contents; done means determining whether the missing executable is a build issue or a local environment issue and recording a reproducible resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
cli, testing
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.