{% if pr_url or workflow_url %}

Test Report Information

{% if pr_url %}

Pull Request: PR #{{ pr_number }}

{% endif %} {% if workflow_url %}

Workflow Run: {{ workflow_run_id }}

{% endif %}

Build Preset: {{ build_preset }}

Branch: {{ branch }}

{% endif %}
{% for status in status_order %} {% set sanitizer_count = tests[status] | selectattr('is_sanitizer_issue') | list | length %}

{{ status.name }} ({{ tests[status] | length }}) {% if sanitizer_count > 0 %} - {{ sanitizer_count }} SANITIZER ISSUE{{ 's' if sanitizer_count != 1 else '' }} {% endif %}

{% if status.is_error and history%} {% endif %} {% if status in has_any_log %} {% endif %} {% for t in tests[status] %} {% if status.is_error %} {% if (status.is_error and t.full_name in history) %} {% elif (status.is_error and history) %} {% elif status.is_error %} {% endif %} {% if status in has_any_log %} {% endif %} {% endfor %}
test owner test namehistory
old->new
elapsed statusLOG
{{ t.owners.replace('TEAM:@ydb-platform/','')}} {% else %} {% endif %} {{ t.full_name }} {% if t.is_sanitizer_issue %} SANITIZER {% endif %} {% if status.is_error %}
{% endif %} {% if t.status_description %} {% endif %}
{% for h in history[t.full_name] %} {% if history[t.full_name][h].status == 'failure' %} {% elif history[t.full_name][h].status == 'passed' %} {% elif history[t.full_name][h].status == 'mute' %} {% endif %} {% endfor %} {{ t.elapsed_display }} {{ t.status_display }} {% if t.log_urls %} {% for log_name, log_url in t.log_urls.items() %} {{ log_name }}{% if not loop.last %} | {% endif %} {% endfor %} {% else %}   {% endif %}
{% endfor %}