[JBoss JIRA] (ERT-428) On projects with builders JavaScript Validator and Validation xml files are validated twice and error markers are duplicated [EBZ#495625]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created ERT-428:
---------------------------------------
Summary: On projects with builders JavaScript Validator and Validation xml files are validated twice and error markers are duplicated [EBZ#495625]
Key: ERT-428
URL: https://issues.jboss.org/browse/ERT-428
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
When a project has enabled builders JavaScript Validator and Validation, org.eclipse.wst.xml.core.internal.validation.eclipse.Validator is called twice from org.eclipse.wst.validation.internal.ValManager and all results are summed. As the result, validation error messages are duplicated.
ValBuilderJob.runInWorkspace() has a loop in which it repeats validation until getRequest() returns null. Then ValManager.validate(IProject,...) calls delete markers, but it works only for the first call, it is designed to accumulate markers created in multiple calls from ValBuilderJob during the same build.
Two requests that make the same file to be validated twice come independently from
1) org.eclipse.wst.validation.internal.operations.ValidationBuilder
2) org.eclipse.wst.jsdt.internal.core.builder.JavaBuilder
by method newBuild().
When I disable JavaScript Validator in project properties in section Builders, there is no more duplication of markers.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBDS-4077) Cannot run integration tests against Devstudio with latest target platform
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4077?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4077:
-----------------------------
Attachment: jbosstools-integration-tests.log.txt.zip
When I run the entire stack, I get a pot-pourri of failures and passes:
{code}
[INFO] integration-tests.all .............................. SUCCESS [ 0.589 s]
[INFO] integration-tests.plugins .......................... SUCCESS [ 0.041 s]
[INFO] org.jboss.ide.eclipse.as.reddeer ................... SUCCESS [ 9.791 s]
[INFO] org.jboss.tools.aerogear.reddeer ................... SUCCESS [ 0.593 s]
[INFO] org.jboss.tools.archives.reddeer ................... SUCCESS [ 0.565 s]
[INFO] org.jboss.tools.runtime.reddeer .................... SUCCESS [ 0.619 s]
[INFO] org.jboss.tools.maven.reddeer ...................... SUCCESS [ 0.832 s]
[INFO] org.jboss.tools.arquillian.reddeer ................. SUCCESS [ 0.551 s]
[INFO] org.jboss.tools.batch.reddeer ...................... SUCCESS [ 0.713 s]
[INFO] org.jboss.tools.browsersim.reddeer ................. SUCCESS [ 0.478 s]
[INFO] org.jboss.tools.common.reddeer ..................... SUCCESS [ 0.612 s]
[INFO] org.jboss.tools.cdi.reddeer ........................ SUCCESS [ 0.829 s]
[INFO] org.jboss.tools.cdk.reddeer ........................ SUCCESS [ 0.410 s]
[INFO] org.jboss.tools.easymport.reddeer .................. SUCCESS [ 0.535 s]
[INFO] org.jboss.tools.forge.reddeer ...................... SUCCESS [ 0.478 s]
[INFO] org.jboss.tools.hibernate.reddeer .................. SUCCESS [ 1.049 s]
[INFO] org.jboss.tools.ui.bot.ext ......................... SUCCESS [ 2.274 s]
[INFO] org.jboss.tools.jst.ui.bot ......................... SUCCESS [ 0.555 s]
[INFO] org.jboss.tools.ws.reddeer ......................... SUCCESS [ 0.828 s]
[INFO] org.jboss.tools.jsf.reddeer ........................ SUCCESS [ 0.707 s]
[INFO] org.jboss.tools.jst.reddeer ........................ SUCCESS [ 0.670 s]
[INFO] org.jboss.tools.seam.reddeer ....................... SUCCESS [ 0.372 s]
[INFO] org.jboss.tools.perf.test.core ..................... SUCCESS [ 1.021 s]
[INFO] org.jboss.tools.mylyn.reddeer ...................... SUCCESS [ 0.383 s]
[INFO] org.jboss.tools.central.reddeer .................... SUCCESS [ 0.552 s]
[INFO] org.jboss.tools.vpe.reddeer ........................ SUCCESS [ 0.637 s]
[INFO] org.jboss.tools.openshift.reddeer .................. SUCCESS [ 0.575 s]
[INFO] org.jboss.tools.docker.reddeer ..................... SUCCESS [ 0.428 s]
[INFO] integration-tests.tests ............................ SUCCESS [ 0.019 s]
[INFO] org.jboss.ide.eclipse.as.ui.bot.test ............... FAILURE [04:02 min]
[INFO] org.jboss.tools.aerogear.ui.bot.test ............... FAILURE [ 0.634 s]
[INFO] org.jboss.tools.archives.ui.bot.test ............... SUCCESS [05:41 min]
[INFO] org.jboss.tools.arquillian.ui.bot.test ............. SUCCESS [09:33 min]
[INFO] org.jboss.tools.batch.ui.bot.test .................. FAILURE [03:29 min]
[INFO] org.jboss.tools.cdi.bot.test ....................... FAILURE [01:46 min]
[INFO] org.jboss.tools.cdi.seam3.bot.test ................. SUCCESS [ 27.281 s]
[INFO] org.jboss.tools.central.ui.bot.test ................ SUCCESS [18:45 min]
[INFO] org.jboss.tools.cdk.ui.bot.test .................... SUCCESS [ 26.849 s]
[INFO] org.jboss.tools.deltaspike.ui.bot.test ............. FAILURE [06:13 min]
[INFO] org.jboss.tools.dummy.ui.bot.test .................. SUCCESS [ 24.803 s]
[INFO] org.jboss.tools.easymport.ui.bot.test .............. SUCCESS [01:01 min]
[INFO] org.jboss.tools.eclipsecs.ui.test .................. FAILURE [ 23.503 s]
[INFO] org.jboss.tools.examples.ui.bot.test ............... SUCCESS [06:28 min]
[INFO] org.jboss.tools.forge.ui.bot.test .................. FAILURE [05:04 min]
[INFO] org.jboss.tools.freemarker.ui.bot.test ............. FAILURE [ 24.489 s]
[INFO] org.jboss.tools.hibernate.ui.bot.test .............. FAILURE [04:43 min]
[INFO] org.jboss.tools.vpe.ui.bot.test .................... SUCCESS [10:01 min]
[INFO] org.jboss.tools.jsf.ui.bot.test .................... SUCCESS [ 28.000 s]
[INFO] org.jboss.tools.jst.ui.bot.test .................... FAILURE [01:22 min]
[INFO] org.jboss.tools.maven.ui.bot.test .................. FAILURE [05:25 min]
[INFO] org.jboss.tools.mylyn.ui.bot.test .................. SUCCESS [02:27 min]
[INFO] org.jboss.tools.openshift.ui.bot.test .............. FAILURE [ 29.939 s]
[INFO] org.jboss.tools.portlet.ui.bot.test ................ FAILURE [12:56 min]
[INFO] org.jboss.tools.runtime.as.ui.bot.test ............. FAILURE [ 2.443 s]
[INFO] org.jboss.tools.seam.ui.bot.test ................... FAILURE [ 0.524 s]
[INFO] org.jboss.tools.ui.bot.ext.test .................... FAILURE [ 0.413 s]
[INFO] org.jboss.tools.vpe.bot.test ....................... FAILURE [ 0.547 s]
[INFO] org.jboss.tools.ws.ui.bot.test ..................... FAILURE [ 0.221 s]
[INFO] org.jboss.tools.usercase.ticketmonster.ui.bot.test . FAILURE [ 0.178 s]
[INFO] org.jboss.tools.perf.test .......................... FAILURE [ 0.418 s]
[INFO] org.jboss.tools.docker.ui.bot.test ................. FAILURE [ 0.338 s]
[INFO] integration-tests.site ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:43 h
[INFO] Finished at: 2016-10-04T13:18:51-04:00
[INFO] Final Memory: 237M/767M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.ide.eclipse.as.ui.bot.test: An unexpected error occured while launching the test runtime (return code 134). See log for details. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.aerogear.ui.bot.test: Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test failed: Cannot resolve dependencies of MavenProject: org.jboss.tools.aerogear.tests:org.jboss.tools.aerogear.ui.bot.test:4.4.2-SNAPSHOT @ /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.aerogear.ui.bot.test/pom.xml: See log for details -> [Help 2]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.batch.ui.bot.test: An unexpected error occured while launching the test runtime (return code 134). See log for details. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.cdi.bot.test: An unexpected error occured while launching the test runtime (return code 134). See log for details. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.deltaspike.ui.bot.test: An unexpected error occured while launching the test runtime (return code 134). See log for details. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.eclipsecs.ui.test: No tests found. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.forge.ui.bot.test: An unexpected error occured while launching the test runtime (return code 134). See log for details. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.freemarker.ui.bot.test: No tests found. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.hibernate.ui.bot.test: No tests found. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.jst.ui.bot.test: An unexpected error occured while launching the test runtime (return code 134). See log for details. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.maven.ui.bot.test: An unexpected error occured while launching the test runtime (return code 134). See log for details. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.openshift.ui.bot.test: No tests found. -> [Help 1]
[ERROR] Failed to execute goal com.googlecode.maven-download-plugin:download-maven-plugin:1.2.0:wget (install-seam-2.3.0.Final) on project org.jboss.tools.portlet.ui.bot.test: IO Error: No space left on device -> [Help 3]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.26.0:compile (default-compile) on project org.jboss.tools.runtime.as.ui.bot.test: Exception copying resource files from /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.runtime.as.ui.bot.test/resources to /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.runtime.as.ui.bot.test/target/classes: /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.runtime.as.ui.bot.test/target/classes/generated_resources/java6.xml (No such file or directory) -> [Help 3]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.26.0:compile (default-compile) on project org.jboss.tools.seam.ui.bot.test: Exception copying resource files from /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.seam.ui.bot.test/src to /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.seam.ui.bot.test/target/classes: /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.seam.ui.bot.test/target/classes/log4j.xml (No such file or directory) -> [Help 3]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.26.0:compile (default-compile) on project org.jboss.tools.ui.bot.ext.test: Exception copying resource files from /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.ui.bot.ext.test/src to /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.ui.bot.ext.test/target/classes: /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.ui.bot.ext.test/target/classes/log4j.xml (No such file or directory) -> [Help 3]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-source-plugin:0.26.0:plugin-source (plugin-source) on project org.jboss.tools.vpe.bot.test: error while generating source bundle localization file: /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.vpe.bot.test/target/sourcebundle-l10n-gen/OSGI-INF/l10n/bundle-src.properties (No such file or directory) -> [Help 3]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.4.1:resources (default-resources) on project org.jboss.tools.ws.ui.bot.test: Cannot create resource output directory: /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.ws.ui.bot.test/target/classes -> [Help 3]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.4.1:resources (default-resources) on project org.jboss.tools.usercase.ticketmonster.ui.bot.test: Cannot create resource output directory: /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.usercase.ticketmonster.ui.bot.test/target/classes -> [Help 3]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-source-plugin:0.26.0:plugin-source (plugin-source) on project org.jboss.tools.perf.test: error while generating source bundle localization file: /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.perf.test/target/sourcebundle-l10n-gen/OSGI-INF/l10n/bundle-src.properties (No such file or directory) -> [Help 3]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-source-plugin:0.26.0:plugin-source (plugin-source) on project org.jboss.tools.docker.ui.bot.test: error while generating source bundle localization file: /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-tests/tests/org.jboss.tools.docker.ui.bot.test/target/sourcebundle-l10n-gen/OSGI-INF/l10n/bundle-src.properties (No such file or directory) -> [Help 3]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 3] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.jboss.ide.eclipse.as.ui.bot.test
{code} -- [^jbosstools-integration-tests.log.txt.zip] (3M compressed from 30M)
(This might be because running the whole stack of itests needs over 5.6G due to all the duplicate runtime zips/folder (see JBIDE-23285) and I ran out of disk space, however.) :(
> Cannot run integration tests against Devstudio with latest target platform
> --------------------------------------------------------------------------
>
> Key: JBDS-4077
> URL: https://issues.jboss.org/browse/JBDS-4077
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: build, target-platform
> Affects Versions: 10.2.0.AM1
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Priority: Blocker
> Attachments: .log, jbosstools-integration-tests.log.txt.zip, shell.png, tpfail.png
>
>
> Integration tests run from maven against Devstudio, which was built using the latest target platform (4.61.0.AM1-SNAPSHOT), cannot properly launch all the plugins and fail afterwards.
> A full devstudio should open when the tests are run. Instead it looks like this:
> !tpfail.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-22544) Redudant error report in Devstudio's Problems View
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22544?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-22544:
----------------------------------------
We have switched to Neon.1 TP in master. Not sure if we already have any nightly build based on Neon.1 TP. [~nickboldt]?
> Redudant error report in Devstudio's Problems View
> --------------------------------------------------
>
> Key: JBIDE-22544
> URL: https://issues.jboss.org/browse/JBIDE-22544
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: javascript, upstream
> Reporter: Ondrej Dockal
> Assignee: Victor Rubezhny
> Fix For: 4.4.x
>
> Attachments: org.jboss.tools.batch.ui.bot.test.editor.design.DesignChunkStepElementTest.createStep(7).png
>
>
> Some test fails on checking number of errors in Problems View in devstudio. There are duplicated error reports.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-23182) NullPointerException in PodLogsHandler.handleEvent
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23182?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-23182:
-----------------------------------------------
[~adietish], I think it works as follows. HandlerUtil.getCurrentSelection(event) takes the selection from the context and when the context is created, the selection is asked from the active part directly, in this case it is Properties View. This view is special, it returns for selection not what is selected inside but what it got from outside that is an object selected in the previously active view. The workbench selection service receives selection by selection changed event so that when something is selected inside Properties view the event with an inner selected object is broadcast.
> NullPointerException in PodLogsHandler.handleEvent
> --------------------------------------------------
>
> Key: JBIDE-23182
> URL: https://issues.jboss.org/browse/JBIDE-23182
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Automated Error Reporting Bot
> Labels: openshift_v3, pod_log_console
> Fix For: 4.4.2.AM2
>
>
> The following problem was reported via the automated error reporting:
> Message: Unhandled event loop exception
> {noformat}
> java.lang.NullPointerException: null
> at org.jboss.tools.openshift.internal.ui.handler.PodLogsHandler.handleEvent(PodLogsHandler.java:46)
> at org.jboss.tools.openshift.internal.ui.handler.AbstractOpenShiftCliHandler.execute(AbstractOpenShiftCliHandler.java:70)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:295)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(null:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(null:-1)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(null:-1)
> at java.lang.reflect.Method.invoke(null:-1)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54)
> {noformat}
> Bundles:
> | org.eclipse.e4.core.di | 1.6.0.v20160319-0612 | 1.6.0.v20160319-0612 |
> | org.eclipse.ui | 3.108.0.v20160518-1929 | 3.108.0.v20160518-1929 |
> | org.jboss.tools.openshift.ui | 3.3.0.v20160831-0703 | 3.3.0.v20160831-0703 |
> Operating Systems:
> | Windows | 10.0.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/57d6df25e4b0fd7621...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-23285) integration tests should share runtime downloads so that each test doesn't have to re-download the same runtime zips, and no longer use EOL'd runtimes
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23285?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-23285:
------------------------------------
{code}
[INFO] --- download-maven-plugin:1.2.0:wget (install-as-3.2.8) @ org.jboss.ide.eclipse.as.ui.bot.test ---
[INFO] Got from cache: /home/nboldt/.m2/repository1/.cache/maven-download-plugin/jboss-3.2.8.SP1.zip
[INFO]
[INFO] --- download-maven-plugin:1.2.0:wget (install-as-4.0.5) @ org.jboss.ide.eclipse.as.ui.bot.test ---
[INFO] Got from cache: /home/nboldt/.m2/repository1/.cache/maven-download-plugin/jboss-4.0.5.GA.zip
[INFO]
[INFO] --- download-maven-plugin:1.2.0:wget (install-as-4.2.3) @ org.jboss.ide.eclipse.as.ui.bot.test ---
[INFO] Got from cache: /home/nboldt/.m2/repository1/.cache/maven-download-plugin/jboss-4.2.3.GA-jdk6.zip
[INFO]
[INFO] --- download-maven-plugin:1.2.0:wget (install-as-5.0.1) @ org.jboss.ide.eclipse.as.ui.bot.test ---
[INFO] Got from cache: /home/nboldt/.m2/repository1/.cache/maven-download-plugin/jboss-5.0.1.GA-jdk6.zip
[INFO]
[INFO] --- download-maven-plugin:1.2.0:wget (install-as-5.1.0) @ org.jboss.ide.eclipse.as.ui.bot.test ---
[INFO] Got from cache: /home/nboldt/.m2/repository1/.cache/maven-download-plugin/jboss-5.1.0.GA-jdk6.zip
[INFO]
[INFO] --- download-maven-plugin:1.2.0:wget (install-as-6.1.0) @ org.jboss.ide.eclipse.as.ui.bot.test ---
[INFO] Got from cache: /home/nboldt/.m2/repository1/.cache/maven-download-plugin/jboss-as-distribution-6.1.0.Final.zip
[INFO]
[INFO] --- download-maven-plugin:1.2.0:wget (install-as-7.0.2) @ org.jboss.ide.eclipse.as.ui.bot.test ---
[INFO] Got from cache: /home/nboldt/.m2/repository1/.cache/maven-download-plugin/jboss-as-7.0.2.Final.zip
[INFO]
[INFO] --- download-maven-plugin:1.2.0:wget (install-as-7.1.1) @ org.jboss.ide.eclipse.as.ui.bot.test ---
[INFO] Got from cache: /home/nboldt/.m2/repository1/.cache/maven-download-plugin/jboss-as-7.1.1.Final.zip
{code}
Looks like I'm wrong - previously downloaded runtimes are already cached in ~/.m2 .
But we could still fix the problem of testing with multiple versions of 10.0.0 and EOL'd AS runtimes.
> integration tests should share runtime downloads so that each test doesn't have to re-download the same runtime zips, and no longer use EOL'd runtimes
> ------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23285
> URL: https://issues.jboss.org/browse/JBIDE-23285
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: integration-tests
> Affects Versions: 4.4.2.AM1
> Reporter: Nick Boldt
> Assignee: Martin Malina
>
> While running the integration tests today to investigate JBDS-4077, I discovered that:
> * org.jboss.ide.eclipse.as.ui.bot.test requires 11 runtimes, some of which are well past their EOL date [1]:
> {code}jboss-3.2.8.SP1 jboss-4.2.3.GA jboss-5.1.0.GA jboss-as-7.0.2.Final wildfly-10.0.0.CR2 wildfly-9.0.1.Final
> jboss-4.0.5.GA jboss-5.0.1.GA jboss-6.1.0.Final jboss-as-7.1.1.Final wildfly-8.2.0.Final{code}
> * org.jboss.tools.deltaspike.ui.bot.test requires 1 runtime, wildfly-10.0.0.Final
> [1] https://access.redhat.com/support/policy/updates/jboss_notes/eol vs. https://access.redhat.com/support/policy/updates/jboss_notes/
> So, three problems here:
> a) different tests use different versions of the same runtime (WFLY 10.0.0.CR2 vs. Final)
> b) different tests re-download their runtimes every time you do a clean, instead of fetching runtimes from a cache. So the same 160M of WFLY 10 gets downloaded twice.
> c) we still test on runtimes that have been EOL'd years ago, such as AS 4.0 and earlier.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBDS-4077) Cannot run integration tests against Devstudio with latest target platform
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4077?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4077:
----------------------------------
Failed again with openjdk:
{code}
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 63 files to index (/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.65-3.b17.el7.x86_64/jre/lib/rt.jar)' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update Progress' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Git Repository Change Scanner' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Daily usage event reporting' is a system job, skipped
11:32:32.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
11:32:32.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@23ec75c0 is found...
java: cairo-image-surface.c:686: _cairo_format_from_content: Assertion `!"reached"' failed.
11:32:32.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@23ec75c0 is found finished successfully
11:32:32.971 INFO [WorkbenchTestable][AbstractEditor] Activate editor with title Test.java
11:32:32.971 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 7, offser 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:24 min
[INFO] Finished at: 2016-10-04T11:32:46-04:00
[INFO] Final Memory: 58M/679M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.deltaspike.ui.bot.test: An unexpected error occured while launching the test runtime (return code 134). See log for details. -> [Help 1]
[ERROR]
{code}
> Cannot run integration tests against Devstudio with latest target platform
> --------------------------------------------------------------------------
>
> Key: JBDS-4077
> URL: https://issues.jboss.org/browse/JBDS-4077
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: build, target-platform
> Affects Versions: 10.2.0.AM1
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Priority: Blocker
> Attachments: .log, shell.png, tpfail.png
>
>
> Integration tests run from maven against Devstudio, which was built using the latest target platform (4.61.0.AM1-SNAPSHOT), cannot properly launch all the plugins and fail afterwards.
> A full devstudio should open when the tests are run. Instead it looks like this:
> !tpfail.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months