yugabyte/yugabyte-db
GitHub で見るLog assertions as soon as they happen in Java tests
Open
#230 opened on 2018年4月23日
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.