-
Notifications
You must be signed in to change notification settings - Fork 510
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
test: enable Python tests (short+medium) to be run on PMem #5648
Conversation
Codecov Report
@@ Coverage Diff @@
## stable-1.13 #5648 +/- ##
===============================================
- Coverage 74.27% 74.26% -0.01%
===============================================
Files 145 145
Lines 22131 22131
Branches 3705 3704 -1
===============================================
- Hits 16438 16436 -2
- Misses 5693 5695 +2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @lukaszstolarczuk)
.github/workflows/unittest.yml
line 36 at r1 (raw file):
run: make check - name: Run tests (Python)
This split between Bash and Python tests is very unfortunate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @lukaszstolarczuk)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @grom72)
Signed-off-by: Tomasz Gromadzki <[email protected]>
f9b6641
to
174336d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @grom72)
Enable Python tests (short+medium) to be run on PMem
Requires:
Fixes: #5649
Signed-off-by: Tomasz Gromadzki [email protected]
This change is