Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] (JDT.UI) New Eclipse Feature PR Failing Jenkins JUnit Tests That Don't Fail Locally
  • From: Alex Coover <alexcoover@xxxxxxxx>
  • Date: Fri, 22 Aug 2025 17:30:22 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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=uHszeU8p+pwbeJFykH/W/1poLXIj5h2h4YA6tj1DCrQ=; b=KQO/eyTFRZ7HJ3jjmFQZHDwjoR2cUWemvFEOq4K2+YPQNFQbnU5hf5O7EZA6QbejPGCGT2vU24uX5lD6YF0vxTu1IFbKQVmLBWdHQmINydgs6TSd353z10nXuwEWBz/ga4Ii3qiT/si+bhzEX8eGpZsBxBL6GISj4lvzl7RLQww23Z8Wur9hHpDR8J8N8P+SDACWKA5Pzs0du3eCslsQXFtwKeorVUuMdd+daOlLrlbPKMR8KLL1Bknjn3SCGFYotuveWeefKCMbzOD1Mx52fCt5aLIw0jiS2DYftsvuRdZCMgrzBe74OFaJZkJEHD2q8tSZ77VJsHecE+wuyOhZ3g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=SX+0jFC3oaqQwL/xdJQ9Vj4iv88R12mJUpKDmQyVuMq888JCe5ZyELHLeoecffRP2ZJeppTIZR/OzGgcXDPm1EY7BQjSP2gUY4pAEUL2A6QrMcgHT4qHeT6yoKuRUC4dQFJu4R/PycbFV6eQKftoQygBIrZZUszW+sYHzK82PXTgay39tbRzqzABmnuGE17rMYXIxrDr97aQFFcisPu6WC8U5RrzCHJmmy84MoFvctRu87Vl1fSnIdj9JqSIlnMnKvxsspxMSiTDR7xrPJO1ypnW8lJOTdROQxG2R0tsapJiAXEOUhY0rFeqQ1pLCzeIo40Xp4AAZyqa+jtVxfLqRA==
  • 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>
  • Msip_labels:
  • Thread-index: AQHcE4lKbZ6syqujv0SCSoUnd669YA==
  • Thread-topic: (JDT.UI) New Eclipse Feature PR Failing Jenkins JUnit Tests That Don't Fail Locally

Howdy Folks,

I've been working on building the requested issue #1251 and have a PR #2407 open here.

I've been trying to understand why I keep failing these tests when I pass them in my local build (Eclipse for Committers). The tests pass when I run as JUnit plugin as well as when I replicate the test manually inside of the launched Eclipse Application of my build.

Any insight as to what I need to do to get this figured out would be greatly appreciated.

Thanks,
Alex

Back to the top