Merge ~canonical-kernel-team/+git/autotest-client-tests:phlin/stack_collision_timeout into ~canonical-kernel-team/+git/autotest-client-tests:master

Proposed by Po-Hsu Lin
Status: Merged
Merge reported by: Po-Hsu Lin
Merged at revision: 6552c444cc60a438670d4a48dc7b9fe4b30b422d
Proposed branch: ~canonical-kernel-team/+git/autotest-client-tests:phlin/stack_collision_timeout
Merge into: ~canonical-kernel-team/+git/autotest-client-tests:master
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntu_qrt_kernel_aslr_collisions/control (+1/-1)
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+461692@code.launchpad.net

Commit message

The test_stack_collision will timeout on Mantic lowlatency kernel with
ARM64 node starmie-kernel.

Manual test shows this will take 3651s to run, which is slightly above
the current 60 minutes threshold, bump the timeout threshold to 70m.

To post a comment you must log in.
Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Patch tested on M-lowlatency with starmie-kernel and this is working as expected.

Revision history for this message
Francis Ginther (fginther) wrote :

+1

review: Approve
Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Applied and pushed, uncommit changes removed.
Thanks!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/ubuntu_qrt_kernel_aslr_collisions/control b/ubuntu_qrt_kernel_aslr_collisions/control
2index 7d68d86..5282ad5 100644
3--- a/ubuntu_qrt_kernel_aslr_collisions/control
4+++ b/ubuntu_qrt_kernel_aslr_collisions/control
5@@ -27,7 +27,7 @@ if result == 'GOOD':
6 if all_tests[category]:
7 for sub_test in all_tests[category]:
8 test = '{}.{}'.format(category, sub_test)
9- job.run_test_detail(NAME, test_name=test, tag=test, timeout=60*60)
10+ job.run_test_detail(NAME, test_name=test, tag=test, timeout=60*70)
11 else:
12 print("ERROR: test setup has failed, skipping all the sub tests")
13

Subscribers

People subscribed via source and target branches

to all changes: