Skip to content

Commit

Permalink
fix(test): ensure compatibility test uses the correct compute node (#…
Browse files Browse the repository at this point in the history
…7741)

Use the old compute node for compat tests.

---------

Signed-off-by: Alex Chi Z <chi@neon.tech>
  • Loading branch information
skyzh committed May 13, 2024
1 parent 972470b commit 9ffb852
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_runner/fixtures/neon_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,7 @@ def from_repo_dir(
config["branch_name_mappings"] = snapshot_config["branch_name_mappings"]

# Update the config with new neon + postgres path in case of compat test
# FIXME: overriding pg_distrib_dir cause storage controller fail to start
# config["pg_distrib_dir"] = str(self.pg_distrib_dir)
config["pg_distrib_dir"] = str(self.pg_distrib_dir)
config["neon_distrib_dir"] = str(self.neon_binpath)

with (self.repo_dir / "config").open("w") as f:
Expand Down

1 comment on commit 9ffb852

@github-actions
Copy link

Choose a reason for hiding this comment

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

3141 tests run: 2995 passed, 0 failed, 146 skipped (full report)


Flaky tests (3)

Postgres 16

  • test_crafted_wal_end[simple]: debug
  • test_synthetic_size_while_deleting: debug

Postgres 15

  • test_pageserver_restarts_under_worload: debug

Code coverage* (full report)

  • functions: 31.4% (6333 of 20177 functions)
  • lines: 47.3% (47867 of 101172 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
9ffb852 at 2024-05-13T22:41:59.246Z :recycle:

Please sign in to comment.