yugabyte/yugabyte-db

Use the log_path clang sanitizer (ASAN/TSAN/etc.) option to put errors in a separate file

Open

#231 aberto em 23 de abr. de 2018

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C (1.003 forks)batch import
area/docdbhelp wantedkind/enhancementpriority/medium

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

Jira Link: DB-5018 Putting sanitizer errors in a separate file (with a name that can be matched to the process, e.g. ts-1 or m-2) will allow us to parse / display those warnings more easily and detect test failures based on that.

Guia do colaborador