-
Notifications
You must be signed in to change notification settings - Fork 143
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
3.9.1: disable maxRuntime with user-provided input #1436
Comments
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Apr 7, 2021
When this happens, the user is expressing the intention of explicitly testing all the input they provided. So, disable maxRuntime in these cases. Part of ooni/probe#1436.
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Apr 7, 2021
When this happens, the user is expressing the intention of explicitly testing all the input they provided. So, disable maxRuntime in these cases. Part of ooni/probe#1436.
Fixed at ooni/probe-cli#305. We still probably need to backport to 3.9.2. |
bassosimone
added a commit
to ooni/probe-cli
that referenced
this issue
Apr 7, 2021
When this happens, the user is expressing the intention of explicitly testing all the input they provided. So, disable maxRuntime in these cases. Part of ooni/probe#1436.
With ooni/probe-cli#308 we ensure we're not losing this fix from the stable branch. |
ainghazal
pushed a commit
to ainghazal/probe-cli
that referenced
this issue
Mar 8, 2022
When this happens, the user is expressing the intention of explicitly testing all the input they provided. So, disable maxRuntime in these cases. Part of ooni/probe#1436.
ainghazal
pushed a commit
to ainghazal/probe-cli
that referenced
this issue
Mar 8, 2022
When this happens, the user is expressing the intention of explicitly testing all the input they provided. So, disable maxRuntime in these cases. Part of ooni/probe#1436.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the user is using
--input
or--input-file
, they probably want to test the whole list rather than hitting a timeout enforced by the timed runs where we fetch data from the API. (We have too many running modes and options combination. We need to do something to restructure the code so that what happens is obvious and we have lessif
s.)The text was updated successfully, but these errors were encountered: