-
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
deleting a file when 2 files exist with different case #33597
Conversation
Codecov Report
@@ Coverage Diff @@
## master #33597 +/- ##
============================================
+ Coverage 64.22% 64.22% +<.01%
+ Complexity 18431 18269 -162
============================================
Files 1193 1193
Lines 69076 69077 +1
Branches 1277 1277
============================================
+ Hits 44363 44364 +1
Misses 24341 24341
Partials 372 372
Continue to review full report at Codecov.
|
tests/acceptance/features/apiWebdavOperations/deleteFile.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiWebdavOperations/deleteFile.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiWebdavOperations/deleteFile.feature
Outdated
Show resolved
Hide resolved
79424ff
to
47b5c58
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.
This scenario fails for me locally. I don't know how it passed CI on drone - maybe related to the recent drone problems???
I suggest that each file should have different content. Then delete one of the files. Check that the deleted file does not exist, check that the remaining file has the expected content. That will confirm that both the correct file name and the correct file content were deleted.
I looked at the current drone logs and the new scenario is being run, and it passes.
So at least we now know that CI runs the new scenario. |
@davitol when making the backport, please make sure that you have pulled the very latest |
Backport in : #33633 |
Related Issue
#32357 part
Motivation and Context
Spread Tests
How Has This Been Tested?
Local test runs