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
We should have some way to do automated testing. I'm not sure yet what's the best way to do that, considering that we don't really want to mock too many parts of paramiko or the planetlab api.
A good start might be some tests involving only local workers, but that misses features such as run_per_host or synchronization barriers.
The text was updated successfully, but these errors were encountered:
Definitely ... tests for local functionality is imho the first step e.g. parsing experiment xml descriptions, configuration etc. ... so feel free to go for it
Testing network functionality is a mess since it is hard to trick the remote part or mockup into all possbile error cases...
We should have some way to do automated testing. I'm not sure yet what's the best way to do that, considering that we don't really want to mock too many parts of paramiko or the planetlab api.
A good start might be some tests involving only local workers, but that misses features such as run_per_host or synchronization barriers.
The text was updated successfully, but these errors were encountered: