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

[MNG-8406] Proper IT isolation #1968

Merged
merged 2 commits into from
Dec 12, 2024
Merged

[MNG-8406] Proper IT isolation #1968

merged 2 commits into from
Dec 12, 2024

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Dec 12, 2024

Implement proper IT isolation, in a way, that user running ITs should not have it's own env "mixed in" into IT runs. In essence, use "alternate" user.home for ITs. Also use proper means to set user home. This will also stop fork 4 ITs (as they were forked due presence of env variable).

Note: yes, this causes longer IT execution time (as can be seen), as the ITs user home (core-it-suite/target/user-home) starts as empty (tail is set to "outer" local repo), so ITs do download stuff.


https://issues.apache.org/jira/browse/MNG-8406

@cstamas cstamas added this to the 4.0.0-rc-2 milestone Dec 12, 2024
@cstamas cstamas marked this pull request as ready for review December 12, 2024 12:30
@cstamas cstamas merged commit 79d7739 into apache:master Dec 12, 2024
13 checks passed
@cstamas cstamas deleted the MNG-8406 branch December 12, 2024 14:24
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.

2 participants