Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] When is green not green ?
  • From: "Sankaran, Srikanth" <srikanth.sankaran@xxxxxxxxxxxxx>
  • Date: Wed, 3 Jul 2024 05:34:05 +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=bQdwKNvzpmyFeb03Lemspe9sNRWpfr2ZuMC32xkSRqM=; b=DRjcfpXuwGclFdo087xbBYqczoZQxCW/z9OP9m6cTNXP9gWH0p4AAlOrvIbSISsYHW9kKKCipqaBC/B4sYdCrz1XhSiHOsvyvhvb3MT0d3BOBie2r9AJxOH2YqvREL7Uq9R+2+fNx4Kf2q/j+XFDFPJb0sihpfZlH6CSGPnbU8AnM/ipm+iJbXcqvj6iwprHOGp64VZbJ9+drjAP36G8O9MeYcE6J0i+QgEHL1xW2TPr/eBll2LoFsiW8DXacNR/74+0Wel6KZuUQLtUxXqJRucby0p845j2G7NVI2cgSJFxd5DqASdMDghX0b4SRUrgb6hweRKgSe2pTMm83QmNjQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ORxPMiisZiKfrTjsMk2eojtZBR6BhN9uVC2Q2lTcX9VTijHTLZvD3ngextStrFVsZO0JOZnU0bTQ4IMrThpccAcm1wQm/uO8ggt3Lkxvfxklorc2iN09E+Qwfldt0U5EMqhpjlbLK5BcOLKQgzFxUGux3cOmcl5mxuPG6y56DQzINB30XexTdmpewO2Vrc0/TeRXEO1G4x4O7RphQpOrs2hNbqwjDtFVpax0T2zSuAhS1yzMkKYzzxfYgbSc/V8rC317EMdppNpiwC17kkMzNpYmy7kqz7am1BbZzjRpTL6ze/MmuG3j64pbr64lzQHWmETvKyAq56S4Vi3nHVxWzA==
  • 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: AdrNBE0DJFZzFnXGSnyMTqKMhkn2GAABBugAAAB07Ko=
  • Thread-topic: [jdt-dev] When is green not green ?




  • Your testfailures are on windows but the Jenkins runs on linux, just
  • mentioning :-)

These failures very much show up on a subsequent Jenkins run actually. 

Just that when Jenkins went down and got revived it seems to have declared success without perhaps running or including the results from some tests. 


Srikanth


Am 03.07.24 um 06:50 schrieb Sankaran, Srikanth via jdt-dev:
> Yesterday I merged
> https://github.com/eclipse-jdt/eclipse.jdt.core/pull/2653
> <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.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 <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
>
>
> _______________________________________________
> jdt-dev mailing list
> jdt-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev

Back to the top