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 Postgres parser using different applications #1868

Open
1 task done
gouravkrosx opened this issue May 8, 2024 · 5 comments · May be fixed by #1880
Open
1 task done

[feature]: add test pipeline for testing Postgres parser using different applications #1868

gouravkrosx opened this issue May 8, 2024 · 5 comments · May be fixed by #1880
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 Postgres as the database to test the Postgres 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 Postgres 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
@nehagup nehagup added Good First Issue Good for newcomers Help Wanted Extra attention is needed labels May 9, 2024
@Redarcher9
Copy link

Hi @gouravkrosx , Can I pick this up?

@gouravkrosx
Copy link
Member Author

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

@Redarcher9
Copy link

Thanks @gouravkrosx ,
I can see that there is a sample for fasthttp-postgres in go-samples repo, can i use this one?

@gouravkrosx
Copy link
Member Author

@Redarcher9 You can use echo-sql application.

@Redarcher9
Copy link

Hi @gouravkrosx ,
I think I'm very close to fix this,
I am getting an error in my PR(link) for postgres database connectivity in github actions tab(link).

Screenshot 2024-05-11 at 12 19 50 PM

Looks like github actions is not able to find a running instance of postgresql. Can you please tell me where was the instance of mongoDb started? I will try to replicate that in my code 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
3 participants