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

Workflow failure: .github/workflows/pr.yml #1621

Open
pulumi-bot opened this issue Feb 4, 2025 · 2 comments
Open

Workflow failure: .github/workflows/pr.yml #1621

pulumi-bot opened this issue Feb 4, 2025 · 2 comments
Labels
kind/bug Some behavior is incorrect or out of spec kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer

Comments

@pulumi-bot
Copy link
Contributor

pulumi-bot commented Feb 4, 2025

@pulumi-bot pulumi-bot added kind/engineering Work that is not visible to an external user needs-triage Needs attention from the triage team p1 A bug severe enough to be the next item assigned to an engineer labels Feb 4, 2025
@julienp
Copy link
Contributor

julienp commented Feb 4, 2025

Got a diff that looks to be setting the same options, but in two different styles. I think one style uses

, whereas the other one uses the default in that switch.

            	            	Diff:
            	            	--- Expected
            	            	+++ Actual
            	            	@@ -37,4 +37,4 @@
            	            	             .deliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicyArgs.builder()
            	            	-                .rules(DeliveryRuleArgs.builder()
            	            	-                    .actions(                    
            	            	+                .rules(Map.ofEntries(
            	            	+                    Map.entry("actions",                     
            	            	                         DeliveryRuleCacheExpirationActionArgs.builder()
            	            	@@ -65,4 +65,4 @@
            	            	                                 .build())
            	            	-                            .build())
            	            	-                    .conditions(DeliveryRuleRemoteAddressConditionArgs.builder()
            	            	+                            .build()),
            	            	+                    Map.entry("conditions", DeliveryRuleRemoteAddressConditionArgs.builder()
            	            	                         .name("RemoteAddress")
            	            	@@ -76,6 +76,6 @@
            	            	                             .build())
            	            	-                        .build())
            	            	-                    .name("rule1")
            	            	-                    .order(1)
            	            	-                    .build())
            	            	+                        .build()),
            	            	+                    Map.entry("name", "rule1"),
            	            	+                    Map.entry("order", 1)
            	            	+                ))
            	            	                 .build())

@julienp
Copy link
Contributor

julienp commented Feb 4, 2025

I retried and it succeeded, so definitely some flake.

@lunaris lunaris added kind/bug Some behavior is incorrect or out of spec and removed needs-triage Needs attention from the triage team labels Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer
Projects
None yet
Development

No branches or pull requests

3 participants