-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Prospector level processors #3853
Conversation
Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run. |
1 similar comment
Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run. |
LGTM. Ok for me to add the system tests. @urso ok? |
@ruflin I have added the system tests. I'll let the CI to complete. Local tests indicate that thing seem fine.
|
I'm a little suspicious about processor dropping complete events? e.g. What happens to the registry if all events are dropped? I think we need some more tests here. |
Agree with steffen, we should be exta careful here not to break things. Lets have a system test for each one. We can inspect the registry files for that in the tests. |
789ae38
to
8ba51e8
Compare
8ba51e8
to
1bd5729
Compare
# Windows checks | ||
# TODO: Check for IdxHi, IdxLo, Vol in FileStateOS on Windows. | ||
self.assertEqual(len(file_state_os), 3) | ||
elif platform.system() == "SunOS": |
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.
Did you run the tests on such a platform? I would assume this could also break some other tests ...
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.
i copy pasted this from another test case as i assumed that it was there for a reason.
Adding support to have prospector level filters. Kindly review the base code. If all is well, I can go ahead and add the system test cases and change logs.