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

First version of a new benchmark to test larger OLTP workload #11053

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

Bodobolero
Copy link
Contributor

@Bodobolero Bodobolero commented Feb 28, 2025

Problem

We want to support larger tenants (regarding logical database size, number of transactions per second etc.) and should increase our test coverage of OLTP transactions at larger scale.

Summary of changes

Start a new benchmark that over time will add more OLTP tests at larger scale.
This PR covers the first version and will be extended in further PRs.

Also fix some infrastructure:

  • default for new connections and large tenants is to use connection pooler pgbouncer, however our fixture always added statement_timeout=120 which is not compatible with pooler see
  • action to create branch timed out after 10 seconds and 10 retries but for large tenants it can take longer so use increasing back-off for retries

Test run

/~https://github.com/neondatabase/neon/actions/runs/13593446706

@Bodobolero Bodobolero requested a review from a team as a code owner February 28, 2025 17:28
@Bodobolero Bodobolero changed the title First version of a new OLTP workload First version of a new benchmark to test larger OLTP workload Feb 28, 2025
@Bodobolero Bodobolero marked this pull request as draft February 28, 2025 17:33
@Bodobolero Bodobolero marked this pull request as ready for review February 28, 2025 17:39
Copy link

github-actions bot commented Feb 28, 2025

7744 tests run: 7365 passed, 0 failed, 379 skipped (full report)


Flaky tests (1)

Postgres 15

Code coverage* (full report)

  • functions: 32.8% (8646 of 26375 functions)
  • lines: 48.6% (73222 of 150679 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
de6bfde at 2025-02-28T20:44:11.217Z :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