Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: move test_parallel_copy into performance tree #10343

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

jcsp
Copy link
Collaborator

@jcsp jcsp commented Jan 10, 2025

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

@jcsp jcsp requested a review from bayandin January 10, 2025 12:58
@jcsp jcsp added the run-benchmarks Indicates to the CI that benchmarks should be run for PR marked with this label label Jan 10, 2025
Copy link

7282 tests run: 6918 passed, 0 failed, 364 skipped (full report)


Flaky tests (2)

Postgres 16

  • test_physical_replication_config_mismatch_max_locks_per_transaction: release-arm64

Postgres 15

Code coverage* (full report)

  • functions: 32.7% (8043 of 24618 functions)
  • lines: 47.8% (66823 of 139908 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
a750e2a at 2025-01-10T13:56:07.173Z :recycle:

@jcsp jcsp added this pull request to the merge queue Jan 10, 2025
Merged via the queue into main with commit 105f66c Jan 10, 2025
89 checks passed
@jcsp jcsp deleted the jcsp/move-test-parallel-copy branch January 10, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-benchmarks Indicates to the CI that benchmarks should be run for PR marked with this label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants