Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] Are the EE 10 Platform TCK rules for controlling the filtering of which tests to run in the ant script/build.xml files? Some tests aren't controlled by keyword properties...
  • From: Brian Decker <bmdecker@xxxxxxxxxx>
  • Date: Fri, 26 Jan 2024 01:00:49 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=us.ibm.com; dmarc=pass action=none header.from=us.ibm.com; dkim=pass header.d=us.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=ODjarKPWNHMxImfGcIdqDJ4X90d3aUnIFJax4fQ/D7A=; b=I9PlxRpxhjui3oTJmH8wi0z6Hiw3c7ChQgJLA7T42bLA59ZwuG9ATkxTUzACfGns2a1BXS3ALzdEx3gTgkcLQViGsDpDc3VnJZYzkor48hzWVZMWLsCVsrp8x/mcDQZRb4lgV7yn1SO6gcMw5W3MZCPg/ovzUY6yNGQQB6YcJ/8hqmS+ODGvn8h89sgSXd7je/AjfNTZb/sEUZpUIPjMpx38lPB6P2osvOYoi1rXGNKSt2/P+AnclhU52VMJcOx54F3X9d4hcitL3w6TUDW0C2RPLMUYy0zc3c+EAvZut8KLfIKD/7oYXL/MQ3GDP3Wz3HFJS9oDLpwzvfLnFAUUjg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=OGAgE3tEBEf2r5AZSYwLipyfQ/3VEBR1WrgzwKz4kLdSaDxowWUtOforO+6CMpIEKt43DVYge70AYI2DbV+RYNZedHOeNuylmrlcc5pIdp6IRGrNa2qfI4814YDEXGJgvIdo4116WCgdVm45S/KxpQdsmbUOeARL5es4lGKxLW8a0Gc60FmSjtWtYLhwX5gR/AbKFxfosRtlEfGLkcJEocwj/p4nrKtYK8j35kUE5xKfaX4p0k2Li9+3dkFfedmGk18Un4h1nkuEDbzUUZvWFVkcQohpCAawn5KleTPzfczU60FJPWQrPgtZArXQp8ivNfxB/kEJEzS01M1sFz3kRA==
  • Delivered-to: jakartaee-tck-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jakartaee-tck-dev/>
  • List-help: <mailto:jakartaee-tck-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev>, <mailto:jakartaee-tck-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jakartaee-tck-dev>, <mailto:jakartaee-tck-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHaSxsml0/AT+D1K0mEixmhGiYFNbDh664AgAcvTYCAAAWYAIAAL5aAgAH9kFA=
  • Thread-topic: [EXTERNAL] Re: [jakartaee-tck-dev] Are the EE 10 Platform TCK rules for controlling the filtering of which tests to run in the ant script/build.xml files? Some tests aren't controlled by keyword properties...

Aha, this is the secret sauce I was missing. I had arrived at the same conclusion as you did, but couldn’t figure out how to actually change which tests were being run. Merely deleting a test description from the source didn’t seem to do it on its own. It makes sense that the testsuite.jtd would just always be used if it’s present.

 

I assume the initial cache gets generated at some point in the TCK’s build process? I haven’t looked into that aspect of things yet to figure that out.

 

-Brian

 

On Wed, Jan 24, 2024 at 10:38 AM Scott Marlow <smarlow@xxxxxxxxxx> wrote:

 

We weren't using the ^ TSTestFinder class on my local machine as I needed to delete the jakartaeetck/src/testsuite.jtd file which is a cache of the previous TSTestFinder results.


Back to the top