From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1EE1B6E438 for ; Thu, 9 Sep 2021 03:44:23 +0000 (UTC) Date: Wed, 08 Sep 2021 20:44:22 -0700 Message-ID: <87o892pg4p.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20210904170932.26321-1-arjun.melkaveri@intel.com> References: <20210904170932.26321-1-arjun.melkaveri@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [igt-dev] [PATCH i-g-t v2] tests/i915/gem_ctx_persistence: modified test_saturated_hostile subtest List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Arjun Melkaveri Cc: zbigniew.kempczynski@intel.com, igt-dev@lists.freedesktop.org List-ID: On Sat, 04 Sep 2021 10:09:32 -0700, Arjun Melkaveri wrote: > > @@ -1310,7 +1312,8 @@ igt_main > igt_subtest_with_dynamic_f("saturated-hostile") { > for_each_ctx_engine(i915, ctx, e) { > igt_dynamic_f("%s", e->name) > - test_saturated_hostile(i915, ctx, e); > + do_test(test_saturated_hostile, i915, > + &ctx->cfg, e->flags, e->name); I think I am missing something but I am trying to understand how does this patch solves the failure in Gitlab #1551 (https://gitlab.freedesktop.org/drm/intel/-/issues/1551). Could you explain: (a) the cause of the timeout that is being seen in Gitlab #1551, and (b) how this patch (using do_test) resolves that. Thanks.