-
Notifications
You must be signed in to change notification settings - Fork 66
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
Fixed product test certification service URL #514
Conversation
Integration tests for the certification service are a bit out of date (and were not enabled / maintained due to inconsistencies between the test and production environments) - but an easy test for this fix is:
This is also the service request URL being used on |
Screenshots :D? |
The az iot product tests have been disabled for a very long time -- can we use a different product Id or test setup such that we can get the value of these tests (and have it integrated in CI)? Also we have this az iot product issue #486, wondering if there is a newer public API that can be used here. |
A datapoint is https://certify.azure.com/ appears to be using the same version as in the CLI |
We can - though I did just run them again (everything except the all-up e2e test) and it worked for this product ID - probably just a timing issue in the existing test (or the last test run I made). Pulling them into CI is something we can do - provided we still have the ability to pass through a build if these fail intermittently. I believe the e2e test is still flaky, but perhaps we can at least run these in CI:
Like you mentioned below, the public certification site is still using the same API-version so I'm not sure there's an updated one but I will try to find out in the meantime. |
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.
Approved with agreement to investigate windows agent issue.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
Thank you for contributing to the IoT extension!
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Intent for Production
dev
ormain
are of production grade. Corollary to this, any merged contributions to these branches may be deployed in a public release at any given time. By checking this box, you agree and commit to the expected production quality of code.Basic expectations
pytest <project root> -vv
. Please provide evidence in the form of a screenshot showing a succesful run of tests locally OR a link to a test pipeline that has been run against the change-set..pylintrc
and.flake8
rules? Look at the CI scripts for example usage.Azure IoT CLI maintainers reserve the right to enforce any of the outlined expectations.
A PR is considered ready for review when all basic expectations have been met (or do not apply).