Skip to content

Restore example backend test filtering#787

Merged
allnes merged 3 commits into
learning-process:masterfrom
aobolensk:test-fix
Jun 4, 2026
Merged

Restore example backend test filtering#787
allnes merged 3 commits into
learning-process:masterfrom
aobolensk:test-fix

Conversation

@aobolensk
Copy link
Copy Markdown
Member

Should also restore test coverage level

}

TEST_F(NesterovARunFuncTestsThreads, MatmulFromPicTbbEnabled) {
RunTestCasesWithTag(kTestTasksList, "_tbb_");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we make RunTestCasesWithTag(kTestTasksList, "tbb"); for all cases and what happen if I forget it? I wait for fail.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

ExecuteTest(test_param);
}

void RunTestCasesWithTag(const auto &test_tasks_list, const std::string &task_tag) {
Copy link
Copy Markdown
Member

@allnes allnes Jun 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it common function? can we move to util?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.42%. Comparing base (8ab7b17) to head (5e3e13b).

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #787       +/-   ##
===========================================
+ Coverage   28.73%   92.42%   +63.68%     
===========================================
  Files          15       15               
  Lines         515      515               
  Branches      199      199               
===========================================
+ Hits          148      476      +328     
+ Misses        353        4      -349     
- Partials       14       35       +21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@allnes allnes added this pull request to the merge queue Jun 4, 2026
Merged via the queue into learning-process:master with commit 57e11e7 Jun 4, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants