-
Notifications
You must be signed in to change notification settings - Fork 345
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
job-timeout not working with nrunner #5295
Comments
beraldoleal
added a commit
to beraldoleal/avocado
that referenced
this issue
Apr 10, 2022
Currently we cannot count on any test based on the legacy runner, as it is in a disassembly state. Those in particular can't be migrated because issue avocado-framework#5295. Keeping those tests running on partially broken legacy runner is not desired. Signed-off-by: Beraldo Leal <bleal@redhat.com>
TasmiyaNalatwad
pushed a commit
to TasmiyaNalatwad/avocado
that referenced
this issue
Apr 20, 2022
Currently we cannot count on any test based on the legacy runner, as it is in a disassembly state. Those in particular can't be migrated because issue avocado-framework#5295. Keeping those tests running on partially broken legacy runner is not desired. Signed-off-by: Beraldo Leal <bleal@redhat.com>
This was referenced Jun 3, 2022
Closed
richtja
added a commit
to richtja/avocado
that referenced
this issue
Nov 28, 2022
This commit adds a mechanism for terminating running tasks after the job reaches its timeout. Reference: avocado-framework#5295 Signed-off-by: Jan Richter <jarichte@redhat.com>
richtja
added a commit
to richtja/avocado
that referenced
this issue
Nov 29, 2022
This commit adds a mechanism for terminating running tasks after the job reaches its timeout. Reference: avocado-framework#5295 Signed-off-by: Jan Richter <jarichte@redhat.com>
richtja
added a commit
to richtja/avocado
that referenced
this issue
Dec 2, 2022
This commit adds a mechanism for terminating running tasks after the job reaches its timeout. Reference: avocado-framework#5295 Signed-off-by: Jan Richter <jarichte@redhat.com>
richtja
added a commit
to richtja/avocado
that referenced
this issue
Jul 14, 2023
This will remove unsystematic timeout inside avocado-instrumented runner. This timeout has been set to 24 hours and users haven't had a way how to change it. Because we solved problems with `task.timeout.running` in avocado-framework#5383 and `job-timeout` in avocado-framework#5295 this default timeout is not needed anymore. After this change, the users will have more power over timeouts and will be able to run instrumented tests longer than 24 hours. Reference: avocado-framework#5394 Signed-off-by: Jan Richter <jarichte@redhat.com>
richtja
added a commit
to richtja/avocado
that referenced
this issue
Jul 17, 2023
This will remove unsystematic timeout inside avocado-instrumented runner. This timeout has been set to 24 hours and users haven't had a way how to change it. Because we solved problems with `task.timeout.running` in avocado-framework#5383 and `job-timeout` in avocado-framework#5295 this default timeout is not needed anymore. After this change, the users will have more power over timeouts and will be able to run instrumented tests longer than 24 hours. Reference: avocado-framework#5394 Signed-off-by: Jan Richter <jarichte@redhat.com>
richtja
added a commit
to richtja/avocado
that referenced
this issue
Aug 28, 2023
This will remove unsystematic timeout inside avocado-instrumented runner. This timeout has been set to 24 hours and users haven't had a way how to change it. Because we solved problems with `task.timeout.running` in avocado-framework#5383 and `job-timeout` in avocado-framework#5295 this default timeout is not needed anymore. After this change, the users will have more power over timeouts and will be able to run instrumented tests longer than 24 hours. Reference: avocado-framework#5394 Signed-off-by: Jan Richter <jarichte@redhat.com>
maramsmurthy
pushed a commit
to maramsmurthy/avocado
that referenced
this issue
Sep 6, 2023
This commit adds a mechanism for terminating running tasks after the job reaches its timeout. Reference: avocado-framework#5295 Signed-off-by: Jan Richter <jarichte@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
--job-timeout
option is not working when using the new runner.Steps to reproduce
Expected behavior
Current behavior
Vide reproducible
System information (please complete the following information):
Distributor ID: Fedora
Description: Fedora release 34 (Thirty Four)
Release: 34
Codename: ThirtyFour
The text was updated successfully, but these errors were encountered: