You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add `&` operator at the end of kill commands `CHAOS_KILL_COMMAND` example: `kill $(find /proc -name exe -lname '*/md5sum' 2>&1 | grep -v 'Permission denied' | awk -F/ '{print $(NF-1)}') &`.
241
-
Because we are running this command as a background process using multi-threading.
240
+
- Add `&` operator in the end of kill command `CHAOS_KILL_COMMAND` example: `kill $(find /proc -name exe -lname '*/md5sum' 2>&1 | grep -v 'Permission denied' | awk -F/ '{print $(NF-1)}') &`. As we are running chaos command as a background process in separate thread.
242
241
- Import main file it in bin/experiment/experiment.py and add case. example: line number 3 in experiment.py
243
242
- Then go to root(litmus-python) and run `python3 setup.py install`
0 commit comments