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

Disable auto stack parenting #11272

Merged
merged 1 commit into from Nov 8, 2022
Merged

Disable auto stack parenting #11272

merged 1 commit into from Nov 8, 2022

Conversation

Frassle
Copy link
Member

@Frassle Frassle commented Nov 7, 2022

Description

Might fix #10950, but I've not been able to reproduce that bug so this is just a best guess.

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have run make changelog and committed the changelog/pending/<file> documenting my change
  • Yes, there are changes in this PR that warrants bumping the Pulumi Service API version

@pulumi-bot
Copy link
Contributor

Changelog

[uncommitted] (2022-11-07)

Bug Fixes

@Frassle Frassle added the p1 Bugs severe enough to be the next item assigned to an engineer label Nov 7, 2022
@@ -1,5 +1,5 @@
{
"go.buildTags": "all,smoke",
"go.buildTags": "all",
Copy link
Member

Choose a reason for hiding this comment

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

Oh this makes sense, since the tests are !smoke. Whoops.

Copy link
Member Author

Choose a reason for hiding this comment

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

I just got fed up of having to change this all the time to be able to run tests in vscode, I don't think it will have affected CI in any way.

Copy link
Member

@AaronFriel AaronFriel left a comment

Choose a reason for hiding this comment

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

This change seems like it could cause some really strange updates or worse, replaces due to URN changes.

pkg/resource/deploy/step_generator.go Show resolved Hide resolved
Copy link
Member

@AaronFriel AaronFriel left a comment

Choose a reason for hiding this comment

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

bors merge

@bors
Copy link
Contributor

bors bot commented Nov 8, 2022

Build succeeded:

@bors bors bot merged commit daad9b6 into master Nov 8, 2022
@pulumi-bot pulumi-bot deleted the fraser/disableParents branch November 8, 2022 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 Bugs severe enough to be the next item assigned to an engineer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stack corrupted by "parent coming after child..." error
3 participants