yugabyte/yugabyte-db

Log assertions as soon as they happen in Java tests

Open

#230 geöffnet am 23. Apr. 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C (1.003 Forks)batch import
help wantedkind/enhancement

Repository-Metriken

Stars
 (8.229 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17T 21h) (92 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide