Skip to content
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

[digital-twins-core] rename test folder and enable minmax testing #16049

Merged
2 commits merged into from
Jun 29, 2021

Conversation

vishnureddy17
Copy link
Member

close #13814

@@ -7,6 +7,7 @@ stages:
ServiceDirectory: digitaltwins
MatrixFilters:
- TestType=^(?!sample).*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an old way of configuring min max testing that won't work anymore. Min/max is enabled by default now in the platform matrix: https://github.com/Azure/azure-sdk-for-js/blob/main/eng/pipelines/templates/stages/platform-matrix.json#L58

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would reverting back to what it was by removing the TestMinMax: true line be sufficient here? Or does something else need to be done?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, just undo the change and it should work as intended. Let me know if you see different behavior than expected. You should see two test jobs like:

image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, I don't see those jobs after removing the line tests.yml. @benbp

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may have been looking at the CI tests, not the live tests? I kicked off a live test run, which should have them.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, that's what it was. Thanks!

@benbp
Copy link
Member

benbp commented Jun 29, 2021

/azp run js - digital-twins-core - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@benbp benbp self-requested a review June 29, 2021 03:28
@ghost
Copy link

ghost commented Jun 29, 2021

Hello @vishnureddy17!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit b17fb63 into Azure:main Jun 29, 2021
@vishnureddy17 vishnureddy17 deleted the separate-digital-twins branch June 29, 2021 15:14
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Digital Twins Core] Separation of internal and public tests into separate folders for min-max testing
2 participants