Closed rtpascual closed 6 days ago
Latest commit: 5eb28482d8f07bf21470db720971a9705135020e
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Problem
When running tests, generated env files for functions are left behind. This is only a problem locally (since test runners always run on clean environment) because writing tests that rely on existence/non-existence of these files may yield different results compared to test runners which will lead to confusion.
Issue number, if available:
Changes
Cleans up generated function env files at the end of tests that contain functions that generate them.
Corresponding docs PR, if applicable:
Validation
Made sure there are no generated function env files after running entire test suite. Unit tests should still pass.
Checklist
run-e2e
label set.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.