preset: use temporary file for payload #58
No reviewers
TrueCloudLab/storage-services-committers
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
6 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#58
Loading…
Reference in a new issue
No description provided.
Delete branch "fyrchik/xk6-frostfs:fix-preset-tempfile"
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 #57
6427b803ab
to46f7c8b337
46f7c8b337
tobd41c009f3
But this does not closes #57 atm because file is still not deleted after preset.
@abereziny have you checked the behaviour? I have checked with raw python interpreter, the file was deleted after exit.
@ -3,6 +3,7 @@
import argparse
import json
import sys
import tempfile
Need to add this line to preset_grpc.py too.
Fixed
bd41c009f3
to2e918c57d5