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

TestCloudFunctionUpgrade is flakey #2670

Open
iwahbe opened this issue Nov 20, 2024 · 0 comments
Open

TestCloudFunctionUpgrade is flakey #2670

iwahbe opened this issue Nov 20, 2024 · 0 comments
Labels
impact/flaky-test A test that is unreliable kind/engineering Work that is not visible to an external user

Comments

@iwahbe
Copy link
Member

iwahbe commented Nov 20, 2024

It looks like this is flaky:

❌ TestCloudFunctionUpgrade (6.82s)
      provider_yaml_test.go:83: installing packages and plugins
      provider_yaml_test.go:83: PULUMI_BACKEND_URL=file:///tmp/TestCloudFunctionUpgrade3397310749/002
      provider_yaml_test.go:83: PULUMI_DEBUG_GRPC=/tmp/TestCloudFunctionUpgrade3397310749/003/grpc.json
      provider_yaml_test.go:83: starting providers
      provider_yaml_test.go:83: creating stack test
      provider_yaml_test.go:83: installing packages and plugins
      provider_yaml_test.go:83: PULUMI_BACKEND_URL=file:///tmp/TestCloudFunctionUpgrade3397310749/005
      provider_yaml_test.go:83: PULUMI_DEBUG_GRPC=/tmp/TestCloudFunctionUpgrade3397310749/006/grpc.json
      provider_yaml_test.go:83: starting providers
      provider_yaml_test.go:83: creating stack test
      provider_yaml_test.go:83: run cache found at testdata/recorded/TestProviderUpgrade/cloudfunctions-function/6.67.0/stack.json
      provider_yaml_test.go:83: importing stack
      provider_yaml_test.go:83: previewing update
      provider_yaml_test.go:83: failed to preview update: failed to run preview: exit status 255
          code: 255
          stdout: Previewing update (test):
              pulumi:pulumi:Stack test-test  warning: using pulumi-resource-gcp from $PATH at /home/runner/work/pulumi-gcp/pulumi-gcp/bin/pulumi-resource-gcp
          
              pulumi:pulumi:Stack test-test  warning: resource plugin gcp is expected to have version >=6.67.0, but has 0.0.1; the wrong version may be on your path, or this may be a bug in the plugin
              pulumi:pulumi:Stack test-test running warning: resource plugin gcp is expected to have version >=6.67.0, but has 0.0.1; the wrong version may be on your path, or this may be a bug in the plugin
              pulumi:pulumi:Stack test-test running warning: resource plugin gcp is expected to have version >=6.67.0, but has 0.0.1; the wrong version may be on your path, or this may be a bug in the plugin
          @ previewing update.....
           ~  pulumi:providers:gcp provider update [diff: +zone~project]
              gcp:storage:BucketObject archive  error: couldn't read archive path '/home/runner/work/pulumi-gcp/pulumi-gcp/provider/src': stat /home/runner/work/pulumi-gcp/pulumi-gcp/provider/src: no such file or directory
              pulumi:pulumi:Stack test-test  2 warnings; 1 message
              gcp:storage:BucketObject archive  1 error
          Diagnostics:
            gcp:storage:BucketObject (archive):
              error: couldn't read archive path '/home/runner/work/pulumi-gcp/pulumi-gcp/provider/src': stat /home/runner/work/pulumi-gcp/pulumi-gcp/provider/src: no such file or directory
          
            pulumi:pulumi:Stack (test-test):
              warning: using pulumi-resource-gcp from $PATH at /home/runner/work/pulumi-gcp/pulumi-gcp/bin/pulumi-resource-gcp
              warning: resource plugin gcp is expected to have version >=6.67.0, but has 0.0.1; the wrong version may be on your path, or this may be a bug in the plugin
          
              warning: resource plugin gcp is expected to have version >=6.67.0, but has 0.0.1; the wrong version may be on your path, or this may be a bug in the plugin
          
          
          
          stderr: 
          
      provider_yaml_test.go:83: cleaning up stack
@iwahbe iwahbe self-assigned this Nov 20, 2024
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Nov 20, 2024
@iwahbe iwahbe removed their assignment Nov 20, 2024
@iwahbe iwahbe added kind/engineering Work that is not visible to an external user impact/flaky-test A test that is unreliable and removed needs-triage Needs attention from the triage team labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/flaky-test A test that is unreliable kind/engineering Work that is not visible to an external user
Projects
None yet
Development

No branches or pull requests

2 participants