-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove old tests results and old coverage collection (#6376)
## Problem We have switched to new test results and new coverage results, so no need to collect these data in old formats. ## Summary of changes - Remove "Upload coverage report" for old coverage report - Remove "Store Allure test stat in the DB" for old test results format
- Loading branch information
Showing
3 changed files
with
1 addition
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
fa52cd5
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.
2450 tests run: 2330 passed, 0 failed, 120 skipped (full report)
Flaky tests (9)
Postgres 16
test_compute_pageserver_connection_stress
: releasetest_crafted_wal_end[last_wal_record_xlog_switch_ends_on_page_boundary]
: debugtest_gc_cutoff
: releasetest_multi_attach
: releasetest_physical_replication
: releasePostgres 15
test_crafted_wal_end[last_wal_record_crossing_segment]
: releasetest_gc_cutoff
: release, debugPostgres 14
test_pageserver_max_throughput_getpage_at_latest_lsn[1-6-30]
: releaseCode coverage (full report)
functions
:54.5% (11225 of 20608 functions)
lines
:81.5% (63265 of 77643 lines)
fa52cd5 at 2024-02-01T15:58:30.759Z :recycle: