From: Perry Gagne pgagne@redhat.com
I found that sometimes when running things like tcp_crr the server needed a little more time to complete.
Signed-off-by: Perry Gagne pgagne@redhat.com --- lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py b/lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py index 236c2c9b..1f667fb5 100644 --- a/lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py +++ b/lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py @@ -51,7 +51,7 @@ class NeperFlowMeasurement(BaseFlowMeasurement): for flow in test_flows: client_neper = flow.client_job.what flow.client_job.wait(timeout=client_neper.runtime_estimate()) - flow.server_job.wait(timeout=5) + flow.server_job.wait(timeout=10) finally: for flow in test_flows: flow.server_job.kill()
Fri, Mar 26, 2021 at 10:06:30PM CET, pgagne@redhat.com wrote:
From: Perry Gagne pgagne@redhat.com
I found that sometimes when running things like tcp_crr the server needed a little more time to complete.
Signed-off-by: Perry Gagne pgagne@redhat.com
lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py b/lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py index 236c2c9b..1f667fb5 100644 --- a/lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py +++ b/lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py @@ -51,7 +51,7 @@ class NeperFlowMeasurement(BaseFlowMeasurement): for flow in test_flows: client_neper = flow.client_job.what flow.client_job.wait(timeout=client_neper.runtime_estimate())
flow.server_job.wait(timeout=5)
flow.server_job.wait(timeout=10) finally: for flow in test_flows: flow.server_job.kill()-- 2.30.2 _______________________________________________ LNST-developers mailing list -- lnst-developers@lists.fedorahosted.org To unsubscribe send an email to lnst-developers-leave@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/lnst-developers@lists.fedorahos... Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
Looks good.
Acked-by: Jan Tluka jtluka@redhat.com
On Fri, Mar 26, 2021 at 05:06:30PM -0400, pgagne@redhat.com wrote:
From: Perry Gagne pgagne@redhat.com
I found that sometimes when running things like tcp_crr the server needed a little more time to complete.
Signed-off-by: Perry Gagne pgagne@redhat.com
lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py b/lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py index 236c2c9b..1f667fb5 100644 --- a/lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py +++ b/lnst/RecipeCommon/Perf/Measurements/NeperFlowMeasurement.py @@ -51,7 +51,7 @@ class NeperFlowMeasurement(BaseFlowMeasurement): for flow in test_flows: client_neper = flow.client_job.what flow.client_job.wait(timeout=client_neper.runtime_estimate())
flow.server_job.wait(timeout=5)
flow.server_job.wait(timeout=10) finally: for flow in test_flows: flow.server_job.kill()-- 2.30.2 _______________________________________________ LNST-developers mailing list -- lnst-developers@lists.fedorahosted.org To unsubscribe send an email to lnst-developers-leave@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/lnst-developers@lists.fedorahos... Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
thanks, pushed.
-Ondrej
lnst-developers@lists.fedorahosted.org