Resources for writing test cases in Jaeger backend #5725
-
Hi Jaeger Community, I hope this message finds you well. I am currently learning how to write test cases for the Jaeger project, specifically using Bash scripting. I have reviewed some of the existing test scripts in the repository and am eager to understand the best practices and tools used by the community. Could anyone point me to resources, tutorials, or documentation that would help me get up to speed with Bash testing for Jaeger? Any examples or guidance on writing effective and comprehensive test cases in Bash would be greatly appreciated. Thank you for your support and for maintaining such a fantastic project! Best regards, Anmol |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @AnmolxSingh, I'm here to help you with any issues or questions you have regarding the Jaeger project. Whether it's bug fixing, code assistance, or becoming a contributor, I've got you covered. Let me know how I can assist you. For writing test cases in the Jaeger backend using Bash scripting, here are some key points and resources that can help you get started:
By following these guidelines and examining the existing scripts and Makefile in the Jaeger repository, you can write effective and comprehensive test cases in Bash for the Jaeger project. |
Beta Was this translation helpful? Give feedback.
Hello @AnmolxSingh,
I'm here to help you with any issues or questions you have regarding the Jaeger project. Whether it's bug fixing, code assistance, or becoming a contributor, I've got you covered. Let me know how I can assist you.
Dosu
For writing test cases in the Jaeger backend using Bash scripting, here are some key points and resources that can help you get started:
Custom Bash Scripts: The Jaeger project uses custom Bash scripts for testing. You can find examples of these scripts in the repository, such as
check-test-files.sh
andcheck-goleak-files.sh
[1].Makefile Integration: The
Makefile
in the Jaeger repository integrates these Bash scripts into the testing process. For e…