-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tables Test Proxy Migration #34233
Tables Test Proxy Migration #34233
Conversation
API change check API changes are not detected in this pull request. |
I'm currently running into an issue where tests involving authenticating via a client secret credentials in RECORD mode do not work. A 404 (empty body) exception gets thrown from the service (Storage). The tests work fine in live mode. The affected tests are:
I'm marked the above tests to only run when LIVE for now while I'm awaiting assistance on this issue. |
I've also encountered that some tests are not able to find their recordings. |
b7115bf
to
bcc59a3
Compare
These should be resolved with latest released azure-core-test. |
sdk/tables/azure-data-tables/src/test/java/com/azure/data/tables/TableAsyncClientTest.java
Outdated
Show resolved
Hide resolved
...bles/src/test/resources/session-records/AzureTableImplTest.createTableDuplicateNameImpl.json
Outdated
Show resolved
Hide resolved
TODO: Remove mock token when core-test releases
eb27bf3
to
b2239e7
Compare
sdk/tables/azure-data-tables/src/test/java/com/azure/data/tables/TableClientTestBase.java
Show resolved
Hide resolved
sdk/tables/azure-data-tables/src/test/java/com/azure/data/tables/TestUtils.java
Outdated
Show resolved
Hide resolved
…es/TestUtils.java Co-authored-by: Sameeksha Vaity <[email protected]>
Tables Test Proxy Migration (In development)