Currently, if a test case in a dependency fails during a gx-workspace update step, the only way forward is to restart from scratch. Unfortunately, given the racy state of some of our test cases, this can make updating a dependency a very painful process.
The correct solution is to not make our test cases fail randomly however, it would be really nice if there were a way to just "try again".
Currently, if a test case in a dependency fails during a
gx-workspace update
step, the only way forward is to restart from scratch. Unfortunately, given the racy state of some of our test cases, this can make updating a dependency a very painful process.The correct solution is to not make our test cases fail randomly however, it would be really nice if there were a way to just "try again".