yugabyte/yugabyte-db

Log assertions as soon as they happen in Java tests

Open

#230 aberto em 23 de abr. de 2018

Ver no GitHub
 (0 comments) (0 reactions) (1 assignee)C (1.003 forks)batch import
help wantedkind/enhancement

Métricas do repositório

Stars
 (8.229 stars)
Métricas de merge de PR
 (Mesclagem média 17d 21h) (92 fundiu PRs em 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.

Guia do colaborador