Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Please keep the topic aggregate suites up to date -
  • From: Manoj Nalledathu Palat <manoj.palat@xxxxxxxxxx>
  • Date: Mon, 14 Oct 2024 09:17:02 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=in.ibm.com; dmarc=pass action=none header.from=in.ibm.com; dkim=pass header.d=in.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=sgWjysb86o3EyIZo21O2jd4k8ZOw6eQVcgLv4M69ZeQ=; b=RVfcUctU7X8Q5U9HARy5oVXoWCuVIzs2FXTnogG9OedEeRZV8NF/wD3nw4GxmySrdL1Na9ziZrg6HwWPzCWc03E9yP7vMUgkrkf9h4Z3wo9yaG/mxasmwK2Te/aZg80M+7rxgQ1BuzxBm5PBbvL3pjJ8yTYrV7VvDy0FAZ7dGkSeqL9txNlCoQdjNepKz6Q6N+4LLJNV/+bNKjxDoXffLRBiA/8AsCGkx6TxDJzCWmh7n+ga3W0PVXtWrQMvX2S8jbTO8sTfkxqsRM2OsOae/slH/yx7rXPoXaqw6RDd0yWZlcuGe5lwHenxPridRiQ3KalCmeA/avVb7yRlOJSUCw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=ahOVb6rTIXwVqf6taFMGOOo71OaahRi/DFoo94gOIocfzpPe+rNwW2EDYlkcjXfq/Oz2G1Ix3lIN1/54NGkA0uFvknIBO0iZWrwGHD10YPFuHarYqrro+i2a418/0TDppXrUdauxDzU0aF4WOnptM7nU+Wzm46P61bMqrqmc8dnR/7ImThTtjI6YVA7quJ2QjfMUF66/XpRzlDeU/Gbfk+TQP6cPkGgDnKSzWpbXVwrreNZUb0UBHYiqH7QxHvn6Xiwj3yFi81AL9CNm+7+l2sbbxuAW5A/Giih4gwFv/hiqKD39wWP0CT1EoqFuBvStnWG/G8L0TA+WTHj+yKwNVw==
  • Delivered-to: jdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jdt-dev/>
  • List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdseGDD4B+SaPYcpSfy5lPmHT4CgSgAAT8ry
  • Thread-topic: [EXTERNAL] [jdt-dev] Please keep the topic aggregate suites up to date -

Hi Srikanth,

Shall we assume that the intersection is not an empty set? This will allow tests that straddle across the boundaries to be present in more than one group.

 

Regards,

Manoj

 

From: jdt-dev <jdt-dev-bounces@xxxxxxxxxxx> on behalf of Sankaran, Srikanth via jdt-dev <jdt-dev@xxxxxxxxxxx>
Date: Monday, 14 October 2024 at 2:38
PM
To: jdt-dev@xxxxxxxxxxx <jdt-dev@xxxxxxxxxxx>
Cc: Sankaran, Srikanth <srikanth.sankaran@xxxxxxxxxxxxx>
Subject: [EXTERNAL] [jdt-dev] Please keep the topic aggregate suites up to date -

org.eclipse.jdt.core.tests.RunVariousPatternsTests org.eclipse.jdt.core.tests.RunVariousSwitchTests and org.eclipse.jdt.core.tests.RunVariousSealedTypeTests allow you to test various junits that deal with these topics. If these aggregate suites

org.eclipse.jdt.core.tests.RunVariousPatternsTests

org.eclipse.jdt.core.tests.RunVariousSwitchTests and

org.eclipse.jdt.core.tests.RunVariousSealedTypeTests

 

allow you to test various junits that deal with these topics. If these aggregate suites are kept up to date,

they serve as gating tests before pushing to CI for fuller tests.

 

But this will work only if these are kept up to date – thanks for taking care to do so.

 

Srikanth


Back to the top