-
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
[Communication][Chat] Changes required for min-max testing #14942
[Communication][Chat] Changes required for min-max testing #14942
Conversation
The test segregations look good to me. To enable the min-max tests, we need to remove the filter - https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/communication/communication-chat/tests.yml#L9 Once you do this, you will see two additional jobs running in the test pipeline - one for min versions and one for max versions |
/azp run js - communication-chat - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
…sabaa/azure-sdk-for-js; branch 'master' of https://github.com/Azure/azure-sdk-for-js into abelsaba_minmaxtestng_chat
sdk/communication/communication-chat/test/public/chatThreadClient.mocked.spec.ts
Outdated
Show resolved
Hide resolved
sdk/communication/communication-chat/test/public/utils/mockClient.ts
Outdated
Show resolved
Hide resolved
sdk/communication/communication-chat/test/public/chatClient.mocked.spec.ts
Outdated
Show resolved
Hide resolved
/azp run js - communication-chat - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
lgtm, but do you mind seeing if it works when debugging in vs code on playback? seem to be seeing some issues right now in a different sdk
* Moving tests under public folder * enabling minmax jobs * disabling minmax test for now * moving files referencing generated under /internal * nit fix command
Following steps illustrated here #13816.