Add new s3 scenario #143
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#143
Loading…
Reference in a new issue
No description provided.
Delete branch "mmalygina/xk6-frostfs:feauture-add-s3-dar-scenario"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add new s3 scenario where successfully read objects are marked with read status, and deleter picks only "read" objects for deletion (delete after read - dar)
Signed-off-by: m.malygina m.malygina@yadro.com
@ -0,0 +208,4 @@
}
const obj = obj_to_delete_selector.nextObject();
if (obj.status == "read") {
This check looks redundant: obj_to_delete_selector must select only read objects.
Fixed
8993e9ba39
to06ec4abc7f
ef45e81f75
tobdf4c192e1