yugabyte/yugabyte-db

Log assertions as soon as they happen in Java tests

Open

#230 opened on 2018年4月23日

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
 (平均マージ 17d 21h) (30d で 92 merged PRs)

説明

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.

コントリビューターガイド