From 4d8e0afc04edb2a9e319314e12fd1caaeb4dcef4 Mon Sep 17 00:00:00 2001 From: Raj Das Date: Tue, 31 Jan 2023 22:16:48 +0530 Subject: [PATCH] Adding LitmusChaos to LFX-23-Q1 (#788) * Adding LitmusChaos to LFX-23-Q1 Signed-off-by: Raj Babu Das * Adding LitmusChaos to LFX-23-Q1 Signed-off-by: Raj Babu Das --------- Signed-off-by: Raj Babu Das Signed-off-by: Raj Das Signed-off-by: Nate W. Co-authored-by: Nate W --- lfx-mentorship/2023/01-Mar-May/project_ideas.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lfx-mentorship/2023/01-Mar-May/project_ideas.md b/lfx-mentorship/2023/01-Mar-May/project_ideas.md index a5db2913..2de8f11d 100644 --- a/lfx-mentorship/2023/01-Mar-May/project_ideas.md +++ b/lfx-mentorship/2023/01-Mar-May/project_ideas.md @@ -101,6 +101,16 @@ - Issue: +### LitmusChaos + +#### Improve code quality and add unit tests of litmus chaos components +- Description: [LitmusChaos](https://litmuschaos.io) is an open-source Chaos Engineering platform that enables teams to identify weaknesses & potential outages in infrastructures by inducing chaos tests in a controlled way. This project aims to improve the code quality of the golang components of litmus chaos and refactor the codebase for adding the unit test cases. +- Expected Outcome: This will help the project to improve code quality, enhance the unit test suite, and identification of weaknesses +- Recommended Skills: Golang, Kubernetes +- Mentor: Amit Kumar Das (@amityt, amit.das@harness.io) Sayan Mondal (@S-ayanide, sayan.mondal@harness.io) +- Upstream Issue: https://github.com/litmuschaos/litmus/issues/3892 + + ### Thanos #### Add query observability for new promql engine