osgi / bugzilla-archive

Archive of OSGi Alliance Specification Bugzilla bugs. The Specification Bugzilla system was decommissioned with the move to GitHub. The issues in this repository are imported from the Specification Bugzilla system for archival purposes.
0 stars 1 forks source link

New API signature tests are not being run during daily build #306

Closed bjhargrave closed 17 years ago

bjhargrave commented 17 years ago

Original bug ID: BZ#335 From: @bjhargrave Reported version: R4 V4.0.1

bjhargrave commented 17 years ago

Comment author: @bjhargrave

The new API signature tests are not being run as part of the daily build. They should be run since the scripts were updated to include them.

bjhargrave commented 17 years ago

Comment author: @bjhargrave

The core and compendium tests pass but the mobile test fails. It seems to be a timeout in the test execution :-(

It appears to have run for 2 minutes and was then killed before it completed.

The target osgi.properties have org.osgi.test.watchdog=120. We probably need to increase this since the test.signatures.mobile test takes a very long time.

Also, the core sig test takes 1:39 and the cmpn sig test takes 1:59! A longer timeout or a faster testcase is definitely in order.

http://membercvs.osgi.org/db/osgi.test/director/run-mobile.xml#test.signature.mobile

Test case: test.signature.mobile Status FAILED ( 3) Started 20060707090025.552 Ended 20060707090227.241 Bundle Information Name test.signature.mobile Location file:/home/OSGI/tmpdir/osgi.test/director/configuration/org.eclipse.osgi/bundles/7/data/org.osgi.test.cases.signature.mobile.jar Version 4 MD5 Fingerprint 88-EB-31-5D-23-5B-9E-4E-5E-AA-6C-86-E8-55-3F-A6 Messages

  1. Receive from TestBundleControl timed out or canceled.
bjhargrave commented 17 years ago

Comment author: @pkriens

I have added a progress(0..100) on the DefaultTestBundleControl and call it from the signature tests. This should keep the test alive. Keep open until verified

bjhargrave commented 17 years ago

Comment author: @bjhargrave

Tests are now being run to completion!