Skip to content
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

Cleaning and refactoring test utils #22653

Merged
merged 8 commits into from
Feb 7, 2024

Conversation

olpipi
Copy link
Contributor

@olpipi olpipi commented Feb 5, 2024

Details:

  • Cleaning and refactoring test utils

Tickets:

@github-actions github-actions bot added category: IE Tests OpenVINO Test: plugins and common category: GPU OpenVINO GPU plugin category: CPU OpenVINO CPU plugin category: transformations OpenVINO Runtime library - Transformations category: AUTO BATCH OpenVINO Auto Batch plugin labels Feb 5, 2024
@ilya-lavrenov ilya-lavrenov added this to the 2024.0 milestone Feb 5, 2024
@olpipi olpipi marked this pull request as ready for review February 5, 2024 08:42
@olpipi olpipi requested review from a team as code owners February 5, 2024 08:42
@olpipi
Copy link
Contributor Author

olpipi commented Feb 5, 2024

@vurusovs vurusovs mentioned this pull request Feb 5, 2024
@olpipi olpipi requested a review from a team as a code owner February 5, 2024 15:59
@github-actions github-actions bot added the category: TEMPLATE OpenVINO Template plugin label Feb 5, 2024
@olpipi olpipi enabled auto-merge February 5, 2024 22:03
@github-actions github-actions bot removed the category: AUTO BATCH OpenVINO Auto Batch plugin label Feb 5, 2024
@olpipi olpipi mentioned this pull request Feb 6, 2024
@@ -121,6 +121,8 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*eltwiseOpType=Mod_secondaryInputType=PARAMETER_opType=VECTOR_NetType=(f16|f32).*)",
// Interpreter backend doesn't implement evaluate method for OP Multiply (by GroupNormalizationDecomposition)
R"(.*ReferenceGroupNormalization.*_f64*)",
// CVS-131733
R"(.*smoke_BehaviorTests/InferRequestPropertiesTest.ReusableCPUStreamsExecutor.*)",
Copy link
Contributor

Choose a reason for hiding this comment

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

the test body does not contains skip condition. So, I suppose current statement does not take any effect

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The skip is in InferRequestPropertiesTest::SetUp.
But the problem is this test fails for CPU now. So probably the root cause is not in template plugin

@github-actions github-actions bot removed the category: TEMPLATE OpenVINO Template plugin label Feb 6, 2024
@olpipi olpipi added this pull request to the merge queue Feb 6, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 7, 2024
@p-durandin p-durandin added this pull request to the merge queue Feb 7, 2024
Merged via the queue into openvinotoolkit:master with commit 8f23227 Feb 7, 2024
103 checks passed
github-merge-queue bot pushed a commit that referenced this pull request Feb 8, 2024
### Details:
 - Includes #22653

---------

Co-authored-by: Oleg Pipikin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin category: GPU OpenVINO GPU plugin category: IE Tests OpenVINO Test: plugins and common category: transformations OpenVINO Runtime library - Transformations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants