-
Notifications
You must be signed in to change notification settings - Fork 346
Fix flaky serverless integration test #3418
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
Conversation
Overall package sizeSelf size: 4.91 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #3418 +/- ##
=======================================
Coverage 84.44% 84.44%
=======================================
Files 218 218
Lines 8572 8572
Branches 33 33
=======================================
Hits 7239 7239
Misses 1333 1333 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
BenchmarksBenchmark execution time: 2023-07-20 14:07:18 Comparing candidate commit eb8a4c8 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 473 metrics, 19 unstable metrics. |
* try to fix flaky test * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh
* try to fix flaky test * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh
* try to fix flaky test * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh
* try to fix flaky test * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh
* try to fix flaky test * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh
* try to fix flaky test * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh
* try to fix flaky test * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh
* try to fix flaky test * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh
* try to fix flaky test * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh
* try to fix flaky test * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh * Update test-gcloud-function.sh
What does this PR do?
fix flaky serverless mini agent integration test
It seems like the previous way we were invoking the integration test gcloud function (using a known url prefix and just appending the function name) did not reliably invoke the function. It would sometimes return 404s.
This PR changes the test to capture the output from the function deploy command, extract the function url from the output, and invoke the function using it.
Motivation
Plugin Checklist
Additional Notes