Skip to content
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

Scenario should fail if the actual recovery time exceeds the threshold set #670

Closed
chaitanyaenr opened this issue Jul 14, 2024 · 0 comments · Fixed by krkn-chaos/krkn-lib#112
Assignees
Labels
bug Something isn't working

Comments

@chaitanyaenr
Copy link
Collaborator

chaitanyaenr commented Jul 14, 2024

Here's the telemetry data from one of the runs:

"telemetry": {
        "scenarios": [
            {
                "start_timestamp": 1720971022,
                "end_timestamp": 1720971089,
                "scenario": "scenarios/pod_scenario.yaml",
                "exit_status": 0,
                "parameters_base64": "",
                "parameters": [
                    {
                        "config": {
                            "kill": 1,
                            "krkn_pod_recovery_time": 100,
                            "label_selector": "prometheus=k8s",
                            "namespace_pattern": "openshift-monitoring",
                            "timeout": 180
                        },
                        "id": "kill-pods"
                    }
                ],
                "affected_pods": {
                    "recovered": [
                        {
                            "pod_name": "prometheus-k8s-1",
                            "namespace": "openshift-monitoring",
                            "total_recovery_time": 122.3113272190094,
                            "pod_readiness_time": 60.979615211486816,
                            "pod_rescheduling_time": 61.33171200752258
                        }
                    ],
                    "unrecovered": [],
                    "error": null
                }
            }
        ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants