tweag / nix_bazel_codelab

Nix+Bazel Codelab
Apache License 2.0
50 stars 4 forks source link

Java client tests should fail when the server is not running #37

Closed GuillaumeGen closed 1 year ago

GuillaumeGen commented 1 year ago

I think that it is much clearer if the client test fails when no server is running rather than having a test which simply states pass whereas the client is talking to a wall, and then the user adds the --test_output=all and discovers that the test is green whereas the log contains an horrible error message. Plus, it is an opportunity to talking about test caching.