[#303] add local object ape tests #303

Merged
abereziny merged 1 commit from ChEktn/frostfs-testcases:ape into master 2024-10-31 10:23:10 +00:00
Member
No description provided.
ChEktn added 1 commit 2024-10-01 12:04:39 +00:00
[#303] add morph and local ape tests]
Some checks failed
DCO check / Commits Check (pull_request) Failing after 18s
13226424ce
ChEktn force-pushed ape from 13226424ce to cc5b3a7429 2024-10-01 12:07:13 +00:00 Compare
ChEktn changed title from [#303] add morph and local ape tests] to [#303] add morph and local ape tests 2024-10-01 12:07:29 +00:00
ChEktn force-pushed ape from cc5b3a7429 to b6958d2c78 2024-10-08 09:06:53 +00:00 Compare
ChEktn changed title from [#303] add morph and local ape tests to [#303] add morph and local object ape tests 2024-10-08 09:07:10 +00:00
ChEktn force-pushed ape from b6958d2c78 to 035610914e 2024-10-08 09:08:34 +00:00 Compare
abereziny reviewed 2024-10-08 10:17:48 +00:00
@ -0,0 +348,4 @@
)
with reporter.step("Check get object from container on the first node, expected error"):
check_get_object_1 = can_get_object(
Member

For expecting the exception please use

with pytest.raises(Exception, match="<exception_regex>"):
     get_object(...)
For expecting the exception please use ``` with pytest.raises(Exception, match="<exception_regex>"): get_object(...) ```
abereziny marked this conversation as resolved
abereziny reviewed 2024-10-08 10:18:43 +00:00
@ -0,0 +289,4 @@
assert check_delete_object_1 == True, "Can't delete object to container on the first node"
with reporter.step("Check delete object to container on the second node, allow expected"):
check_delete_object_2 = can_delete_object(
Member

For not expecting the exception, please use:

with expect_not_raises(): 
     delete_object(...)
For not expecting the exception, please use: ``` with expect_not_raises(): delete_object(...) ```
abereziny marked this conversation as resolved
ChEktn force-pushed ape from 035610914e to 0df880a748 2024-10-08 14:58:52 +00:00 Compare
ChEktn force-pushed ape from 0df880a748 to 0ee1815712 2024-10-10 12:19:32 +00:00 Compare
abereziny approved these changes 2024-10-10 13:58:21 +00:00
Dismissed
ChEktn added 1 commit 2024-10-15 11:29:37 +00:00
Merge branch 'master' into ape
Some checks failed
DCO check / Commits Check (pull_request) Failing after 18s
edf5a9eced
ChEktn force-pushed ape from edf5a9eced to 085afe2f03 2024-10-15 11:31:50 +00:00 Compare
d.zayakin approved these changes 2024-10-31 06:31:11 +00:00
Dismissed
ChEktn added 1 commit 2024-10-31 10:06:27 +00:00
Merge branch 'master' into ape
Some checks failed
DCO check / Commits Check (pull_request) Failing after 8s
d60e3c1c30
ChEktn force-pushed ape from d60e3c1c30 to 2ce8f43e9c 2024-10-31 10:11:27 +00:00 Compare
ChEktn dismissed abereziny's review 2024-10-31 10:11:28 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

ChEktn dismissed d.zayakin's review 2024-10-31 10:11:28 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

ChEktn changed title from [#303] add morph and local object ape tests to [#303] add local object ape tests 2024-10-31 10:11:45 +00:00
d.zayakin approved these changes 2024-10-31 10:14:41 +00:00
Dismissed
abereziny approved these changes 2024-10-31 10:14:58 +00:00
Dismissed
ChEktn force-pushed ape from 2ce8f43e9c to b33514df3c 2024-10-31 10:20:13 +00:00 Compare
abereziny approved these changes 2024-10-31 10:21:36 +00:00
d.zayakin approved these changes 2024-10-31 10:22:49 +00:00
abereziny merged commit b33514df3c into master 2024-10-31 10:23:10 +00:00
abereziny referenced this pull request from a commit 2024-10-31 10:23:12 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-testcases#303
No description provided.