Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] Build I20171227-2000 unstable

I've pushed commit http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=33af925ea9bbac3f7be58cd3443730bee19a9277 which should touch the tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/progress/ProgressViewTests.java code and make maven happy again.

Am 28.12.2017 um 08:57 schrieb Andrey Loskutov:
Hi,

the build is marked as unstable, I guess this is because of the warnings below.

I believe that the change in https://bugs.eclipse.org/bugs/show_bug.cgi?id=529254 was the trigger (https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=dc21038f27457502aacbf2cb458b2d0293a896b0).

The internal progress API is changes slightly so it could be that the resulting test class files are different now (JobInfo.getParent() returns now JobTreeElement and not an Object).

I'm right in the assumption that this means, that either the code or the forceQualifierUpdate.txt of the tests.ui plugin need to be touched?

I'm going to update the test code to use more specific signature of JobInfo.getParent().

[INFO] --- tycho-p2-plugin:1.1.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.tests --- [INFO] Artifact comparison detailed log directory /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/tests/org.eclipse.ui.tests/target/artifactcomparison [WARNING] MavenProject: org.eclipse.ui:org.eclipse.ui.tests:3.14.0-SNAPSHOT @ /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/tests/org.eclipse.ui.tests/pom.xml: baseline and build artifacts have same version but different contents
    no-classifier: different
       org/eclipse/ui/tests/progress/ProgressViewTests.class: different
    classifier-sources: not present in baseline

[INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.tests:3.14.0-SNAPSHOT @ /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/tests/org.eclipse.ui.tests/pom.xml
     The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200]     The following attached artifacts are not present in the baseline and have been removed: [sources]



--
Kind regards,
Andrey Loskutov

http://google.com/+AndreyLoskutov


Back to the top