Skip to content

Commit

Permalink
feat: add vitess proposal for upcoming lfx term
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <manan@planetscale.com>
  • Loading branch information
GuptaManan100 committed Jan 11, 2024
1 parent fa9f598 commit e0333c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/vitessio/vitess/issues/14931>

0 comments on commit e0333c3

Please sign in to comment.