From e0333c391eb1a40a99741f78c7178d7956218eda Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Thu, 11 Jan 2024 13:13:22 +0530 Subject: [PATCH 1/2] feat: add vitess proposal for upcoming lfx term Signed-off-by: Manan Gupta --- .../lfx-mentorship/2024/01-Mar-May/project_ideas.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md b/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md index a21432d2..4c98cd95 100644 --- a/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md +++ b/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md @@ -19,3 +19,15 @@ ## Proposed Project ideas --- + +### Vitess + +#### Improve Unit Test Coverage + +- Description: Vitess is a scalable cloud-native database system for horizontal scaling of MySQL.The project is over 10 years old and there are parts of the code that don’t have very good unit test coverage. Revamping these code files and adding unit test coverage will help with the overall project health. Having strong unit testing is also useful in preventing introducing bugs when making code changes to these files. The task of the mentee would be to add said unit tests for the given code files. +- Expected Outcome: Improved unit test coverage in Vitess. +- Recommended Skills: Go, SQL, Unit testing +- Mentor(s): + - [Manan Gupta](https://github.com/GuptaManan100) (manan@planetscale.com) +- Issue: + From 26a6b554aadb59c3124fe0ae909c517677affef1 Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Fri, 12 Jan 2024 13:51:56 +0530 Subject: [PATCH 2/2] feat: add more information and second mentor Signed-off-by: Manan Gupta --- programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md b/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md index 4c98cd95..131569ed 100644 --- a/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md +++ b/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md @@ -24,10 +24,11 @@ #### Improve Unit Test Coverage -- Description: Vitess is a scalable cloud-native database system for horizontal scaling of MySQL.The project is over 10 years old and there are parts of the code that don’t have very good unit test coverage. Revamping these code files and adding unit test coverage will help with the overall project health. Having strong unit testing is also useful in preventing introducing bugs when making code changes to these files. The task of the mentee would be to add said unit tests for the given code files. +- Description: Vitess is a scalable cloud-native database system for horizontal scaling of MySQL.The project is over 10 years old and there are parts of the code that don’t have very good unit test coverage. Revamping these code files and adding unit test coverage will help with the overall project health. Having strong unit testing is also useful in preventing introducing bugs when making code changes to these files. The task of the mentee would be to add said unit tests for the given code files. At the time of writing this proposal, the unit test coverage in Vitess stands at 47.3% of all lines of code. - Expected Outcome: Improved unit test coverage in Vitess. - Recommended Skills: Go, SQL, Unit testing - Mentor(s): - [Manan Gupta](https://github.com/GuptaManan100) (manan@planetscale.com) + - [Harshit Gangal](https://github.com/harshit-gangal) (harshit@planetscale.com) - Issue: