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

adapt pgvector bench to minor version upgrades of PostgreSql #9784

Merged
merged 3 commits into from
Nov 18, 2024

Conversation

Bodobolero
Copy link
Contributor

@Bodobolero Bodobolero commented Nov 18, 2024

Problem

pgvector benchmark is failing because after PostgreSQL minor version upgrade previous version packages are no longer available in deb repository

example failure

Summary of changes

Update postgres minor version of packages to current version

Example run after this change

@Bodobolero Bodobolero requested review from a team and bayandin November 18, 2024 08:51
Copy link
Contributor

@a-masterov a-masterov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR changes the minor versions of Postgres due to the version update in Neon
No problems were found.

@Bodobolero Bodobolero enabled auto-merge (squash) November 18, 2024 09:52
Copy link

5490 tests run: 5247 passed, 0 failed, 243 skipped (full report)


Flaky tests (2)

Postgres 17

Code coverage* (full report)

  • functions: 31.5% (7933 of 25165 functions)
  • lines: 49.7% (62849 of 126557 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
08c7f80 at 2024-11-18T09:57:00.621Z :recycle:

Copy link
Member

@bayandin bayandin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@Bodobolero Bodobolero merged commit c3eecf6 into main Nov 18, 2024
99 of 101 checks passed
@Bodobolero Bodobolero deleted the bodobolero/update_pgversion_pgvector_bench branch November 18, 2024 10:47
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.

3 participants