Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Gerrit configuration problem for jeetools/webtools.javaee?

Hi,

The main "No test report files weren't found. Configuration error?" is that the jeetools test plugins are not ready for Tycho. I believe the main reason is that the "packaging" in the pom.xml-s is "eclipse-plugin" instead of "eclipse-test-plugin". There might be other small refactoring changes necessary for Tycho to find the test cases inside the plugin.

This is nothing to do with having the tests in a separate git repository. The separate git repository may bring other kind of issues.

Greetings,
Kaloyan

On Thu, Aug 20, 2015 at 8:41 PM, Chuck Bridgham <cbridgha@xxxxxxxxxx> wrote:
Welcome back Victor!

I will go ahead and push this patch in directly later today.

I'm assuming his is due to the problem we discussed regarding the two test/dev git repositories that need to be merged for Gerrit to automatically push verified patches.
The merge shouldn't happen while Mars.1 is shutting down, but I'll open a bug now to do this after we GA.

If anyone else has suggestions to circumvent this issue in the meantime, please let us know.


Thanks - Chuck

Senior Architect,
WebSphere Developer Tools, Eclipse WTP PMC Lead
IBM Software Lab - Research Triangle Park, NC




From:        "Victor V. Rubezhny" <vrubezhny@xxxxxxxxxx>
To:        wtp-releng@xxxxxxxxxxx, "General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
Date:        08/20/2015 01:12 PM
Subject:        [wtp-dev] Gerrit configuration problem for jeetools/webtools.javaee?
Sent by:        wtp-dev-bounces@xxxxxxxxxxx




Hi,

When I'm pushing the fix to Gerrit for
jeetools/webtools.javaeeproject I'm getting the "Verified-1" status from Hudson CI. The build log says that build itself was OK, but "No test report files weren't found. Configuration error?":

What to do with such an issue? Should I report it somehow to BugZilla? Or what else should I do?

This happened with the following Gerrit change:
https://git.eclipse.org/r/#/c/52808/(A Patch set for Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=473859):


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] org.eclipse.webtools.javaee.tests .................. SUCCESS [ 0.139 s]
[INFO] org.eclipse.jst.validation.sample .................. SUCCESS [ 3.852 s]
[INFO] org.eclipse.jst.validation.test .................... SUCCESS [ 1.288 s]
[INFO] org.eclipse.jst.enterprise_tests.feature ........... SUCCESS [ 0.369 s]
[INFO] org.eclipse.jem.tests .............................. SUCCESS [ 1.646 s]
[INFO] org.eclipse.jst.j2ee.core.tests .................... SUCCESS [ 1.243 s]
[INFO] org.eclipse.jst.j2ee.tests ......................... SUCCESS [ 3.724 s]
[INFO] org.eclipse.jst.jee.tests .......................... SUCCESS [ 0.645 s]
[INFO] org.eclipse.jst.servlet.tests ...................... SUCCESS [ 0.433 s]
[INFO] org.eclipse.jst.web_tests.feature .................. SUCCESS [ 0.245 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57.187 s
[INFO] Finished at: 2015-07-29T12:09:47-04:00
[INFO] Final Memory: 184M/7860M
[INFO] ------------------------------------------------------------------------
[DEBUG] Closing connection to remote
[DEBUG] Waiting for process to finish
[DEBUG] Result: 0
Terminating xvnc.
Recording test results
No test report files were found. Configuration error?
Finished: FAILURE

Thanks in advance,
Victor Rubezhny.
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev


_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top