[#338] Automation of PATCH method in S3 #338

Merged
abereziny merged 1 commit from Kiriruso/frostfs-testcases:feature-patch-testsuite-part-two into master 2024-12-17 07:39:47 +00:00
Contributor

Signed-off-by: Kirill Sosnovskikh k.sosnovskikh@yadro.com

Signed-off-by: Kirill Sosnovskikh <k.sosnovskikh@yadro.com>
Kiriruso added 1 commit 2024-12-05 20:22:28 +00:00
[#338] Automation of PATCH method in S3
Some checks failed
DCO check / DCO (pull_request) Has been cancelled
b7cde46498
Signed-off-by: Kirill Sosnovskikh <k.sosnovskikh@yadro.com>
Kiriruso requested review from JuliaKovshova 2024-12-05 20:22:28 +00:00
Kiriruso requested review from abereziny 2024-12-05 20:22:28 +00:00
Kiriruso requested review from d.zayakin 2024-12-05 20:22:28 +00:00
Kiriruso requested review from anikeev-yadro 2024-12-05 20:22:28 +00:00
Kiriruso requested review from anurindm 2024-12-05 20:22:28 +00:00
Kiriruso requested review from ylukoyan 2024-12-05 20:22:28 +00:00
Kiriruso requested review from i.niyazov 2024-12-05 20:22:28 +00:00
Kiriruso force-pushed feature-patch-testsuite-part-two from b7cde46498 to af74135546 2024-12-05 20:43:35 +00:00 Compare
Kiriruso force-pushed feature-patch-testsuite-part-two from af74135546 to 7184cc511b 2024-12-05 20:45:15 +00:00 Compare
Kiriruso removed review request for JuliaKovshova 2024-12-06 09:37:15 +00:00
Kiriruso removed review request for abereziny 2024-12-06 09:37:17 +00:00
Kiriruso removed review request for d.zayakin 2024-12-06 09:37:20 +00:00
Kiriruso removed review request for anikeev-yadro 2024-12-06 09:37:23 +00:00
Kiriruso removed review request for anurindm 2024-12-06 09:37:24 +00:00
Kiriruso removed review request for ylukoyan 2024-12-06 09:37:25 +00:00
Kiriruso removed review request for i.niyazov 2024-12-06 09:37:26 +00:00
abereziny reviewed 2024-12-11 09:34:48 +00:00
@ -0,0 +26,4 @@
PART_SIZE_FOR_MULTIPART = 5 * 1024 * 1024
def pytest_generate_tests(metafunc: pytest.Metafunc) -> None:
Member

can we remove generate_tests from here?

can we remove generate_tests from here?
Author
Contributor

It is possible, but then for all tests using s3_client I would have to add parameterization of s3_policy, which is not very convenient. I can apply parameterization to the whole class, but not all tests use s3_client, so it will not work.

Add parameterization for tests using s3_client?

It is possible, but then for all tests using `s3_client` I would have to add parameterization of `s3_policy`, which is not very convenient. I can apply parameterization to the whole class, but not all tests use `s3_client`, so it will not work. Add parameterization for tests using `s3_client`?
Kiriruso force-pushed feature-patch-testsuite-part-two from 7184cc511b to dc6a136d6b 2024-12-11 13:56:26 +00:00 Compare
Kiriruso force-pushed feature-patch-testsuite-part-two from dc6a136d6b to a2567c2643 2024-12-11 19:31:06 +00:00 Compare
Kiriruso force-pushed feature-patch-testsuite-part-two from a2567c2643 to fb9b75ce39 2024-12-11 22:55:04 +00:00 Compare
Kiriruso force-pushed feature-patch-testsuite-part-two from fb9b75ce39 to 31c4b3eb02 2024-12-11 23:16:07 +00:00 Compare
Kiriruso force-pushed feature-patch-testsuite-part-two from 31c4b3eb02 to e0319a7b4b 2024-12-12 11:34:44 +00:00 Compare
Kiriruso force-pushed feature-patch-testsuite-part-two from e0319a7b4b to a1f7848262 2024-12-12 16:50:00 +00:00 Compare
Kiriruso force-pushed feature-patch-testsuite-part-two from a1f7848262 to ed2b885c03 2024-12-13 10:35:48 +00:00 Compare
Kiriruso force-pushed feature-patch-testsuite-part-two from ed2b885c03 to a5fcd03a9d 2024-12-13 11:24:13 +00:00 Compare
abereziny approved these changes 2024-12-16 13:00:00 +00:00
d.zayakin approved these changes 2024-12-16 14:20:51 +00:00
i.niyazov approved these changes 2024-12-16 15:00:58 +00:00
abereziny merged commit c75352e267 into master 2024-12-17 07:39:47 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
4 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#338
No description provided.