-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
K6_BLACKLIST_IPS parsing is broken #1257
Comments
I think it's not us but the envconfig. I raised an issue and made the PR to fix it kelseyhightower/envconfig#157 |
|
given that we no longer use hte orignal envconfig but a fork ... we might want to merge this PR there - if that mkaes more sense. But IMO more testing is needed. |
Oh, I forgot about the fork! Sure, we can merge the PR there + more tests and then we need to bump the dependency here in k6. |
Current behavior on
master
(a2e1c6f4e6207d69461a1b0f24c3aa2c72233101
):Passing it via CLI works fine (
go run main.go run --blacklist-ip '10.0.0.0/8' samples/thresholds.js
).The text was updated successfully, but these errors were encountered: