[#382] Fix request type determination #382

Merged
alexvanin merged 1 commits from mbiryukova/frostfs-s3-gw:bugfix/determine_req_type into master 2024-05-07 12:34:01 +00:00
Collaborator

Signed-off-by: Marina Biryukova m.biryukova@yadro.com

Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>
mbiryukova self-assigned this 2024-05-06 10:16:58 +00:00
mbiryukova added 1 commit 2024-05-06 10:17:00 +00:00
/ Vulncheck (pull_request) Successful in 1m49s Details
/ DCO (pull_request) Failing after 2m18s Details
/ Builds (1.20) (pull_request) Successful in 3m45s Details
/ Builds (1.21) (pull_request) Successful in 3m39s Details
/ Lint (pull_request) Successful in 5m20s Details
/ Tests (1.20) (pull_request) Successful in 2m48s Details
/ Tests (1.21) (pull_request) Successful in 2m42s Details
2a6a6d45c5
[#xxx] Fix request type determination
Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>
mbiryukova force-pushed bugfix/determine_req_type from 2a6a6d45c5 to 3816770d54 2024-05-06 10:17:40 +00:00 Compare
mbiryukova changed title from [#xxx] Fix request type determination to [#382] Fix request type determination 2024-05-06 10:18:10 +00:00
mbiryukova requested review from storage-services-committers 2024-05-06 10:24:15 +00:00
mbiryukova requested review from storage-services-developers 2024-05-06 10:24:16 +00:00
mbiryukova force-pushed bugfix/determine_req_type from 3816770d54 to bbd61a7f6c 2024-05-06 11:39:05 +00:00 Compare
dkirillov approved these changes 2024-05-06 14:39:09 +00:00
@ -0,0 +47,4 @@
reqType, bktName, objName = getBucketObject(r, []string{"some-domain", domain})
require.Equal(t, objectType, reqType)
require.Equal(t, bkt, bktName)
require.Equal(t, obj, objName)
Collaborator

Probably, it would be convenient to use table tests. But it's up to you

Probably, it would be convenient to use table tests. But it's up to you
dkirillov marked this conversation as resolved
mbiryukova force-pushed bugfix/determine_req_type from bbd61a7f6c to a92c88ec36 2024-05-06 18:24:56 +00:00 Compare
dkirillov approved these changes 2024-05-07 06:46:21 +00:00
r.loginov approved these changes 2024-05-07 11:14:08 +00:00
mbiryukova force-pushed bugfix/determine_req_type from a92c88ec36 to c43ef040dc 2024-05-07 12:18:18 +00:00 Compare
alexvanin merged commit c43ef040dc into master 2024-05-07 12:34:01 +00:00
alexvanin deleted branch bugfix/determine_req_type 2024-05-07 12:34:01 +00:00
Sign in to join this conversation.
There is no content yet.