[#11] Support reading env variables from file #34

Merged
fyrchik merged 1 commit from dkirillov/xk6-frostfs:feature/11-read_env_file into master 2023-03-20 13:02:07 +00:00
Member

close #11

close #11
dkirillov self-assigned this 2023-03-14 15:05:13 +00:00
dkirillov force-pushed feature/11-read_env_file from 04e22cda74 to c39384f44b 2023-03-15 06:09:25 +00:00 Compare
dkirillov force-pushed feature/11-read_env_file from c39384f44b to ed58333aba 2023-03-15 06:13:50 +00:00 Compare
dkirillov changed title from WIP: [#11] Support reading env variables from file to [#11] Support reading env variables from file 2023-03-15 06:14:22 +00:00
requested reviews from fyrchik, a.bogatyrev, alexvanin, carpawell, abereziny 2023-03-15 06:16:31 +00:00
acid-ant approved these changes 2023-03-15 06:28:30 +00:00
alexvanin approved these changes 2023-03-16 12:29:32 +00:00
@ -7,1 +7,4 @@
import { textSummary } from './libs/k6-summary-0.0.2.js';
import { parseEnv } from './libs/env-parser.js';
parseEnv();
Owner

Is this required to use -e ENV_FILE=.env?

Is this required to use `-e ENV_FILE=.env`?
Author
Member

No, there is some check in parseEnv() function

No, there is some check in `parseEnv()` function
fyrchik approved these changes 2023-03-16 17:25:40 +00:00
dkirillov scheduled this pull request to auto merge when all checks succeed 2023-03-20 08:06:32 +00:00
realloc canceled auto merging this pull request when all checks succeed 2023-03-20 08:25:43 +00:00
requested reviews from acid-ant, alexvanin, fyrchik 2023-03-20 08:37:53 +00:00
requested reviews from storage-core-committers, storage-core-developers, storage-services-committers, storage-services-developers 2023-03-20 08:38:15 +00:00
alexvanin approved these changes 2023-03-20 08:43:20 +00:00
fyrchik merged commit ed58333aba into master 2023-03-20 13:02:07 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-committers
TrueCloudLab/storage-core-developers
TrueCloudLab/storage-services-developers
No milestone
No project
No assignees
4 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#34
No description provided.