Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [geclipse-dev] JUnit Tests

That is true with the Grid tests. The needed stuffs for the Grid stubs are curretly not available for the nightly build system. In addition, there is still unsolved dependency problem, for example: the Grid project can not be created due to: java.lang.NoClassDefFoundError: eu/geclipse/ui/wizards/GridProjectProperties

As for the number of tests: first, not all test plugins are included in the automatic system. Second, the statistics of the nightly build system is not correct. Just have a look of the second and third columns in the test results: in most cases the number of tests is 0 but error number is not. So, the number of tests are not correct.

We will fix all of the problems ASAP.

Jie

-----Ursprüngliche Nachricht-----
Von: geclipse-dev-bounces@xxxxxxxxxxx [mailto:geclipse-dev-bounces@xxxxxxxxxxx] Im Auftrag von Stuempert, Mathias IWR
Gesendet: Mittwoch, 14. Mai 2008 10:31
An: Developer mailing list
Betreff: AW: [geclipse-dev] JUnit Tests

Hi Harald,

> Are we just testing the classes, that do not interact with the Grid at
all?

As stated yesterday by Ariel the "online" or "Grid" tests currently fail because of still missing authentication (or to be more general because of a not yet correctly set up Grid environment). This failure happens already on the local side because no certificate is specified from which we could create a proxy. Therefore these tests do not even come to the point were they could connect to the outside world and therefore fail very quickly. I think this is the explanation for the short time the tests currently need. This should increase dramatically as soon as Ariel and Jie have set up thinks for proper authentication.

Cheers, Mathias
_______________________________________________
geclipse-dev mailing list
geclipse-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/geclipse-dev


Back to the top