-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Remove deprecation allowance for rmdir recursive #116019
Conversation
This bumps synthetics to 1.0.0 beta 16, letting us remove the ignored warning for fs.rmdir(path, { recursive: true})
@elasticmachine merge upstream |
I'm okay with waiting on this until it's more convenient, just wanted to make sure it isn't forgotten. |
Pinging @elastic/kibana-operations (Team:Operations) |
Pinging @elastic/uptime (Team:uptime) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from synthetics side.
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
This bumps synthetics to 1.0.0 beta 16, letting us remove the ignored
warning for
fs.rmdir(path, { recursive: true})