Skip to content

Conversation

@jnasbyupgrade
Copy link
Contributor

Summary

Tests now use unique database names based on project name + hash of directory path. This prevents test conflicts when running tests for multiple projects in parallel.

Cross-platform: uses md5 on macOS, md5sum on Linux.

Also adds pgxntool-sync-master and pgxntool-sync-local-master targets, and updates HISTORY.asc.

Changes only in pgxntool. No related changes in pgxntool-test.

🤖 Generated with Claude Code

jnasbyupgrade and others added 3 commits January 29, 2026 17:06
Tests now use a database named `{project}_{hash}` instead of the default
`contrib_regression`. The hash is the first 5 characters of the md5 of
the current directory path.

This prevents multiple test runs in different projects/directories from
clobbering each other's test databases.

Co-Authored-By: Claude <noreply@anthropic.com>
Add `pgxntool-sync-master` and `pgxntool-sync-local-master` targets
to sync from the master branch (GitHub and local respectively).

Changes only in pgxntool. No related changes in pgxntool-test.

Co-Authored-By: Claude <noreply@anthropic.com>
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