Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT Gerrit jobs are failing

I've been investigating this.

It seems that maven is running new jUnit tests against an older SWT code base.

Evidence is that SWT version is old with maven.

Locally, jUnits print:
 - SWT.getVersion(): 4806

Locally/remotley, maven jUnits print older SWT version:
  SWT.getVersion(): 4756   # locally
  SWT.getVersion(): 4757   # latest maven/gerrit logs.

~Theory:
Maybe the changes to open backport branches (or changes to Neon->Oxygen) made maven checkout older SWT versions instead of building the new one from sources.

I posted relevant details into bug submission.





On Thu, Jul 13, 2017 at 9:20 AM, Eric Williams <ericwill@xxxxxxxxxx> wrote:
Hi,

On 07/13/2017 08:32 AM, Lakshmi P Shanmugam wrote:
The SWT gerrit jobs have been failing since yesterday due to test failures. Please see https://bugs.eclipse.org/bugs/show_bug.cgi?id=519616 for more details.

Sravan is currently investigating the problem. SWT-GTK-devs please take a look & comment on the bug if you know anything about the test failures.

It's a bit of mystery so far. The tests that are failing have been in master for almost 2 weeks, yet they only started failing yesterday morning.

Leo and I did some brief investigations yesterday and were unable to reproduce the failures by running them locally via Eclipse. However Leo mentioned that the tests were failing when run locally via maven.

We will continue to investigate. Nothing that has been committed in the last 48 hours seems to have broken anything.

--
Eric Williams
Associate Software Engineer - Eclipse Team
Red Hat



--

Leo Ufimtsev

Software Engineer

Red Hat


90 Eglinton Ave E #502,

Toronto, ON M4P 2Y3

Leonidas@xxxxxxxxxx  

CHAT:

  - IRC: http://webchat.freenode.net/?channels=#swt

  - MatterMost: https://mattermost.eclipse.org/eclipse/channels/platform-swt


Back to the top