You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestNodePoolGpuAcceleratorPanic - I believe this one is known and an issue with GRPC replay tests. Will confirm. (fixed in Enable PRC by default in GCP #2277)
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
The labels tests were asserting on behaviour different to what TF does.
The previous assumption was that "" in labels means keep old value but
that turns out is not quite correct.
Generally, "" is treated as "keep the previous value". However, if the
value has always been "", then it is treated as "no value". This trumps
any default labels.
This PR reworks the labels tests check to assert on the correct
behaviour, matching TF.
Stacked on #2277
Part of #2280
Describe what happened
When enabling PRC by default we got some test failures. We need to root-cause and see if they are legitimate.
#2277
Sample program
.
Log output
No response
Affected Resource(s)
No response
Output of
pulumi about
.
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: