-
Notifications
You must be signed in to change notification settings - Fork 635
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
fix Dyn-6060 - duplicate python engine names #14731
Conversation
@pinzart90 said:
IMO we can improve this later, but I think it's fine to request that Python engines use unique names and can definitely be deferred until we enforce assembly isolation somehow. |
UI Smoke TestsTest: success. 2 passed, 0 failed. |
UI Smoke TestsTest: success. 2 passed, 0 failed. |
@pinzart90 @aparajit-pratap please take another look, I think all comments are resolved. |
UI Smoke TestsTest: success. 2 passed, 0 failed. |
UI Smoke TestsTest: success. 2 passed, 0 failed. |
There are 900 test failures here, looking into it 😬 |
UI Smoke TestsTest: success. 2 passed, 0 failed. |
UI Smoke TestsTest: success. 2 passed, 0 failed. |
The tests are fixed and they passed here: I see some failures on master-5, but they don't seem to be related and they appear to just be new flakiness from moving to parallel tests - I see them on other PRs as well. |
merging this and making a cherry pick.
Purpose
This PR replaces:
mjkkirschner#5
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
fix a bug where installing the ironPython package from the workspace references extension can add 2 ironPython items to the engine dropdown on python node.
Reviewers