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

Empty package models don't throw error #7200

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

scbedd
Copy link
Member

@scbedd scbedd commented Oct 27, 2023

On python pypy39 platform, this script runs into a weird problem.

The linked build isolates the error, along with a bunch of debug output showing where stuff is going wrong.

On this pypy39 platform image, we are getting 2 extra "blank" pkg props. That looks like this for the template project:

image

Here's the thing, these are magically showing up. In the same build that produces this error for review, you can see clearly that the actual Language-Settings.ps1 function that is retrieving the package list, is getting the correct list. It just magically gets another two blank objects. I'm almost positive that we're probably leaking two objects from previous commands, but honestly, I've dug at this for a while and I haven't seen it yet.

The fix proves working in this build. 

@scbedd scbedd self-assigned this Oct 27, 2023
@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

scbedd added a commit to Azure/azure-sdk-for-js that referenced this pull request Oct 30, 2023
@scbedd scbedd merged commit 607a39c into Azure:main Oct 30, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants