Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] junits not hooked anywhere
  • From: "Sankaran, Srikanth" <srikanth.sankaran@xxxxxxxxxxxxx>
  • Date: Tue, 18 Jun 2024 11:01:31 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=advantest.com; dmarc=pass action=none header.from=advantest.com; dkim=pass header.d=advantest.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=fgCvsQAW3ScYT+ai6AU5YVSCJyUd2o31F3jkg0eR2Sc=; b=AnCGDmpsePhHJYot5wx+3bt/CpZDFPMtx5a6mOM/fV7x+JgEWtUeGFzjT30vHba2BlFYVpB1BQTtCG9iIhAHkyh8XchuiWUDnd+ZXWovWBkK80jQeOKiJfhL7YXaz9x9byxLFTtcb5sNXqUYTtf8tgr00z1eC7ObP+8YsWcH6Kg1zdxopcgk+Fw7Vg9PBtN/GfdfJqHbVsggfhQyZV6SVuHvjZ1yeAhjhsAFjM2uuag1ghGwU0IQPI7iderkSYefr/lsQrR/ZzIfNrhwqTlCvTHtcgdaHpw4PgAUEEed9Z9Pw0Lae3r8HTCUf4OgiGkkCsMEJLJMFhvXAaUCA3aJrQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Rg5RkYJXkLqP633+HRXpwSa21FdufRImcpaoZQduofqZgDzyeIVHV9TO5lOFLqyyFfgqP0brQ7qJhE276AF91Ug1l7PxxWRv1Iz61WVtWC8fiaBAzOjVR/XKvvV46kVaNZh/ZBTZlddfTDjWioNXqXyIJIVsBPQu2bRmn8tIMzrnz2eMfYAZ81JprfwUYLt5ZJfYZ0HEvh6ekscHzl+2sgkcq67YSEb5bcqyUA1XzWG5bBOyza4zMZThnd8SZ9Uek6oWX2qJ1Nnwm6Kxg4NzjEaDGU1C27NbxhWN6bScYrgEe0/eG+ovMYLkR6MXOfdTJur1G4rF1IwB4t0dCdL1PQ==
  • 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: AdrBbdtqOW3vAcpiTXWh1XHiNqtDRg==
  • Thread-topic: junits not hooked anywhere

I routinely run into instances where someone has created a junit test file but has not hooked it anywhere:

 

E.g: org.eclipse.jdt.core.tests.model.SealedTypeModelTests

 

And till very recently (as of commit 148985eeafb27373226ac1a7ead4e7c5584f3d4b)

 

ReconcilerTest16

 

This mail is to (a) alert committers of such dangling tests and (b) to get folks to think about an automated way to locate such dangling files.

 

We may be merging code that causes inadvertent regressions …

 

Srikanth

 

 


Back to the top