Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_runner: don't create artifacts if Allure is not enabled (#8580)
## Problem `allure_attach_from_dir` method might create `tar.zst` archives even if `--alluredir` is not set (i.e. Allure results collection is disabled) ## Summary of changes - Don't run `allure_attach_from_dir` if `--alluredir` is not set
- Loading branch information
e747785
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2188 tests run: 2107 passed, 2 failed, 79 skipped (full report)
Failures on Postgres 14
test_gc_feedback_with_snapshots[github-actions-selfhosted]
: releasetest_gc_feedback[github-actions-selfhosted]
: releaseFlaky tests (1)
Postgres 14
test_subscriber_restart
: releaseCode coverage* (full report)
functions
:32.9% (7126 of 21683 functions)
lines
:50.4% (57369 of 113719 lines)
* collected from Rust tests only
e747785 at 2024-08-01T19:43:46.233Z :recycle: