Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix USERPROFILE access conflicts in Windows CI #3389

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benjaminwinger
Copy link
Collaborator

Some tests have been failing when multiple jobs are trying to read/write to the same extension file. E.g. https://github.com/kuzudb/kuzu/actions/runs/8853455160/job/24314357568?pr=3387

The path of that file is derived from ClientConfig.homeDirectory, which is set using the USERPROFILE environment variable on Windows. This overrides that in CI to refer to a directory unique to the CI job.

@benjaminwinger benjaminwinger marked this pull request as ready for review April 29, 2024 13:48
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.

None yet

1 participant