Skip to content

Use /tmp as unix socket directory in the CI - #823

Open
jeltz wants to merge 1 commit into
percona:mainfrom
jeltz:ci-no-chown
Open

Use /tmp as unix socket directory in the CI#823
jeltz wants to merge 1 commit into
percona:mainfrom
jeltz:ci-no-chown

Conversation

@jeltz

@jeltz jeltz commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Since the Ubuntu packages uses /run/postgresql as the unix socket directory by default and that directory is owned by the postgres user we used to change owner of /run/postgresql but instead we can just use /tmp and simplify our setup.

This way we do not even have to kill the default instance of PostgreSQL.

PG-0

Since the Ubuntu packages uses /run/postgresql as the unix socket
directory by default and that directory is owned by the postgres user we
used to change owner of /run/postgresql but instead we can just use /tmp
and simplify our setup.

This way we do not even have to kill the default instance of PostgreSQL.
@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.46%. Comparing base (81ca012) to head (c023146).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #823   +/-   ##
=======================================
  Coverage   88.46%   88.46%           
=======================================
  Files           3        3           
  Lines        1318     1318           
  Branches      187      187           
=======================================
  Hits         1166     1166           
  Misses         77       77           
  Partials       75       75           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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