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

Regression test is failing due to incorrect version comparison #12590

Closed
praveenkuttappan opened this issue Jul 17, 2020 · 1 comment · Fixed by #12591
Closed

Regression test is failing due to incorrect version comparison #12590

praveenkuttappan opened this issue Jul 17, 2020 · 1 comment · Fixed by #12591
Assignees
Labels
EngSys This issue is impacting the engineering system.

Comments

@praveenkuttappan
Copy link
Member

pip freeze operations command is used to identify list of installed packages and it's version to verify if expected version is installed. Latest version of pip is not returning version number for any installation from whl available in local path and as a result, regression test assumes that version installed for a given package is not expected version. This needs to be fixed by finding the version of installed packages correctly.

@praveenkuttappan praveenkuttappan added the EngSys This issue is impacting the engineering system. label Jul 17, 2020
@praveenkuttappan praveenkuttappan self-assigned this Jul 17, 2020
@praveenkuttappan
Copy link
Member Author

Regression test for azure-core is failing when running regression against keyvault-certificates. This still needs to be fixed.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
EngSys This issue is impacting the engineering system.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants