Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-reviews-dev] r4e tests

Hello,
The R4E Tests failing below are mainly due to the following list of issues,
Hudson / Tycho / Maven is new within the R4E team, any ideas are very
appreciated.

/Alvaro


1)  IO Exception, Directory can not be created
     Some test cases were designed to write into temporary directories
in order to facilitate validation

     Is it possible to access a folder with writing permissions within
the Hudson environment ?

2) There are some classes with the word "Test" that are not actual
Junit tests, however the environment seems to pick them up as test
cases. Where can we configure the filter for this ?

3) java.lang.NoClassDefFoundError
    The test plug-in org.eclipse.mylyn.reviews.r4e.core.tests
specifies dependencies with org.eclipse.egit.ui,
    which shall be loaded to execute some test cases..
    the pom.xml under this project does not define dependent osgi
components as far as I can see.
    How do we find out where are these dependencies configured.


On Sat, Feb 5, 2011 at 5:52 AM, Steffen Pingel
<steffen.pingel@xxxxxxxxxxx> wrote:
> Hi,
>
> I added R4E to the (nightly) reviews build which caused it to go red
> due to R4E tests failing. It looks like there might be something wrong
> with the test setup, i.e. the workbench not getting initialized:
>
>  https://hudson.eclipse.org/hudson/job/mylyn-reviews-nightly/ .
>
> Alvaro, Sebastian, let me know if you need any help with the
> configuration. The org.eclipse.mylyn/org.eclipse.mylyn.tests/pom.xml
> file has a bunch of hints how to configure the Tycho test plug-in.
>
> Steffen
>
> --
> Steffen Pingel
> Committer, http://eclipse.org/mylyn
> Senior Developer, http://tasktop.com
> _______________________________________________
> mylyn-reviews-dev mailing list
> mylyn-reviews-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-reviews-dev
>


Back to the top