litmuschaos / litmus

Litmus helps SREs and developers practice chaos engineering in a Cloud-native way. Chaos experiments are published at the ChaosHub (https://hub.litmuschaos.io). Community notes is at https://hackmd.io/a4Zu_sH4TZGeih-xCimi3Q
https://litmuschaos.io
Apache License 2.0
4.27k stars 659 forks source link

Add Fuzzing test suites in Litmus #4548

Open Saranya-jena opened 3 months ago

Saranya-jena commented 3 months ago

What happened:

What you expected to happen:

Where can this issue be corrected? (optional)

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

milinddethe15 commented 3 months ago

Isn't this issue included for Gsoc project (#4425)?

Baalekshan commented 1 month ago

Hi @Saranya-jena , could you provide more context on this issue.

anshikavashistha commented 1 month ago

@Saranya-jena For adding fuzzing test suites in litmus ,we may add AFL, libFuzzer and some more tools that may be compatible with litmus.I don't much about the compatibility. Please guide me

Baalekshan commented 1 month ago

@Saranya-jena I will take this.

Baalekshan commented 1 month ago

@prithvi1307 @Saranya-jena I'll work on this

Akash-Singh04 commented 2 weeks ago

Hey @Baalekshan Are you still working on this?

Baalekshan commented 2 weeks ago

@Akash-Singh04 Yeah, I do but If you want to work on this I think you can also add test suites if you want, just let me know what part of the codebase you are covering so both might not be working on the same thing.

Akash-Singh04 commented 2 weeks ago

@Baalekshan No worries I'll take up another issue, All the best!

milinddethe15 commented 1 week ago

Hi, I have this draft PR on fuzz testing if you want to check it: #4565