[#13] Allow to use english text in the payload #15
No reviewers
TrueCloudLab/storage-services-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
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#15
Loading…
Reference in a new issue
No description provided.
Delete branch "fyrchik/lorem-ipsum"
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 #13.
Lorem ipsum
is not english technically, but it should be compressible.Decided to use string value, not a bool one for future extensibility (xml? VM images? data from file?) and better user experience.
TODO: testing.
I suggest to stop scenario with errorcode if we use wrong value. It will more convenient to autotests.
We also need to add this functionality to the preset scenario.
@ -47,2 +65,4 @@
buf: make([]byte, size+TailSize),
typ: typ,
}
return Generator{vu: vu, size: size, buf: nil, typ: typ, offset: 0}
Looks like needs to be removed.
0addc11a78
to025facee96