s3: Allow to specify directory height and width #174

Merged
fyrchik merged 1 commit from dstepanov-yadro/xk6-frostfs:feat/s3_object_dirs into master 2024-10-25 10:31:11 +00:00

Closes #124

Closes #124
dstepanov-yadro added 1 commit 2024-10-23 14:16:56 +00:00
[#173] s3: Allow to specify directory height and width
All checks were successful
DCO action / DCO (pull_request) Successful in 37s
Tests and linters / Tests with -race (pull_request) Successful in 1m54s
Tests and linters / Tests (pull_request) Successful in 2m7s
Tests and linters / Lint (pull_request) Successful in 3m31s
6080908613
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
dstepanov-yadro requested review from performance-committers 2024-10-23 14:17:35 +00:00
dstepanov-yadro force-pushed feat/s3_object_dirs from 6080908613 to 9d5292df87 2024-10-23 19:04:51 +00:00 Compare
fyrchik reviewed 2024-10-24 06:23:10 +00:00
@ -132,3 +132,3 @@
export function obj_write() {
const key = __ENV.OBJ_NAME || uuidv4();
let width = parseInt(__ENV.DIR_WIDTH || '0');
Owner

How about moving it to a helper file in scenarios/libs? See scenarios/libs/env-parser.js as an example we use.
It should improve maintainability.

How about moving it to a helper file in `scenarios/libs`? See `scenarios/libs/env-parser.js` as an example we use. It should improve maintainability.
fyrchik approved these changes 2024-10-24 06:23:14 +00:00
Dismissed
dstepanov-yadro force-pushed feat/s3_object_dirs from 9d5292df87 to 78bb8bdf9a 2024-10-24 13:30:44 +00:00 Compare
dstepanov-yadro dismissed fyrchik's review 2024-10-24 13:30:44 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

acid-ant approved these changes 2024-10-24 13:32:52 +00:00
Dismissed
dstepanov-yadro force-pushed feat/s3_object_dirs from 78bb8bdf9a to e0cbc3b763 2024-10-25 09:20:34 +00:00 Compare
dstepanov-yadro dismissed acid-ant's review 2024-10-25 09:20:35 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

acid-ant approved these changes 2024-10-25 09:27:42 +00:00
fyrchik approved these changes 2024-10-25 10:31:06 +00:00
fyrchik merged commit e0cbc3b763 into master 2024-10-25 10:31:11 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/performance-committers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/xk6-frostfs#174
No description provided.