Delete data created in preset #157
No reviewers
TrueCloudLab/storage-core-committers
TrueCloudLab/storage-core-developers
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#157
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "elebedeva/xk6-frostfs:fix/delet-preset-data"
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?
Close #154
Signed-off-by: Ekaterina Lebedeva ekaterina.lebedeva@yadro.com
Please, remove the formatting changes, if possible.
It seems we are going in rounds, need a task for this, to store the configuration in this repo.
93aaec4e0d
e92ce668a8
5f20d5d88a
to4ec75a1c89
@fyrchik
Removed commit with formatting changes.
@ -212,3 +222,3 @@
}
const resp = grpc_client.delete(obj.c_id, obj.o_id);
const obj = obj_list[Math.floor(Math.random() * obj_list.length)];
It makes sense for read, because we can read each object multiple times.
But we cannot delete it multiple times (probably can, but the result would be meaningless).
CI/CD formatter will be better:)
Exactly, that is the task we need.
Pull request closed