ipfs-inactive / gx-workspace

[ARCHIVED] A gx tool for working with a big bunch of repositories/packages
MIT License
12 stars 3 forks source link

Allow recovering after a failed test case. #8

Open Stebalien opened 7 years ago

Stebalien commented 7 years ago

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".