Stefan Birkner
Stefan Birkner
It is unexpected that the common key prefix for some metrics types is different. This makes it unnecessary difficult to find the metrics in the database. This commit unifies the...
Improve readability of the function "update_client_info". It is now easier to see that it copies four items with the same algorithm.
System Lambda is more specific. It only wraps the part of the code that reads the environment variables. In addition System Lambda is independent from the test framework and no...
The "isRetryExhausted" check only depends on the throwable itself. The new code makes this more clear because the check is no longer part of anyMatch's lambda expression. I also extracted...
Avoids duplicate implementations of RunListener for different test and provides Hamcrest matchers for verifying events sent to the listener.
My sudo is setup without the NOPASSWD directive. It took me some time to to figure out that battleschool failed because of this. Adding this information hopefully avoids this problem...
A lot of headlines are no longer formatted as headlines on GitHub. This is because GitHub requires a whitespace between the hashes and the text of a headline. That whitespace...
The branch name has a typo and it would be nice if you rename it to `kata_too_many_commits`.