-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[WIP] Enable samba tests without mkdir #36425
Conversation
The tests pass, but there is lots of noise in the test output: https://drone.owncloud.com/owncloud/core/21342/3/10
So it is useful to have the |
Codecov Report
@@ Coverage Diff @@
## master #36425 +/- ##
============================================
+ Coverage 64.87% 65.21% +0.34%
Complexity 19792 19792
============================================
Files 1271 1208 -63
Lines 74723 67304 -7419
Branches 1309 0 -1309
============================================
- Hits 48479 43895 -4584
+ Misses 25858 23409 -2449
+ Partials 386 0 -386
Continue to review full report at Codecov.
|
This is on top of #36422 and is for test confirmation only.
It removes
mkdir /var/cache/samba
before running the tests. This should make the tests fail, confirming that themkdir
is really required.