-
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
acceptance tests for exclusive locks #34359
Conversation
| new | exclusive | | ||
|
||
@issue-34358 | ||
Scenario Outline: if a child ressource is exclusivly locked a parrent ressource cannot be locked again |
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.
Scenario Outline: if a child ressource is exclusivly locked a parrent ressource cannot be locked again | |
Scenario Outline: if a child ressource is exclusivly locked a parent resource cannot be locked again |
| new | shared | | ||
| new | exclusive | | ||
|
||
Scenario Outline: if a child ressource is exclusivly locked a parrent ressource can be locked with depth 0 |
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.
Scenario Outline: if a child ressource is exclusivly locked a parrent ressource can be locked with depth 0 | |
Scenario Outline: if a child ressource is exclusivly locked a parent resource can be locked with depth 0 |
Codecov Report
@@ Coverage Diff @@
## master #34359 +/- ##
=========================================
Coverage 64.77% 64.77%
Complexity 18370 18370
=========================================
Files 1199 1199
Lines 69554 69554
Branches 1281 1281
=========================================
Hits 45054 45054
Misses 24127 24127
Partials 373 373
Continue to review full report at Codecov.
|
79dcbcf
to
6c46815
Compare
@dpakach fixed typos |
Background: | ||
Given user "user0" has been created with default attributes | ||
|
||
Scenario Outline: a second lock cannot be set on a folder when its exclusivly locked |
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.
TYPO: exclusively
| new | shared | | ||
| new | exclusive | | ||
|
||
Scenario Outline: if a parent ressource is exclusivly locked a child ressource cannot be locked again |
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.
TYPO: exclusively
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.
TYPO: resource
6c46815
to
adca148
Compare
@davitol fixed typos |
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.
LGTM
backport in #34363 |
Description
test to check if exclusive locks are enforced correctly
Related Issue
Motivation and Context
more tests
How Has This Been Tested?
🤖
Types of changes
Checklist:
Open tasks: