yugabyte/yugabyte-db

Log assertions as soon as they happen in Java tests

Open

#230 opened on Apr 23, 2018

View on GitHub
 (0 comments) (0 reactions) (1 assignee)C (1,003 forks)batch import
help wantedkind/enhancement

Repository metrics

Stars
 (8,229 stars)
PR merge metrics
 (Avg merge 17d 21h) (92 merged PRs in 30d)

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.

Contributor guide