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

Update stability tests #1483

Merged
merged 2 commits into from
May 3, 2024
Merged

Conversation

yunchu
Copy link
Contributor

@yunchu yunchu commented Apr 29, 2024

Summary

Update weekly workflow to run fuzzing with different extra installation option instead of pytest-loop.

How to test

Checklist

  • I have added unit tests to cover my changes.​
  • I have added integration tests to cover my changes.​
  • I have added the description of my changes into CHANGELOG.​
  • I have updated the documentation accordingly

License

  • I submit my code changes under the same MIT 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: MIT

@yunchu yunchu requested review from a team as code owners April 29, 2024 02:37
@yunchu yunchu requested review from wonjuleee and removed request for a team April 29, 2024 02:37
Copy link

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.85%. Comparing base (44cc56a) to head (c79d1e3).
Report is 47 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1483      +/-   ##
===========================================
- Coverage    80.85%   80.85%   -0.01%     
===========================================
  Files          271      273       +2     
  Lines        30689    31405     +716     
  Branches      6197     6321     +124     
===========================================
+ Hits         24815    25393     +578     
- Misses        4489     4588      +99     
- Partials      1385     1424      +39     
Flag Coverage Δ
ubuntu-20.04_Python-3.10 80.83% <ø> (-0.01%) ⬇️
windows-2022_Python-3.10 80.83% <ø> (+<0.01%) ⬆️

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.

- python-version: "3.11"
tox-env-py: "311"
name: stability test (Python ${{ matrix.python-version }}, Extra ${{ matrix.extra }})
runs-on: ubuntu-latest
Copy link
Contributor

Choose a reason for hiding this comment

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

can I ask you why testing on different os is dropped?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

we're using fuzzing tool atheris but they does not support windows.

Copy link
Contributor

Choose a reason for hiding this comment

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

Is this okay to skip tests for windows?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

current fuzzing implementation is very primitive and works only with datumaro CLI. but I can say that this changes would cover small portion of stability tests that required to this product. it's better to work as well for the windows but it's not supported by a tool of fuzzing we're using.

tox.ini Show resolved Hide resolved
@yunchu yunchu merged commit 900b7dd into openvinotoolkit:develop May 3, 2024
21 checks passed
@yunchu yunchu deleted the update-stability-tests branch May 3, 2024 05:17
@wonjuleee wonjuleee added this to the 1.7.0 milestone May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants