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

Port custom types tests from old to new #782

Merged
merged 9 commits into from
Aug 11, 2022

Conversation

pawelprazak
Copy link
Contributor

@pawelprazak pawelprazak commented Aug 10, 2022

Description

On top of #777

Part of #750
Relates to #774

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • Yes, there are changes in this PR that warrants bumping the Pulumi Service API version

@pawelprazak pawelprazak force-pushed the pprazak/750/port-custom-types-tests-from-old-to-new branch 2 times, most recently from 7c7ab48 to 87f1268 Compare August 10, 2022 12:21
@pawelprazak pawelprazak marked this pull request as ready for review August 10, 2022 12:38
@pawelprazak pawelprazak requested a review from t0yv0 August 10, 2022 12:38
@pawelprazak pawelprazak force-pushed the pprazak/750/port-custom-types-tests-from-old-to-new branch from 87f1268 to e64e370 Compare August 10, 2022 12:48
@pawelprazak pawelprazak mentioned this pull request Aug 10, 2022
3 tasks

- [sdk] [#774](https://github.com/pulumi/pulumi-java/issues/774)
fixes deserialization regression in new codegen specific part of SDK,
complex @CustomType's are deserializable now
Copy link
Member

Choose a reason for hiding this comment

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

Seems duplicative changelog but I can tidy it up later before releasing

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, there were two regressions, the second one was just a debug message

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sorry, I missed it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

should be ok now

Copy link
Member

@t0yv0 t0yv0 left a comment

Choose a reason for hiding this comment

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

This fixes the following scenario for me:

pulumi new kubernetes-java
# edit pom.xml to ref pulumi 0.0.1 built from source
# edit pom.xml to ref latest kubernetes
mvn clean
pulumi preview

This works with pre-release but not released version of Pulumi. Good job.

@pawelprazak pawelprazak force-pushed the pprazak/750/port-custom-types-tests-from-old-to-new branch from 05a64f8 to cfabacd Compare August 11, 2022 11:39
@pawelprazak pawelprazak merged commit 2a6cef5 into main Aug 11, 2022
@pulumi-bot pulumi-bot deleted the pprazak/750/port-custom-types-tests-from-old-to-new branch August 11, 2022 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants