Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
start e2e before all clusters are ready (#127)
Currently watcher will wait for all clusters to move to ready state and once it happens then notifies all threads to run e2e testing. If the user wants the created threads to start e2e before all clusters are moved to ready state, he can create a file named "e2e" dynamically in test directory. Watcher will check for this file and notify all threads to start running e2e tests. With this new change, e2e testing will start in either 1. all clusters moved to ready state 2. or user created a file name "e2e" in test directory i.e /tmp/<uuid>/e2e
- Loading branch information