{% 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 %} {% set timeout_count = tests[status] | selectattr('is_timeout_issue') | list | length %} {% set xfailed_count = tests[status] | selectattr('is_xfailed_issue') | list | length %} {% set verify_count = tests[status] | selectattr('is_verify_issue') | list | length %} {% set oom_count = tests[status] | selectattr('is_possible_oom') | list | length %} {% set not_launched_count = tests[status] | selectattr('is_not_launched') | list | length %}

{{ status.name }} ({{ tests[status] | length }}) {% if sanitizer_count > 0 %} - {{ sanitizer_count }} SANITIZER ISSUE{{ 's' if sanitizer_count != 1 else '' }} {% endif %} {% if timeout_count > 0 %} - {{ timeout_count }} TIMEOUT ISSUE{{ 's' if timeout_count != 1 else '' }} {% endif %} {% if xfailed_count > 0 %} - {{ xfailed_count }} XFAILED ISSUE{{ 's' if xfailed_count != 1 else '' }} {% endif %} {% if verify_count > 0 %} - {{ verify_count }} VERIFY ISSUE{{ 's' if verify_count != 1 else '' }} {% endif %} {% if oom_count > 0 %} - {{ oom_count }} POSSIBLE OOM{{ 's' if oom_count != 1 else '' }} {% endif %} {% if not_launched_count > 0 %} - {{ not_launched_count }} NOT LAUNCHED ISSUE{{ 's' if not_launched_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 history %} {% endif %} {% if status in has_any_log %} {% endif %} {% endfor %}
test owner test nameSuccess rateelapsed statusLOG
{{ t.owners.replace('TEAM:@ydb-platform/','')}} {% else %} {% endif %} {{ t.full_name }} {% if status.is_error %} {% endif %} {% if t.is_sanitizer_issue %} SANITIZER {% endif %} {% if t.is_timeout_issue %} TIMEOUT {% endif %} {% if t.is_xfailed_issue %} XFAILED {% endif %} {% if t.is_verify_issue %} VERIFY {% endif %} {% if t.is_possible_oom %} possible OOM {% endif %} {% if t.is_not_launched %} NOT LAUNCHED {% endif %} {% if status.is_error %}
{% endif %} {% if t.status_description %} {% endif %}
{% if t.full_name in history %} {% endif %} {{ 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 %}