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

fix(test): use the same value for reldir v1+v2 #11070

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

skyzh
Copy link
Member

@skyzh skyzh commented Mar 3, 2025

Problem

part of #11067

My observation is that with the current value of settings, x86-v1 usually takes 30s, arm-v1 1m30s, x86-v2 1m, arm-v2 3m. But sometimes the system could run too slow and cause test to timeout on arm with reldir v2.

While I investigate what's going on and further improve the performance, I'd like to set both of them to use the same test input, so that it doesn't timeout and we don't abuse this test case as a performance test.

Summary of changes

Use the same settings for both test cases.

@skyzh skyzh requested a review from alexanderlaw March 3, 2025 20:28
Copy link

github-actions bot commented Mar 3, 2025

7788 tests run: 7410 passed, 0 failed, 378 skipped (full report)


Flaky tests (1)

Postgres 17

Code coverage* (full report)

  • functions: 32.9% (8677 of 26390 functions)
  • lines: 48.8% (73902 of 151415 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
6d83f7a at 2025-03-03T21:28:45.362Z :recycle:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant