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

Kp/fix e2e tests #3849

Merged
merged 14 commits into from
Aug 19, 2024
Merged

Kp/fix e2e tests #3849

merged 14 commits into from
Aug 19, 2024

Conversation

kprokofi
Copy link
Contributor

@kprokofi kprokofi commented Aug 15, 2024

Summary

Fix current e2e tests for anomaly and semi-sl

How to test

Checklist

  • I have added unit tests to cover my changes.​
  • I have added integration tests to cover my changes.​
  • I have ran e2e tests and there is no issues.
  • I have added the description of my changes into CHANGELOG in my target branch (e.g., CHANGELOG in develop).​
  • I have updated the documentation in my target branch accordingly (e.g., documentation in develop).
  • I have linked related issues.

License

  • I submit my code changes under the same Apache License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below).
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

Copy link

codecov bot commented Aug 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.78%. Comparing base (53d54af) to head (77acd3b).
Report is 8 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3849      +/-   ##
===========================================
- Coverage    80.84%   80.78%   -0.07%     
===========================================
  Files          272      277       +5     
  Lines        27349    27252      -97     
===========================================
- Hits         22111    22016      -95     
+ Misses        5238     5236       -2     
Flag Coverage Δ
py310 80.52% <ø> (-0.25%) ⬇️
py311 80.74% <ø> (+0.16%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

sungchul2
sungchul2 previously approved these changes Aug 16, 2024
eunwoosh
eunwoosh previously approved these changes Aug 16, 2024
@eunwoosh eunwoosh added this pull request to the merge queue Aug 16, 2024
github-merge-queue bot pushed a commit that referenced this pull request Aug 16, 2024
* debug test

* fixed semisl case and anomaly

* fix pre-commit

* updated paths

* fix posix path issue

* change path for semantic seg

* update path
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 16, 2024
@chuneuny-emily chuneuny-emily added this pull request to the merge queue Aug 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 16, 2024
Copy link
Contributor

@chuneuny-emily chuneuny-emily left a comment

Choose a reason for hiding this comment

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

The current code has the side effect of test_otx_explain_e2e_cli and test_otx_hpo_e2e_cli failing. I will additionally reflect the fix code to this branch.

chuneuny-emily
chuneuny-emily previously approved these changes Aug 16, 2024
harimkang
harimkang previously approved these changes Aug 16, 2024
@chuneuny-emily chuneuny-emily dismissed stale reviews from harimkang and themself via ed649b5 August 16, 2024 07:59
tests/e2e/conftest.py Outdated Show resolved Hide resolved
yunchu
yunchu previously approved these changes Aug 19, 2024
chuneuny-emily
chuneuny-emily previously approved these changes Aug 19, 2024
tests/e2e/cli/test_cli.py Outdated Show resolved Hide resolved
tests/e2e/cli/test_cli.py Outdated Show resolved Hide resolved
@chuneuny-emily chuneuny-emily dismissed stale reviews from yunchu and themself via 2d79c49 August 19, 2024 06:25
@harimkang harimkang added this pull request to the merge queue Aug 19, 2024
Merged via the queue into develop with commit 94d218d Aug 19, 2024
19 of 20 checks passed
@harimkang harimkang deleted the kp/fix_e2e_tests branch August 19, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUILD TEST Any changes in tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants