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

[ISSUE-1186]: fake-attach without DR test automation (e2e), framework utils #1208

Merged
merged 8 commits into from
Jul 12, 2024

Conversation

korzepadawid
Copy link
Collaborator

Purpose

Resolves #1186

Describe your changes

PR checklist

  • Add link to the issue
  • Choose Project
  • Choose PR label
  • New unit tests added
  • Modified code has meaningful comments
  • All TODOs are linked with the issues
  • All comments are resolved

Testing

Provide test details

@korzepadawid korzepadawid force-pushed the issue-1186-multiple-nodes branch from e6212d3 to 10415be Compare July 12, 2024 06:32
@korzepadawid korzepadawid marked this pull request as ready for review July 12, 2024 06:33
@korzepadawid korzepadawid changed the title [ISSUE-1186]: fake-attach test automation [ISSUE-1186]: fake-attach withour DR test automation (e2e), framework utils Jul 12, 2024
@korzepadawid korzepadawid changed the title [ISSUE-1186]: fake-attach withour DR test automation (e2e), framework utils [ISSUE-1186]: fake-attach without DR test automation (e2e), framework utils Jul 12, 2024
@korzepadawid korzepadawid force-pushed the issue-1186-multiple-nodes branch from 10415be to e0cfbf7 Compare July 12, 2024 09:28
korzepadawid and others added 2 commits July 12, 2024 11:28
Signed-off-by: Dawid Korzepa <[email protected]>
Co-authored-by: korzepadawwid <[email protected]>
Co-authored-by: mdutka-dell <[email protected]>
Signed-off-by: Dawid Korzepa <[email protected]>
Copy link

codecov bot commented Jul 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.01%. Comparing base (e9fce99) to head (8f44288).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1208      +/-   ##
==========================================
- Coverage   71.04%   71.01%   -0.03%     
==========================================
  Files         105      105              
  Lines       10592    10592              
==========================================
- Hits         7525     7522       -3     
- Misses       2759     2761       +2     
- Partials      308      309       +1     
Flag Coverage Δ
unittests 71.01% <ø> (-0.03%) ⬇️

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.

Co-authored-by: korzepadawwid <[email protected]>
Co-authored-by: mdutka-dell <[email protected]>
Signed-off-by: Dawid Korzepa <[email protected]>


@pytest.fixture(autouse=True)
def keep_drive_count(drive_utils_executors: dict[str, DriveUtils]) -> Generator[None, None, None]:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

to make sure we don't disconnect a drive during a test without plugging it again

@korzepadawid korzepadawid merged commit 69d3658 into master Jul 12, 2024
4 checks passed
@korzepadawid korzepadawid deleted the issue-1186-multiple-nodes branch July 12, 2024 12:03
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.

Disk Eject, test automation for the fake-attach procedure (without DR)
3 participants