folder structuring and added contextual Classifier integration test#154
folder structuring and added contextual Classifier integration test#154simamta wants to merge 8 commits intoqualcomm:mainfrom
Conversation
| spawn_short_process(); | ||
| std::this_thread::sleep_for(std::chrono::milliseconds(300)); |
Check notice
Code scanning / CodeQL
Unused static function Note test
| } | ||
|
|
||
| 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
| 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
| || 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
| 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
|
@kartnema yes it is enabled on devcompute where i tested |
Yes @kartnema, runners, devcompute (Ubuntu 24.04) have these configs enabled. |
|
@simamta |
No description provided.