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

Conformance test failure l2-failed-create-continue-on-error #725

Open
brandonpollack23 opened this issue Feb 19, 2025 · 0 comments
Open
Labels
kind/engineering Work that is not visible to an external user

Comments

@brandonpollack23
Copy link
Contributor

  --- FAIL: TestLanguage/l2-failed-create-continue-on-error (1.80s)
        language_test.go:234: l2_failed_create_continue_on_error.go:49:
                Error Trace:    /Users/brpol/src/pulumi/pulumi-yaml/pulumi/cmd/pulumi-test-language/tests/l2_failed_create_continue_on_error.go:49
                                                        /Users/brpol/src/pulumi/pulumi-yaml/pulumi/cmd/pulumi-test-language/interface.go:1180
                                                        /Users/brpol/src/pulumi/pulumi-yaml/pulumi/cmd/pulumi-test-language/tests/types.go:182
                                                        /opt/homebrew/Cellar/go/1.23.5/libexec/src/runtime/asm_arm64.s:1223
                Error:          Not equal:
                                expected: 2
                                actual  : 1
                Messages:       expected 2 Creates

        language_test.go:236: stdout: Created stack 'test'

             +  pulumi:pulumi:Stack l2-failed-create-continue-on-error-test create
             +  fail_on_create:index:Resource failing create
             +  fail_on_create:index:Resource failing create error: Preview failed: failed create
             +  simple:index:Resource independent create
             +  pulumi:pulumi:Stack l2-failed-create-continue-on-error-test create error: preview failed
             +  pulumi:pulumi:Stack l2-failed-create-continue-on-error-test create 1 error
             +  fail_on_create:index:Resource failing create 1 error
            Diagnostics:
              pulumi:pulumi:Stack (l2-failed-create-continue-on-error-test):
                error: preview failed

              fail_on_create:index:Resource (failing):
                error: Preview failed: failed create

            Resources:
                + 2 to create


             +  pulumi:pulumi:Stack l2-failed-create-continue-on-error-test creating (0s)
             +  fail_on_create:index:Resource failing creating (0s)
             +  fail_on_create:index:Resource failing creating (0s) error: failed create
             +  fail_on_create:index:Resource failing **creating failed** error: failed create
                simple:index:Resource dependent_on_output  error: simple:index:Resource resource 'dependent_on_output': property value value {<nil>} has a problem: value is not a boolean
             +  pulumi:pulumi:Stack l2-failed-create-continue-on-error-test created (0.01s)
                simple:index:Resource dependent_on_output **failed** 1 error
            Diagnostics:
              fail_on_create:index:Resource (failing):
                error: failed create

              simple:index:Resource (dependent_on_output):
                error: simple:index:Resource resource 'dependent_on_output': property value value {<nil>} has a problem: value is not a boolean

            Resources:
                + 1 created

            Duration: 1s
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Feb 19, 2025
@lunaris lunaris added kind/engineering Work that is not visible to an external user and removed needs-triage Needs attention from the triage team labels Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/engineering Work that is not visible to an external user
Projects
None yet
Development

No branches or pull requests

3 participants