Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: move test_parallel_copy into performance tree (#10343)
## Problem This test writes ~5GB of data. It is not suitable to run in parallel with all the other small tests in test_runner/regress. via #9537 ## Summary of changes - Move test_parallel_copy into the performance directory, so that it does not run in parallel with other tests
- Loading branch information
105f66c
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.
7433 tests run: 7058 passed, 1 failed, 374 skipped (full report)
Failures on Postgres 16
test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Code coverage* (full report)
functions
:32.7% (8041 of 24618 functions)
lines
:47.8% (66815 of 139908 lines)
* collected from Rust tests only
105f66c at 2025-01-10T16:20:19.320Z :recycle: