-
Notifications
You must be signed in to change notification settings - Fork 100
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
Scheduled long running test failed - Run ID: 12755105579 #8238
Comments
👋 @rad-ci-bot Thanks for filing this bug report. A project maintainer will review this report and get back to you soon. If you'd like immediate help troubleshooting, please visit our Discord server. For more information on our triage process please visit our triage overview |
|
Looking into this further, I'm seeing this error on the long running test AKS cluster:
|
This is related to the PR that added Postgres database: #8072. I'm going to revert the commit for now to unblock long running tests. ![]() Pod details:
No matching persistent volume to bind the pvc to -
|
# Description This reverts commit 9e74e73. Reverting this commit as it is breaking long running tests. Needs to be investigated and checked in again with a fix. ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedScheduling 47m (x10 over 76m) default-scheduler 0/5 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/5 nodes are available: 5 Preemption is not helpful for scheduling.. Warning FailedScheduling 7m17s (x8 over 42m) default-scheduler 0/4 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/4 nodes are available: 4 Preemption is not helpful for scheduling.. Normal NotTriggerScaleUp 3m39s (x840 over 144m) cluster-autoscaler pod didn't trigger scale-up: 2 pod has unbound immediate PersistentVolumeClaims ``` ``` % kubectl get pvc -n radius-system NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE database-database-0 Pending standard 3d11h ``` No matching persistent volume to bind the pvc to - ``` % kubectl get pv NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE pvc-3bc9bae6-18a1-41ed-b78e-01c347df6f68 1Gi RWO Delete Bound dapr-system/dapr-scheduler-data-dir-dapr-scheduler-server-0 default 116d ``` More details can be found here: #8238. Signed-off-by: Karishma Chawla <[email protected]>
Reverting the commit has fixed the issue with long running tests https://github.com/radius-project/radius/actions/workflows/long-running-azure.yaml |
Bug information
This issue is automatically generated if the scheduled long running test fails. The Radius long running test operates on a schedule of every 2 hours everyday. It's important to understand that the test may fail due to workflow infrastructure issues, like network problems, rather than the flakiness of the test itself. For the further investigation, please visit here.
AB#14063
The text was updated successfully, but these errors were encountered: