load_time in the format of days, hours and minutes #156
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-testlib#156
Loading…
Reference in a new issue
No description provided.
Delete branch "EliChin/frostfs-testlib:feature/load"
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?
Signed-off-by: Liza e.chichindaeva@yadro.com
cd07e895e7
tode7aaeacfc
[OBJECT-4944] load_time in the format of days, hours and minutesto load_time in the format of days, hours and minutesde7aaeacfc
to259cf9f80d
@ -201,3 +201,3 @@
# ------- COMMON SCENARIO PARAMS -------
# Load time is the maximum duration for k6 to give load. Default is the BACKGROUND_LOAD_DEFAULT_TIME value.
load_time: Optional[int] = metadata_field(all_load_scenarios, None, "DURATION", False)
load_time: Optional[str] = metadata_field(all_load_scenarios, None, "DURATION", False)
Optional[Union[int, str]]
@ -531,6 +531,15 @@ class TestLoadConfig:
self._check_env_vars(load_params, expected_env_vars)
def test_convert_time_to_seconds(self, load_params: LoadParams):
Change all of this to
259cf9f80d
tob48e2aaa74
b48e2aaa74
todf8d99d83c