Skip to content

← All questions

users.poolSize is 4 and now a row that exists in the CSV is not in the pool

Asked 6,420 views3 answers

envs/staging.yaml has:

yaml
users: { poolSize: 4 }

data/staging/users.csv has five rows. Row five is visual_user, role standard.

gherkin
Given I use the user "visual_user" from the pool
text
DATASET_ROW_NOT_FOUND: No pool user named "visual_user".

The name is in the file, spelled the same, and the role exists. Raising poolSize to 5 fixes it, which I only tried by accident. What is poolSize actually doing — I read it as a limit on concurrent leases, not on which accounts exist.

asked by Rasha Halabi572 ·

3 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related