-
Notifications
You must be signed in to change notification settings - Fork 1.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
Integrate Asset-Sync Features #23405
Conversation
Thanks, @scbedd, will take a look. |
PR Resolving the test-proxy issue breaking these tests. |
…the bugfixes from recently
API change check API changes are not detected in this pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the hard work on this Scott! I had a couple of queries. Some of them are just style-related, but I'd like to get your thoughts on just using the working directory to calculate the path.
sdk/test-utils/recorder/src/utils/relativePathCalculator.browser.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Timo van Veenendaal <timov@microsoft.com>
Co-authored-by: Timo van Veenendaal <timov@microsoft.com>
…er.ts Co-authored-by: Timo van Veenendaal <timov@microsoft.com>
Co-authored-by: Timo van Veenendaal <timov@microsoft.com>
Co-authored-by: Timo van Veenendaal <timov@microsoft.com>
❤️ your commits on this Harsha. Thanks for the rewrite 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks Harsha for the follow up.
I did have one broader follow-up question (but happy to merge as-is) -- now that we're enforcing that the assets.json
must be at the package level, is there anything actually stopping us from calculating the assets path as ${relativeRecordingsPath()}/../assets.json
? That would simplify a lot and would mean we wouldn't need to add the extra environment variable.
Will the I don't mind any adjustments. At the end of the day @timovv if that's how you'd like it, throw a commit on here that changes the behavior. If everything checks out then 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking so we don't forget to remove the Text Analytics changes before merging.
@HarshaNalluru @timovv Sorry for the delay here! I intended on having this ready for you by last Thursday but failures wait for no one :(
I have some of the node tests passing, but I'm seeing failures that make no sense to me. (all of the test-utils pass still)
It's claiming it can't find the file after restoring the recordings. I'm digging into those failures. Wondering if there is anything special about those test cases.
EDIT 11/1: Green for browser tests now (including on textanalytics). Just need to adjust for feedback.
Resolves Azure/azure-sdk-tools#4256