-
Notifications
You must be signed in to change notification settings - Fork 17
folder structuring and added contextual Classifier integration test #154
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
base: main
Are you sure you want to change the base?
Conversation
| spawn_short_process(); | ||
| std::this_thread::sleep_for(std::chrono::milliseconds(300)); |
Check notice
Code scanning / CodeQL
Unused static function Note test
Cgroups_FocusedSliceMove_XFail_reg
| } | ||
|
|
||
| MT_TEST(Classifier, Queue_BackPressure, "integration") { | ||
| for (int i = 0; i < 50; ++i) spawn_short_process(); |
Check notice
Code scanning / CodeQL
Unused static function Note test
Classifier_Netlink_RobustToEINTR_reg
| std::this_thread::sleep_for(std::chrono::milliseconds(kSettleMs)); | ||
| const std::string logs = read_journal_last_seconds(120); | ||
| MT_REQUIRE(ctx, contains_line(logs, kInitEnter)); | ||
| MT_REQUIRE(ctx, contains_line(logs, kInitOk2)); // listening for events |
Check notice
Code scanning / CodeQL
Unused static function Note test
Classifier_Queue_BackPressure_reg
| || logs.find("Ignoring process: sed") != std::string::npos); | ||
| } | ||
|
|
||
| MT_TEST_XFAIL(Signals, Config_Parsing_XFail, "integration", |
Check notice
Code scanning / CodeQL
Unused static function Note test
Classifier_Terminate_Restart_Clean_reg
| MT_REQUIRE(ctx, logs.find("Signal Parsing Failed with Error: stol") != std::string::npos); | ||
| } | ||
|
|
||
| MT_TEST_XFAIL(Extractor, CSVDump_XFail, "integration", |
Check notice
Code scanning / CodeQL
Unused static function Note test
Classifier_IgnoreList_Basic_reg
kartnema
left a comment
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.
|
@kartnema yes it is enabled on devcompute where i tested |
Yes @kartnema, runners, devcompute (Ubuntu 24.04) have these configs enabled. |
|
@simamta |
| // Look for *either* pruned or unfiltered CSVs (simple probe) | ||
| auto r = run_cmd("bash -lc 'ls /var/cache/pruned/*_proc_info* /var/cache/unfiltered/*_proc_info* 2>/dev/null | head -n1'"); |
Check notice
Code scanning / CodeQL
Unused static function Note test
No description provided.