>> If we did an operation up front that we know should succeed, or do some >> other small test for rsync, and that fails, then we can just turn off >> rsync >> for that machine object from then on? > > We could check if rsync is executable on the client the first time somebody > tries to get_file/send_file in abstract_ssh. If it's not executable, issue a > DEBUG level message and don't try it anymore. If it's executable, keep > trying rsync for every transfer (and issue a DEBUG level message if it > fails).
Sounds great. _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
