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

[feature]: add test pipeline for testing MySQL parser using different applications #1869

Open
1 task done
gouravkrosx opened this issue May 8, 2024 · 5 comments
Open
1 task done
Labels
Enhancement New feature or request Good First Issue Good for newcomers Help Wanted Extra attention is needed keploy

Comments

@gouravkrosx
Copy link
Member

gouravkrosx commented May 8, 2024

Is there an existing feature request for this?

  • I have searched the existing issues

Summary

  • Currently, there's a test pipeline for the gin-mongo application, which is a combination of Golang and MongoDB, aimed at testing the Mongo parser. (1), (2)
  • Likewise, we aim to establish pipelines for all supported languages using MySQL as the database to test the MySQL parser.
  • You can contribute to this effort by referring to our documentation on how to extend coverage for Keploy or understand its self-testing approach.
  • Docs Link: https://keploy.io/docs/keploy-explained/testing-guide/

Why should this be worked on?

  • This initiative will enhance Keploy's coverage and benefit all users by supporting its testing capabilities through the concept of Keploy testing Keploy.
  • It will promote confidence in reviewing pull requests, particularly those involving changes to the MySQL parser, by ensuring thorough testing and validation.

Repository

keploy

@gouravkrosx gouravkrosx added the Enhancement New feature or request label May 8, 2024
@github-actions github-actions bot added the keploy label May 8, 2024
@RISHIKESHk07
Copy link

@gouravkrosx could I try this as a beginner?

@nehagup nehagup added Good First Issue Good for newcomers Help Wanted Extra attention is needed labels May 9, 2024
@gouravkrosx
Copy link
Member Author

@RISHIKESHk07
Yes, you can try, if you face any problems while following the docs, please let us know.

@RISHIKESHk07
Copy link

RISHIKESHk07 commented May 9, 2024

i did go through a bit , does samples contain mysql app or something like that as well ? the solution for the issue would be to just to write same as the mongo-test file but use the parser-tester on a mysql app instead , is this correct .

@RISHIKESHk07
Copy link

@gouravkrosx it the above the correct approach , or i am missing additional knowledge ?

@gouravkrosx
Copy link
Member Author

gouravkrosx commented May 20, 2024

@RISHIKESHk07 , There should be a workflow similar to what we have right now, the sample app should reside in any of the language-based sample app repos in the keploy. (samples-go, samples-java). You can make the workflow for more than one language as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Good First Issue Good for newcomers Help Wanted Extra attention is needed keploy
Projects
None yet
Development

No branches or pull requests

3 participants