yugabyte/yugabyte-db

Log assertions as soon as they happen in Java tests

Open

#230 ouverte le 23 avr. 2018

Voir sur GitHub
 (0 commentaires) (0 réactions) (1 assigné)C (1 003 forks)batch import
help wantedkind/enhancement

Métriques du dépôt

Stars
 (8 229 stars)
Métriques de merge PR
 (Merge moyen 17j 21h) (92 PRs mergées en 30 j)

Description

In our Java tests, assertions get thrown as exceptions and show up much later at the end of the test. We can create our own set of assertFoo functions that would print a conspicuous log message before throwing an exception.

Guide contributeur