Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] When is green not green ?
  • From: "Sankaran, Srikanth" <srikanth.sankaran@xxxxxxxxxxxxx>
  • Date: Wed, 3 Jul 2024 04:50:44 +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=r5BXjydX5a19+xPRYmcuMqpdSqmzOUpI6z/Zq6sr1vY=; b=FqNMfkpgQWDyQ/7K16AvWLIG3H5qrcuNzoUUKw5qrPSd9xD5tGbOlfGa1+LZruKFVHww4WPP8lGP3gacKBXzBFqkvbck3mFbj5vr/nszIggAB5SfST50vbvNe0rYQtt1TGxUcsv+sgU0KXFDnaEcN7dCm64yiGKp9rvxCNXH051VYajQq2E+I0CSoDqgrrMxbfuONddzTH90lwKsvDtrUvUYlAbV8Ir1Ir4E7siL7pMk4DveaMf2wWObwbnTUkUuGlyNQhT3XSNrMJLWni3vFDNhe3BLLw1K3w29HL9X/RpBRm5Ql7eQBusDEfbeTOmcUt4RsHsEkVqjxykm9IYMNg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=kBpayOEHLDL4P+16kz3sofoQwxwmFILeRsF1VNZNcMetcMAawNFcMMvBDouAzVbS+Qh0SvnDLvCkVGUgOZMkdgmPnMf6POjq18nsjHuyk0mCBRjq1XCMat49gYELHiYbLmCLHZZ9xJJXYhsqT7Zf4o3910bRb622vavHb4WFd3mNRZPI3Y565j3F0CbqYM/WMdz1657dfEqARgfEulRIHPFQDfcZU6t+Tj3CT8GD6t+O8uHWmRRSX5Qv5ukB7eLO68L6jq2Kjk7DRQM+0cT6WiCJD/jNOsuYtPDhwq7L4tgJ7tOjYlPGyzPiN/AGzPzxh4AwlC0f59HPez/R8IBNWw==
  • 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: AdrNBE0DJFZzFnXGSnyMTqKMhkn2GA==
  • Thread-topic: When is green not green ?

Yesterday I merged https://github.com/eclipse-jdt/eclipse.jdt.core/pull/2653 into master.

 

While the tests were running – they were almost over – Jenkins got reset for some reason – was unresponsive, got revived and after a few minutes gave me a green status.

 

But subsequently on the Eclipse SDK download page, I see several failures:

 

https://download.eclipse.org/eclipse/downloads/drops4/I20240702-1800/testresults/html/org.eclipse.jdt.core.tests.compiler_ep433I-unit-win32-java17_win32.win32.x86_64_17.html

https://download.eclipse.org/eclipse/downloads/drops4/I20240702-1800/testresults/html/org.eclipse.jdt.core.tests.model_ep433I-unit-win32-java17_win32.win32.x86_64_17.html

 

I am working to clean these up and restore stability very soon.

 

The product is in good shape despite these failures – At a quick glance, I haven’t found any serious issues - most of the model tests failures are due to “permits” clause

incorrectly being accepted at JDK15 – which has been corrected in the code.

 

Likewise the compiler failures in PublicScannerTests are harmless.

 

I’ll post an all-clear message once I am done.

 

I happened to notice Jenkins going down, pages blanking out etc – one may happen to blissfully be unaware of such resets.

 

Sorry for the inconvenience.

Srikanth

 

 

 

 

 


Back to the top