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

Failing Conformance Test TestLanguage/l2-resource-option-deleted-with #1682

Open
brandonpollack23 opened this issue Feb 19, 2025 · 0 comments
Labels

Comments

@brandonpollack23
Copy link
Contributor

    --- FAIL: TestLanguage/l2-resource-option-deleted-with (51.85s)
        language_test.go:146: l2_resource_option_deleted_with.go:79:
                Error Trace:    /Users/brpol/src/pulumi/pulumi-java/pulumi/cmd/pulumi-test-language/tests/l2_resource_option_deleted_with.go:79
                                                        /Users/brpol/src/pulumi/pulumi-java/pulumi/cmd/pulumi-test-language/interface.go:1180
                                                        /Users/brpol/src/pulumi/pulumi-java/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: "urn:pulumi:test::l2-resource-option-deleted-with::simple:index:Resource::target"
                                actual  : ""

                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1,2 +1,2 @@
                                -(urn.URN) (len=79) "urn:pulumi:test::l2-resource-option-deleted-with::simple:index:Resource::target"
                                +(urn.URN) ""

                Messages:       expected deletedWith resource to be deleted with target resource

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

             +  pulumi:pulumi:Stack l2-resource-option-deleted-with-test create
             +  simple:index:Resource notDeletedWith create
             +  simple:index:Resource target create
             +  simple:index:Resource deletedWith create
             +  pulumi:pulumi:Stack l2-resource-option-deleted-with-test create
            Resources:
                + 4 to create


             +  pulumi:pulumi:Stack l2-resource-option-deleted-with-test creating (0s)
             +  simple:index:Resource notDeletedWith creating (0s)
             +  simple:index:Resource notDeletedWith created (0.01s)
             +  simple:index:Resource deletedWith creating (0s)
             +  simple:index:Resource deletedWith created (0.00s)
             +  simple:index:Resource target creating (0s)
             +  simple:index:Resource target created (0.00s)
             +  pulumi:pulumi:Stack l2-resource-option-deleted-with-test created (0.55s)
            Resources:
                + 4 created

            Duration: 4s

        language_test.go:149: stderr:
        language_test.go:150:
                Error Trace:    /Users/brpol/src/pulumi/pulumi-java/pkg/cmd/pulumi-language-java/language_test.go:150
                Error:          Should be true
                Test:           TestLanguage/l2-resource-option-deleted-with
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Feb 19, 2025
@brandonpollack23 brandonpollack23 added area/testing Testing and removed needs-triage Needs attention from the triage team labels Feb 19, 2025
@brandonpollack23 brandonpollack23 changed the title Failing Acceptance Test TestLanguage/l2-resource-option-deleted-with Failing Conformance Test TestLanguage/l2-resource-option-deleted-with Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants