Lilian Kasem
Lilian Kasem
**IoT Edge Module Deployment: Find way to validate old edge modules have stopped before checking if new modules have started** Currently in our edgeSmokeTest we are sleeping after we validate...
**IoT Edge Integration Tests: use edgeHubDev instead of deploying VM for edge device sim** Currently in our integration test DevOps pipeline, we deploy a VM edge device in Azure to...
Currently, we are using pytest and unit test inside our business logic unit tests, refactor the tests to only use one framework
**Describe the bug** I get a build error after adding wolf to my existing bot project. `node_modules/wolf-core/dist/middlewares/wolfMiddleware.d.ts:1:42` It is complaining that the botbuilder node module does not export a member...
As part of the next breaking change release, we need to make sure we go back over the protobuf and remove all unused properties and messages such as: - [WorkerHeartbeat](https://github.com/Azure/azure-functions-language-worker-protobuf/blob/3b327777b23cf6707e07e8e2552a4d7ae204b1a2/src/proto/FunctionRpc.proto#L150-L152)...
### Issue describing the changes in this PR resolves #10546 ### Pull request checklist **IMPORTANT**: Currently, changes must be backported to the `in-proc` branch to be included in Core Tools...
Ensure language used in code, telemetry, logs, or comments is en-US. - This can either be a check as part of running dotnet build, or as part of the CI...
Related to: https://github.com/Azure/azure-functions-dotnet-worker/issues/788 When the host is reading metadata via a custom metadata provider ([code](https://github.com/Azure/azure-functions-host/blob/91e0bf7eca21fb9bb380450cf9d148745b0f4870/src/WebJobs.Script/Host/FunctionMetadataManager.cs#L219)), we do not validate the metadata like we do in our other code path (i.e....
Currently this test fails because of this error: > "C:\Program Files (x86)\dotnet\dotnet.exe exited with code -2147450750 " This is because of x86, can we change the platform the tests run...
### Description - Tag E2E classes with a collection attribute - Update CI to run each collection as its own job This should speed up the CI build and test...