-
Notifications
You must be signed in to change notification settings - Fork 96
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
Increasing Test_TerraformRecipe_KubernetesPostgres
timeout to 2m
#7772
Increasing Test_TerraformRecipe_KubernetesPostgres
timeout to 2m
#7772
Conversation
Signed-off-by: willdavsmith <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7772 +/- ##
=======================================
Coverage 61.13% 61.13%
=======================================
Files 520 520
Lines 27190 27190
=======================================
Hits 16622 16622
Misses 9102 9102
Partials 1466 1466 ☔ View full report in Codecov by Sentry. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Let's try this but I am not sure that the issue is a timeout issue. I guess we have already increased it last week or the week before that. Correct me if I am wrong @lakshmimsft. I believe it may have something to do with the CoreDNS pods in AKS. cc/ @willdavsmith |
…adius-project#7772) # Description The long-running tests seem to be failing due to a timeout on the `Test_TerraformRecipe_KubernetesPostgres` test. Increasing the timeout might resolve the issue. * Increased timeout from 50s to 120s <img width="1006" alt="image" src="https://github.com/user-attachments/assets/70e3077f-c2bb-4be2-8f51-125d96a1141d"> ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Signed-off-by: willdavsmith <[email protected]> Signed-off-by: Reshma Abdul Rahim <[email protected]>
Description
The long-running tests seem to be failing due to a timeout on the
Test_TerraformRecipe_KubernetesPostgres
test. Increasing the timeout might resolve the issue.Type of change