azure-functions-python-worker icon indicating copy to clipboard operation
azure-functions-python-worker copied to clipboard

test: pin to extension versions when testing

Open hallvictoria opened this issue 1 year ago • 0 comments

Description

Testing improvements / fixes:

  • Pinning to extension versions while running tests. This ensures that we're running our tests using the latest extension versions, regardless of if it's a beta version or not.
  • Adding EventGrid source Blob Trigger functions to the blob function app. While the functionality can't be tested here, we can ensure that these functions are being indexed properly.
  • Skipping a dependency isolation test that fails when using artifact versions of the SDK / extensions

Fixes #


PR information

  • [ ] The title of the PR is clear and informative.
  • [ ] There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • [ ] If applicable, the PR references the bug/issue that it fixes in the description.
  • [ ] New Unit tests were added for the changes made and CI is passing.

Quality of Code and Contribution Guidelines

hallvictoria avatar Oct 10 '24 15:10 hallvictoria