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

Ignore temporary files when syncing test cluster distribution #81482

Merged
merged 2 commits into from
Dec 8, 2021

Conversation

mark-vieira
Copy link
Contributor

This pull request tweaks our test cluster distribution syncing to ignore any .attach_pid files created in the source distribution directory. Oddly enough I wouldn't expect these to ever be created in that location, given we explicitly set the working directory for test clusters but in any case, just skipping them should sort out the problem of us trying to link these files concurrently with them being deleted.

Closes #80943

@mark-vieira mark-vieira added :Delivery/Build Build or test infrastructure v8.0.0 auto-backport-and-merge Automatically create backport pull requests and merge when ready v7.16.1 labels Dec 7, 2021
@elasticmachine elasticmachine added the Team:Delivery Meta label for Delivery team label Dec 7, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-delivery (Team:Delivery)

@mark-vieira
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/docs skiplinkcheck

@mark-vieira
Copy link
Contributor Author

@elasticmachine update branch

@elasticsearchmachine
Copy link
Collaborator

💚 Backport successful

Status Branch Result
8.0
7.16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport-and-merge Automatically create backport pull requests and merge when ready :Delivery/Build Build or test infrastructure >non-issue Team:Delivery Meta label for Delivery team v7.16.1 v8.0.0-rc2 v8.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

java.nio.file.NoSuchFileException: ... /.attach_pid
4 participants