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

hotfix/Fix backup_directory test fixture #1362

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

danmyway
Copy link
Member

  • pytest.skip was called, so the whole tests got skipped if conditions matched

@danmyway danmyway added skip/changelog If it should be excluded from changelog or Release notes. Such as infra, reverted PRs, etc. tests/skip This PR does not require integration tests to be run. labels Aug 29, 2024
@danmyway danmyway requested a review from a team as a code owner August 29, 2024 13:09
@danmyway danmyway requested a review from kokesak August 29, 2024 13:09
@has-bot
Copy link
Member

has-bot commented Aug 29, 2024

This PR does not require integration tests to be run.


Comment generated by an automation.

Copy link

codecov bot commented Aug 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.43%. Comparing base (954dbe2) to head (81b0495).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1362   +/-   ##
=======================================
  Coverage   96.43%   96.43%           
=======================================
  Files          66       66           
  Lines        4997     4997           
  Branches      877      877           
=======================================
  Hits         4819     4819           
  Misses        101      101           
  Partials       77       77           
Flag Coverage Δ
centos-linux-7 91.86% <ø> (ø)
centos-linux-8 92.75% <ø> (ø)
centos-linux-9 92.79% <ø> (ø)

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.

tests/integration/conftest.py Fixed Show resolved Hide resolved
@danmyway
Copy link
Member Author

danmyway commented Aug 29, 2024

Tests passing (and running now), won't trigger the whole suite just for that.

+--------------------------------------+-----------------------------------------+-----------------------------------+--------------------------------------------------------------+--------+
| UUID                                 | Target                                  | Test Plan                         | Test Case                                                    | Result |
+--------------------------------------+-----------------------------------------+-----------------------------------+--------------------------------------------------------------+--------+
| 42ea0c3a-f3ab-4b26-905c-f8c2bfcf396c | CentOS-Stream-8                         |                                   |                                                              |        |
|                                      |                                         | plans/stream/core/non-destructive |                                                              | PASSED |
|                                      |                                         |                                   | tests/integration/tier0/non-destructive/kernel/custom_kernel | PASSED |
| 0cd6ae52-14c9-47f0-931a-1f29e040d6b4 | OL7.9-x86_64-HVM-2023-01-05             |                                   |                                                              |        |
|                                      |                                         | plans/tier0/core/non-destructive  |                                                              | PASSED |
|                                      |                                         |                                   | tests/integration/tier0/non-destructive/kernel/custom_kernel | PASSED |
| 70d51da7-af6c-4d3e-82f6-f6e8b97f9ac7 | Rocky-8-EC2-Base-8.10-20240528.0.x86_64 |                                   |                                                              |        |
|                                      |                                         | plans/tier0/core/non-destructive  |                                                              | PASSED |
|                                      |                                         |                                   | tests/integration/tier0/non-destructive/kernel/custom_kernel | PASSED |
| c5a396e7-3369-444c-96d7-7654c7bd788e | OL8.9-x86_64-HVM-2024-02-02             |                                   |                                                              |        |
|                                      |                                         | plans/tier0/core/non-destructive  |                                                              | PASSED |
|                                      |                                         |                                   | tests/integration/tier0/non-destructive/kernel/custom_kernel | PASSED |
| f7b51f98-d34b-4332-99fc-cb4b396caad2 | Rocky-8-EC2-Base-8.8-20230518.0.x86_64  |                                   |                                                              |        |
|                                      |                                         | plans/tier0/core/non-destructive  |                                                              | PASSED |
|                                      |                                         |                                   | tests/integration/tier0/non-destructive/kernel/custom_kernel | PASSED |
| bd286a00-58d6-4c4f-9fb3-d9e17b854bb8 | AlmaLinux OS 8.10.20240820 x86_64       |                                   |                                                              |        |
|                                      |                                         | plans/tier0/core/non-destructive  |                                                              | PASSED |
|                                      |                                         |                                   | tests/integration/tier0/non-destructive/kernel/custom_kernel | PASSED |
| 5fc62e20-bc04-48c5-bc39-5ba7fe67651d | AlmaLinux OS 8.8.20230524 x86_64        |                                   |                                                              |        |
|                                      |                                         | plans/tier0/core/non-destructive  |                                                              | PASSED |
|                                      |                                         |                                   | tests/integration/tier0/non-destructive/kernel/custom_kernel | PASSED |
+--------------------------------------+-----------------------------------------+-----------------------------------+--------------------------------------------------------------+--------+

* pytest.skip was called, so the whole tests got skipped if conditions
  matched

Signed-off-by: Daniel Diblik <ddiblik@redhat.com>
@danmyway danmyway force-pushed the fix-backup_directory-fixture branch from 3618b13 to 81b0495 Compare August 29, 2024 14:35
@danmyway danmyway merged commit d6fc633 into oamg:main Aug 30, 2024
18 checks passed
@danmyway danmyway deleted the fix-backup_directory-fixture branch September 3, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip/changelog If it should be excluded from changelog or Release notes. Such as infra, reverted PRs, etc. tests/skip This PR does not require integration tests to be run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants