[Linux] Ignore provider-generated events#1042
Merged
chrisd8088 merged 2 commits intomicrosoft:features/linuxprototypefrom May 1, 2019
Merged
[Linux] Ignore provider-generated events#1042chrisd8088 merged 2 commits intomicrosoft:features/linuxprototypefrom
chrisd8088 merged 2 commits intomicrosoft:features/linuxprototypefrom
Conversation
98e275c to
0c2476e
Compare
3e25110 to
6a487f5
Compare
Also handle missing pid files when looking for a process's command line string; in this case, we can only report an empty string.
Co-Authored-By: chrisd8088 <chrisd@apache.org>
bf40d52 to
91959e6
Compare
Contributor
Author
|
Updated to pick up latest CI checks. |
Contributor
|
Looks good for merge. |
Contributor
Author
wilbaker
approved these changes
May 1, 2019
Contributor
Author
|
Thanks, @wilbaker! |
chrisd8088
added a commit
that referenced
this pull request
May 2, 2019
[Linux] Ignore provider-generated events
chrisd8088
added a commit
that referenced
this pull request
May 7, 2019
[Linux] Ignore provider-generated events
chrisd8088
added a commit
that referenced
this pull request
May 8, 2019
[Linux] Ignore provider-generated events
chrisd8088
added a commit
that referenced
this pull request
May 8, 2019
[Linux] Ignore provider-generated events
chrisd8088
added a commit
that referenced
this pull request
May 9, 2019
[Linux] Ignore provider-generated events
chrisd8088
added a commit
that referenced
this pull request
May 11, 2019
[Linux] Ignore provider-generated events
chrisd8088
added a commit
that referenced
this pull request
May 21, 2019
[Linux] Ignore provider-generated events
chrisd8088
added a commit
that referenced
this pull request
May 21, 2019
[Linux] Ignore provider-generated events
kivikakk
pushed a commit
to github/VFSForGit
that referenced
this pull request
May 24, 2019
[Linux] Ignore provider-generated events
chrisd8088
added a commit
that referenced
this pull request
May 24, 2019
[Linux] Ignore provider-generated events
chrisd8088
added a commit
that referenced
this pull request
Jul 20, 2019
[Linux] Ignore provider-generated events
chrisd8088
added a commit
that referenced
this pull request
Jul 26, 2019
[Linux] Ignore provider-generated events
chrisd8088
added a commit
that referenced
this pull request
Jul 28, 2019
[Linux] Ignore provider-generated events
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
We want to ignore events triggered by the provider process itself, and we also should handle the case where we can't map a pid to a process command line because the process has already exited.
/cc @kivikakk