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.39k stars 688 forks source link

Support DocumentDB by replacing certain MongoDB operations #4886

Open kwx4957 opened 2 weeks ago

kwx4957 commented 2 weeks ago

What is changed

ChaosCenter

Auth Server

GraphQL Server

5 Types

Test Code

AWS documentDB e2e test result

I ran the e2e test on aws documnetdb instead of mongodb, and got the following results

image

The Google Drive link below is videos of the e2e test. https://drive.google.com/drive/folders/1_Rs8TPVlOg7KKDCRqzlgtePDO9Kp4I0O?usp=drive_link

Run simple Experiment

i ran simple chaosexperiment using k6. this is the result. image

Related proposal: https://github.com/litmuschaos/litmus/pull/4812 Related issue: https://github.com/litmuschaos/litmus/issues/4459

namkyu1999 commented 2 weeks ago

Can you check a backend-checks?

kwx4957 commented 2 weeks ago

yes, i will check

kwx4957 commented 2 weeks ago

i find a error when get ListExperimentRun, i will fix it