dlmarion commented on issue #188:
URL: 
https://github.com/apache/accumulo-testing/issues/188#issuecomment-1016673164


   So, one idea I had was to make the agitator more dynamic, and make it so 
that you only had to run one script instead of multiple. You could, as an 
example, have a script that runs commands randomly from files in a directory. I 
tested this out, but it looks like my test files have been wiped. The basic 
gist was to have a set of bash files in a directory, where each file had two 
functions do() and undo(). The main agitator script would randomly select a 
file from the directory, source it, call do(), wait for some period of time and 
then call undo().


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to