Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: use tenant_create() helper in test_bulk_insert (#6064)
## Problem Since #5449 we enable generations in tests by default. Running benchmarks was missed while merging that PR, and there was one that needed updating. ## Summary of changes Make test_bulk_insert use the proper generation-aware helper for tenant creation.
- Loading branch information
880663f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2528 tests run: 2423 passed, 0 failed, 105 skipped (full report)
Flaky tests (4)
Postgres 16
test_timeline_deletion_with_files_stuck_in_upload_queue
: releasePostgres 15
test_competing_branchings_from_loading_race_to_ok_or_err
: releasetest_gc_cutoff
: releasePostgres 14
test_lfc_resize
: debugCode coverage (full report)
functions
:54.8% (9385 of 17112 functions)
lines
:82.3% (54247 of 65947 lines)
880663f at 2023-12-07T15:50:07.838Z :recycle: