Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[data-dev] Examples to setup TCK
  • From: Denis Stepanov <denis.s.stepanov@xxxxxxxxxx>
  • Date: Thu, 30 Jan 2025 10:05:22 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.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=OSyfUXb327GQ97vUTpxO6PA4WZywU/EJv8VAtwY1FdY=; b=aBYNG69MDtYnZb3/u5gCbEPSBc6WsgNAL6bm9bqTojA31nFqPVcEJvEK1A/IIqExPQENhOMVWiviwWQQss4ll5XScd08hWKitemnthXg5akpl+S0qL/7C2dEPJOc2D+wMWMqet+kC0FaMNfHa2Jci3CCQrl52plGHl5NGi8hCd5XLiMpGV4aUEwJGEprwZBxqu69zmMRKM7OiJi7PHVhW3Usp7yWj17/lTSKwSOeGpJ9iApcqcXw922Ss9PicZikRiGkm4Fumtb1umt0MkKbaN8a/cgTVjk4VDcqBIwtQvRzvefeuH29Kyor477cO9LK0qxQulIVD1hY4D2GN8altw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=GxdIs9SpMhSq/I8o2Sm0iSViSPJY954CQIluOkNfI8/0OCgfelpL563Rkv2JMPeMsDUUJvPT58DdZaRaacGMUtdhalDnIyllnFsxY1GkdjJ/CIE06T1QEH60DeFMDLUEpFOpPVHLuJVY5cxRH7mai8ee8VOnxccpzYnoG5wEOckC9JhkjJsENXwn7aw60kXv9NkVc7m9gf3MXiOn2A9BYKQVn5wu+oE6kOG34LDhvLiWPZlY5TL3numyuttH2wt0zR9wt8fan/yC9ORuA8i635QerFCbqfn+GisVQS4LlUeGegnAy1cid7RG5btMf5tupTEeVBZjUeebqQtCpTXS6g==
  • Delivered-to: data-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/data-dev/>
  • List-help: <mailto:data-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/data-dev>, <mailto:data-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/data-dev>, <mailto:data-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHbcv3CUqRsm/wQ7Eail9OdQNzbUw==
  • Thread-topic: Examples to setup TCK

Hi,
I'm trying to integrate the TCK for Micronaut Data but struggling with making the before/each methods run.

According to internet those methods should be annotated with `RunAsClient` otherwise they are skipped.

Do you have any examples of integrating Jakarta Data TCK?

BTW: EntityTests is missing `addClasses(MultipleEntityRepo.class)` possibly Coordinate as well. I had to create a custom ApplicationArchiveProcessor to make the test class inject it.

Thanks,
Denis

Back to the top