-
Notifications
You must be signed in to change notification settings - Fork 128
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
feat(TPG>=4.78)!: add cloud storage subscription support #145
Conversation
/gcbrun |
Hi @bharathkkb Do you happen to recall why the test referenced above was skipped? https://github.com/terraform-google-modules/terraform-google-pubsub/blob/master/examples/kms/test.yaml#L20 |
Hi @lahuang4, you should be able to pass that error by running (for example):
Thank you for contributing! 👍 |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Oops, I've let this linger too long. Can't seem to figure out how to remove the Stale label; maybe commenting will do the trick to keep the PR alive. |
OK, I couldn't figure out how to pass the variables to the integration tests in the end (I tried tcoyze@'s suggestion but maybe I am triggering the tests incorrectly because the vars were not persisting to the test run), but I've run the new Cloud Storage example myself by running I've left the newly added test.yaml annotated as While running the example I decided that it may be useful to have the bucket name passed in as a variable -- due to the global Cloud Storage bucket namespace it's likely that any placeholder we put in the example is going to be taken already, and the same bucket name is used both in the google_storage_bucket object and the cloud_storage_subscriptions object. This is ready for review now! |
/gcbrun |
Hi @lahuang4 - From the lint
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @lahuang4! - A few notes below for now :)
/gcbrun |
/gcbrun |
/gcbrun |
/gcbrun |
/gcbrun |
1 similar comment
/gcbrun |
/gcbrun |
I tried running tests by changing
skip: true
toskip: false
inexamples/bigquery/test.yaml
, but I'm getting errors along the lines of:Not sure how to get this to run correctly, would appreciate any tips. But it seems like all the tests are in this state, not just my newly-added cloud_storage test.