Skip to content

Commit

Permalink
tests: move test_parallel_copy into performance tree (#10343)
Browse files Browse the repository at this point in the history
## 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
jcsp authored Jan 10, 2025
1 parent 0d4fce2 commit 105f66c
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

1 comment on commit 105f66c

@github-actions
Copy link

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-64
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_storage_controller_many_tenants[release-pg16-github-actions-selfhosted]"

Code coverage* (full report)

  • functions: 32.7% (8041 of 24618 functions)
  • lines: 47.8% (66815 of 139908 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
105f66c at 2025-01-10T16:20:19.320Z :recycle:

Please sign in to comment.