Skip to content

Commit

Permalink
fix(test): ensure fixtures are correctly used for pageserver_aux_file…
Browse files Browse the repository at this point in the history
…_policy (#7769)

Signed-off-by: Alex Chi Z <chi@neon.tech>
  • Loading branch information
skyzh committed May 15, 2024
1 parent 4b97683 commit c6d5ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/fixtures/neon_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ def neon_env_builder(
top_output_dir: Path,
pageserver_virtual_file_io_engine: str,
pageserver_default_tenant_config_compaction_algorithm: Optional[Dict[str, Any]],
pageserver_aux_file_policy: Optional[AuxFileStore] = None,
pageserver_aux_file_policy: Optional[AuxFileStore],
) -> Iterator[NeonEnvBuilder]:
"""
Fixture to create a Neon environment for test.
Expand Down

1 comment on commit c6d5ff9

@github-actions
Copy link

Choose a reason for hiding this comment

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

3147 tests run: 3007 passed, 0 failed, 140 skipped (full report)


Flaky tests (1)

Postgres 15

  • test_multi_attach: debug

Code coverage* (full report)

  • functions: 31.5% (6350 of 20178 functions)
  • lines: 47.5% (47952 of 101008 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
c6d5ff9 at 2024-05-15T19:51:20.181Z :recycle:

Please sign in to comment.