tests: Stop node before removing the notification file#14465
Merged
sipa merged 1 commit intobitcoin:masterfrom Oct 19, 2018
ken2812221:test-notification-fix
Merged
tests: Stop node before removing the notification file#14465sipa merged 1 commit intobitcoin:masterfrom ken2812221:test-notification-fix
sipa merged 1 commit intobitcoin:masterfrom
ken2812221:test-notification-fix
Conversation
Contributor
|
ACK. Have you checked for other cases? |
Contributor
Author
Yes, but still in investigation. |
Contributor
|
LGTM, utACK ca6d86c |
5 tasks
Member
|
utACK |
conscott
reviewed
Oct 15, 2018
Contributor
conscott
left a comment
There was a problem hiding this comment.
Possible other case in the mempool persist test ? Although in this case, removing an active file is intentional.
sipa
added a commit
that referenced
this pull request
Oct 19, 2018
ca6d86c tests: Stop node before removing the notification file (Chun Kuan Lee) Pull request description: Stop node before removing the notification file to make sure the command has been terminated. After then we could removing those files safely and do not receive any permission error. (See #14446) The permission error is Windows specific, documented in python doc: >On Windows, attempting to remove a file that is in use causes an exception to be raised See https://docs.python.org/3/library/os.html#os.remove Tree-SHA512: fbdabf3a9a838bb59ba207dd9e9fbdd87c702a99ad66bee0b2b1537f80f8630d22d9d5e9c4ded23a82a66bfc10989227fb024b27393425abe0e5a2ad4e4cbb82
jasonbcox
pushed a commit
to Bitcoin-ABC/bitcoin-abc
that referenced
this pull request
Jul 30, 2020
Summary: Stop node before removing the notification file (Chun Kuan Lee) Pull request description: Stop node before removing the notification file to make sure the command has been terminated. After then we could removing those files safely and do not receive any permission error. (See #14446) The permission error is Windows specific, documented in python doc: >On Windows, attempting to remove a file that is in use causes an exception to be raised See https://docs.python.org/3/library/os.html#os.remove bitcoin/bitcoin@ca6d86c --- Backport of Core [[bitcoin/bitcoin#14465 | PR14465]] Test Plan: ninja test_runner.py feature_notifications Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D7077
5tefan
added a commit
to 5tefan/dash
that referenced
this pull request
Aug 14, 2021
…n file ca6d86c tests: Stop node before removing the notification file (Chun Kuan Lee) Pull request description: Stop node before removing the notification file to make sure the command has been terminated. After then we could removing those files safely and do not receive any permission error. (See bitcoin#14446) The permission error is Windows specific, documented in python doc: >On Windows, attempting to remove a file that is in use causes an exception to be raised See https://docs.python.org/3/library/os.html#os.remove Tree-SHA512: fbdabf3a9a838bb59ba207dd9e9fbdd87c702a99ad66bee0b2b1537f80f8630d22d9d5e9c4ded23a82a66bfc10989227fb024b27393425abe0e5a2ad4e4cbb82
PastaPastaPasta
added a commit
to dashpay/dash
that referenced
this pull request
Aug 16, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stop node before removing the notification file to make sure the command has been terminated. After then we could removing those files safely and do not receive any permission error. (See #14446)
The permission error is Windows specific, documented in python doc:
See https://docs.python.org/3/library/os.html#os.remove