You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Engsys team and our friend @scbedd worked on a new test proxy infra for all repos (for curious people the code is here, but it's not necessary to read it for this issue).
This means we are moving away from "azure-devtools" and the VCRPy integration to use the new system. This implies a few changes in the code for tests on each packages:
Change the inheritance from AzureTestCase to the new class
This may imply changing some "self.assertXXX" to assert keyword, since assertXXXX will become unavailable.
Rewrite as necessary the sanitizers (if any) of that package in call to the test proxy\
Record the tests with the new system (and remove the old recordings)
Investigate any "live only tests" if any to see if they would work with the new system
Onboarding documentation is being written right now by @mccoyp. Given this document will be new, this is open to feedback and feedback should be done. @mccoyp will also present the onboarding documentation on August 12th to the SDK team.
Work is done when tests are running entirely under the new testsystem, and there is no usage anywhere of AzureTestCase in the Tables testsuite, will all live pipeline green.
Engsys team and our friend @scbedd worked on a new test proxy infra for all repos (for curious people the code is here, but it's not necessary to read it for this issue).
This means we are moving away from "azure-devtools" and the VCRPy integration to use the new system. This implies a few changes in the code for tests on each packages:
assert
keyword, sinceassertXXXX
will become unavailable.Onboarding documentation is being written right now by @mccoyp. Given this document will be new, this is open to feedback and feedback should be done. @mccoyp will also present the onboarding documentation on August 12th to the SDK team.
Work is done when tests are running entirely under the new testsystem, and there is no usage anywhere of AzureTestCase in the Tables testsuite, will all live pipeline green.
Tables SDK is here:
https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/tables/azure-data-tables
The text was updated successfully, but these errors were encountered: