-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Pubsub test #2696
Pubsub test #2696
Conversation
/run-e2e gcp-pubsub.test.ts |
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 a ton for this nice improvement!!!!!
Only small nits
/run-e2e gcp-pubsub.test.ts |
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.
LGTM!
/run-e2e gcp-pubsub.test.ts Update: You can check the progres here |
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.
LGTM, thanks a lot for this @RamCohen !
/run-e2e gcp-pubsub.test.ts |
Tests look a bit unstables. |
|
/run-e2e gcp-pubsub.test.ts |
Fixes kedacore#1528 Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
/run-e2e gcp-pubsub.test.ts |
3891d1f
to
0c79cdf
Compare
Signed-off-by: Ram Cohen <ram.cohen@gmail.com> Fix GCP authentication in test Signed-off-by: Ram Cohen <ram.cohen@gmail.com> Testing: Wait for GCP sdk pod to be ready Signed-off-by: Ram Cohen <ram.cohen@gmail.com> Remove key Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
@RamCohen FYI
|
Well, at least we are getting somewhere... |
It's better to do it in the console. |
@tomkerkhove could you PTAL on this? |
/run-e2e gcp-pubsub.test.ts |
Current error: ERROR: (gcloud.pubsub.topics.create) PERMISSION_DENIED: Cloud Pub/Sub API has not been used in project 538407947***74 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/pubsub.googleapis.com/overview?project=538407947***74 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
|
/run-e2e gcp-pubsub.test.ts |
🤦 ... |
Also enabled these (picture is in Spanish but I think is understandable): Do you think there is anyone missing @RamCohen ? |
don't think we need cloud reporting or profiling or pubsub lite |
/run-e2e gcp-pubsub.test.ts |
right now I keep enabled the API from the last picture, the link that you sent me about PubSub and stackdriver + stackdriver monitoring |
Still getting the same error. Are you sure you are enabling it for the right project (if there is more than one) ? ERROR: (gcloud.pubsub.topics.create) PERMISSION_DENIED: Cloud Pub/Sub API has not been used in project 538407947***74 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/pubsub.googleapis.com/overview?project=538407947***74 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
|
/run-e2e gcp-pubsub.test.ts Update: You can check the progres here |
Seems Ok now :-) |
/run-e2e gcp-pubsub.test.ts |
Yes, I think other the credentials were wrong because the email was different. |
Thanks a ton for this e2e test!!! ❤️ |
Signed-off-by: Ram Cohen <ram.cohen@gmail.com>
chore: Add pubsub scaler e2e test
Fixes #1528