palantir / atlasdb

Transactional Distributed Database Layer
https://palantir.github.io/atlasdb/
Apache License 2.0
53 stars 9 forks source link

fix: run all tests rather than stopping on first failure locally #7298

Closed mdaudali closed 1 week ago

mdaudali commented 1 week ago

As someone who likes to write tests first for an entire class when scoping things out, having fail fast locally is rather irritating when I want to make sure that, for the methods I have implemented, tests are all passing (and can ignore the ones I haven't implemented).

Having fail fast locally means I have to manually disable tests.

Fail fast was enabled for CI to reduce CI time, so I'm preserving this behaviour.

This env var does exist in circle CI: https://circleci.com/docs/variables/