Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdi-dev] CDI TCK for Core Profile - test count?
  • From: Alfonso Altamirano <alfonso.altamirano@xxxxxxxxxxx>
  • Date: Fri, 17 Jun 2022 21:00:53 +0000
  • Accept-language: en-US, es-MX
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; 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=hBecz0MnfA0Ghby/8tdtZc4aixL35SEM7i4P5TPhULM=; b=IaksyYD38l0jZtq1SyKR4gp9iuJUFGtiXzpVWlYEywRgwxw0P2Otvbe8tNqLQLW5RcfN/w8S2aRGk03a068pIKussTEEuT2VBFRXMug6MZ4PaIgZhzZ5eq+xHF4tDbnLniJV8p3uTS4G0mhHMlSssQ3N2t+hsE1FCb7VKwdqhmXIACVYSWCaxHMxyGRd9XUPx5B8v3tzwl2ZbrghdLfCCAz9syCuGYeHFWO7crN91v5k6BB9qNYELGwvEDALco1Ig0BYJK55MZeMVXPim4pp3u+EXzm9vlr+oyW9MKFFDpWXvtcEU2lfrYhs2wmTYS555MoH5Usey/ywO2pQo06RYQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=VMmX16Mx0F/EZwbse9IecVEqlsvPTPpEzXGVshk9tLCIeTBJJQKaRoGAGQD/eYaiZz0tl5r+5zE2VsXy2IW74srD3lCiTNncSSwX1Nk0zi0TmU/PN3fNDSQifPjoYgAT8d/U+X31FNqxhy9Ll2foTlbS+GOYslW0OA0FxDMN7rxzr1ZvyJfDlYfkHUzO/+mtGyYrYWN3B2axPkyAVRqiK2uE5MJmPzGxpdGzldnmJuoUGmp4NxBc/DUhQ0dZnxKWmt3P/TTVj/yDRm6YV4KpnzGsrXdJDvjtfT9WPJ52Y9hP2fp7zzV8JGSd+w85adkLb/Azs0+k4jMgrvQr4QVBsw==
  • Delivered-to: cdi-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdi-dev/>
  • List-help: <mailto:cdi-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdi-dev>, <mailto:cdi-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdi-dev>, <mailto:cdi-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AdiCe8wbCJ/TdDAGQ6OoPdKsri2ADQAEP1Uv
  • Thread-topic: CDI TCK for Core Profile - test count?

On our side we are seeing the following amount of tests with the following core profile configuration:

<!--core profile-->
      <excludedGroups>cdi-full,se</excludedGroups>
       <dependenciesToScan>
              <dependency>jakarta.enterprise:cdi-tck-core-impl</dependency>
        </dependenciesToScan>

total number of test: 1295

if anyone can confirm the number of tests, that can be good


From: cdi-dev <cdi-dev-bounces@xxxxxxxxxxx> on behalf of Brian M Decker <bmdecker@xxxxxxxxxx>
Sent: Friday, June 17, 2022 3:31 PM
To: cdi developer discussions <cdi-dev@xxxxxxxxxxx>
Subject: [cdi-dev] CDI TCK for Core Profile - test count?
 

Hello,

 

I’m attempting to run the CDI TCK for Core Profile and am getting a dramatically different test count than I see posted elsewhere, so I was hoping to compare notes with someone (Scott Stark, perhaps?) on what exactly I might be missing.

 

The User Guide indicates that I should be running with the cdi-tck-core-impl TCK artifact and excluding groups cdi-full & se.  When I do this, my runner executes only 725 tests.  For comparison, I can see from results published online that Wildfly is reporting 1263 tests when running in this configuration.  This is obviously a pretty massive difference.  Unfortunately, the Wildfly output doesn’t show exactly what tests are being run, so I can’t see which specific things are missing.  I can provide the breakdown of tests being run on my end upon request.

 

Thanks.

 

-Brian

Brian Decker
Jakarta Platform TCK Lead, Open Liberty

Home Office
(612) 216-4881
Roch. Office
t/l 553-4686
bmdecker@xxxxxxxxxx

 


Back to the top