Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Equinox Testing - 3.3"

(OSGi)
('''Part III. Reaction to bundle events''')
(11 intermediate revisions by 2 users not shown)
Line 100: Line 100:
 
<li>The "Sample menu" item should be gone</li>
 
<li>The "Sample menu" item should be gone</li>
 
</ol>
 
</ol>
 
Note: Eclipse 3.3M6 candidate currently has an associated bug open [https://bugs.eclipse.org/bugs/show_bug.cgi?id=178284 178284]
 
  
 
==== '''Part IV. Standalone registry run''' ====
 
==== '''Part IV. Standalone registry run''' ====
Line 109: Line 107:
 
Create a workspace with the registry bundle, test bundle, and the supplement bundle:
 
Create a workspace with the registry bundle, test bundle, and the supplement bundle:
 
<ul>
 
<ul>
<li>Import '''org.eclipse.equinox.registry''' plug-in from the target (Import -> Plug-in development -> Plug-ins and Fragments)</li>
+
<li>Import '''org.eclipse.equinox.registry''' and '''org.eclipse.equinox.common''' plug-ins from the target (Import -> Plug-in development -> Plug-ins and Fragments)</li>
 
<li>Check out '''org.eclipse.equinox.supplement''' bundle from CVS  ''':pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse'''</li>
 
<li>Check out '''org.eclipse.equinox.supplement''' bundle from CVS  ''':pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse'''</li>
<li>Check out '''org.eclipse.equinox.test.standalone''' project from the same CVS under '''equinox-incubator'''</li>
+
<li>Check out '''org.eclipse.equinox.test.standalone''' project from the same CVS under '''equinox-incubator/tests'''</li>
 
<li>Run the launch configuration "All Equinox Standalone Tests"</li>
 
<li>Run the launch configuration "All Equinox Standalone Tests"</li>
 
<li>Test(s) should pass</li>
 
<li>Test(s) should pass</li>
Line 134: Line 132:
  
 
====Using the registry with Knopflerfish====
 
====Using the registry with Knopflerfish====
# Download and extract [http://www.knopflerfish.org Knopflerfish v2.0.1] to (for instance) <code>c:/kf</code>.
+
* Download and extract [http://www.knopflerfish.org Knopflerfish v2.0.1] to (for instance) <code>c:/kf</code>.
# Create a folder for your bundles <code>mkdir c:/kf/knopflerfish.org/osgi/jars/eclipse</code>
+
* Create a folder for your bundles <code>mkdir c:/kf/knopflerfish.org/osgi/jars/eclipse</code>
# Get the org.eclipse.equinox.registry and org.eclipse.equinox.common bundles from the latest build and put them in <code>c:/kf/knopflerfish.org/osgi/jars/eclipse</code>.
+
* Get the org.eclipse.equinox.registry and org.eclipse.equinox.common bundles from the latest build and put them in <code>c:/kf/knopflerfish.org/osgi/jars/eclipse</code>.
# Get the org.eclipse.equinox.supplement bundle from the latest Equinox build and put it in <code>c:/kf/knopflerfish.org/osgi/jars/eclipse.</code>
+
* Get the org.eclipse.equinox.supplement bundle from the latest Equinox build and put it in <code>c:/kf/knopflerfish.org/osgi/jars/eclipse.</code>
# Optional: Rename the 3 Equinox bundles so they are easier to reference in the script.
+
* <em>Optional:</em> Rename the 3 Equinox bundles so they are easier to reference in the script.
# Download the example bundle from here and put it in <code>c:/kf/knopflerfish.org/osgi/jars/eclipse.</code>.
+
* Download the example bundle from [http://www.eclipse.org/equinox/demos/org.eclipse.equinox.examples.registry_1.0.0.200703210940.jar here] and put it in <code>c:/kf/knopflerfish.org/osgi/jars/eclipse.</code>. (and optionally rename it to remove the version)
# Edit the appropriate xargs file so we start the essential bundles:
+
* Edit the appropriate xargs file so we start the essential bundles and add System properties for the registry:
#
+
  
 
<pre>
 
<pre>
 
-Dorg.knopflerfish.gosg.jars=file:jars/
 
-Dorg.knopflerfish.gosg.jars=file:jars/
 +
-Declipse.registry.nulltoken=true
 +
-Declipse.createRegistry=false
  
 
-istart log/log_all-2.0.0.jar
 
-istart log/log_all-2.0.0.jar
Line 156: Line 155:
 
-istart eclipse/org.eclipse.equinox.supplement.jar
 
-istart eclipse/org.eclipse.equinox.supplement.jar
 
-istart eclipse/org.eclipse.equinox.registry.jar
 
-istart eclipse/org.eclipse.equinox.registry.jar
-istart eclipse/org.eclipse.equinox.examples.registry_1.0.0.jar
+
-istart eclipse/org.eclipse.equinox.examples.registry.jar
 
</pre>
 
</pre>
  
# Start Knopflerfish
+
* Start Knopflerfish
 
<pre>
 
<pre>
 
java -jar framework.jar
 
java -jar framework.jar
Line 175: Line 174:
  
 
===Jobs===
 
===Jobs===
* verify that it works stand-alone
+
* The Jobs JUnit tests can be run both as plug-in unit tests and as regular Java JUnit tests. We need to work on the test framework to be able to integrate running regular JUnit tests and have their results printed out with the rest of the test results.
 
+
  
 
==PDE/Build==
 
==PDE/Build==
Line 189: Line 187:
 
* Review contribution of [https://bugs.eclipse.org/bugs/show_bug.cgi?id=177677 integration tests]
 
* Review contribution of [https://bugs.eclipse.org/bugs/show_bug.cgi?id=177677 integration tests]
 
* JNLP
 
* JNLP
 +
 +
[[Category:Equinox|Testing 3.3]]

Revision as of 11:11, 8 June 2007

Test Machines

Eclipse 3.3 M6

  • Tom - Application Model, OSGi
  • Andrew - Launcher/Splash Screen
  • Oleg - Extension Registry
  • Simon - Server-side
  • John - Jobs
  • DJ - File-system, OSGi
  • Pascal - PDE/Build

Test machine allocation (post 3.3 M6)

  • MacOSx - Pascal
  • Linux (RedHat) - DJ
  • Linux (Suse) - Andrew
  • Windows XP - Oleg, Simon
  • Windows Vista - John

Equinox

Application Model

The following test scenario use Application Model Demo presented at EclipseCon 2007. Checkout the following projects from the equinox incubator and follow the steps below:

equinox-incubator/demos/app-model/org.eclipse.equinox.examples.app.selector
equinox-incubator/demos/app-model/org.eclipse.equinox.examples.sharedisplay
equinox-incubator/demos/app-model/org.eclipse.swt.examples.addressbook
equinox-incubator/demos/app-model/org.eclipse.swt.examples.browserexample
equinox-incubator/demos/app-model/org.eclipse.swt.examples.clipboard
equinox-incubator/demos/app-model/org.eclipse.swt.examples.graphics
equinox-incubator/demos/app-model/org.eclipse.swt.examples.paint

  1. Export a project using the file /org.eclipse.equinox.examples.app.selector/AppSelector.product
  2. Launch the product with the -console option (e.g. eclipse -console)
  3. Attempt to launch all the applications using the application selector. Verify that the status of each application changes to running
  4. Stop all the applications by closing each individual application window (except for the application selector window). Verify that the status for each application changes to inactive
  5. Run the apps console command to get a list of available applications
  6. Start each launchable application using the startApp console command. Note that you can use a substring of the application id when launching (e.g. startApp paint). Verify that the status for each application started is reflected in the application selector. You can also verify the status by running the apps command.
  7. Stop each app using the stopApp console command. Verify that each application window is closed and the proper status is reflected in the application selector.
  8. Lock the paint application by running the console command lockApp paint.
  9. Attempt to start the paint application by running the console command startApp paint. Verify that an exception is thrown indicating the application is locked. Also run the console command apps to verify that paint application is locked.
  10. Close and restart the application selector. Verify the paint application is persistently locked.
  11. Unlock the paint application by running the console comand unlockApp paint.
  12. Attempt to start the paint application by running the console command startApp paint. Verify that the application is launched. Close and restart the application selector. Verify the paint application is not locked.
  13. Schedule a reccuring launch of the paint application by running the console command schedApp paint (minute=*) true. This schedules the application to be launched once every minute. Run the apps command to confirm that the paint application is scheduled. Verify that the paint application is launched within 1 minute.
  14. Close the paint application. Wait for 1 minute and and verify that the paint application is launched again.
  15. Close and restart the application selector. Verify that the paint application is still scheduled. Wait for 1 minute and verify that the paint application is launched.
  16. Unschedule the paint application by running the console command unschedApp paint. Verify the paint application is no longer scheduled. Close the paint application and wait for 2 minutes and verify the paint application is not launched.
  17. Close and restart the application selector. Verify that the paint application is no longer scheduled.

Extension Registry

The main test of the extension registry is that Eclipse starts with no error messages twice in a row: start it in a clean install (no caches), shutdown, and start it again (uses caches). If you can open the Error log and see no error messages in the log after this, the extension registry works.

All the rest of the testing is really done by automated tests and by other teams using the registry. However, if you have some spare time, here are some more tests that can be run.

Part I. Startup / Shutdown / Caches

  1. Download Eclipse SDK and unzip it in a new directory. If using a Sun VM, create a shortcut increasing memory size: -vmargs -Xmx768m -XX:PermSize=128m -XX:MaxPermSize=256m
  2. Start Eclipse (it will parse xml files and create caches)
  3. Create a new workspace
  4. Check that no errors are in the Error log
  5. Close Eclipse
  6. Start Eclipse again (it uses cached information this time)
  7. Check that no errors are in the Error log
  8. Close Eclipse

Part II. Automated tests debug

  1. Start Eclipse
  2. Check that no errors are in the Error log
  3. Connect to the CVS repository :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse and get the following plug-ins from it:
    • org.eclipse.core.tests.harness
    • org.eclipse.core.tests.runtime
    • org.eclipse.test.performance
  4. No errors should be generated as plug-ins compile
  5. Select "All Runtime Tests" launch configuration and Run it
  6. All tests should pass
  7. Select "All Runtime Tests" configuration and Debug it
  8. All tests should pass; observe console to see if any error messages appear. The following console output is expected:
    • If running on 1.4 VM some JDT bundles will be unresolved (they need Java 1.5 or Java 1.6)
    • If running on 1.5 VM some JDT bundles will be unresolved (they need Java 1.6)
    • "Reading registry cache"
    • "Using registry cache..."
    • "Cumulative parse time so far"

Part III. Reaction to bundle events

  1. Use the “new plug-in” wizard to create a plug-in project that contributes a menu item (Use "Hello World" template)
  2. Create a new launch configuration under "Eclipse Application", set program arguments to "-clean -console"
  3. Debug this launch configuration. Observe if all usual menus are in the usual places. Check that "Sample Menu" menu from the new plug-in is present
  4. In the console of the host Eclipse type "ss" and note the ID of the plug-in you created in the step 1.
  5. In the console of the host Eclipse type "uninstall <id_from_step_4>"
  6. The "Sample menu" item should be gone

Part IV. Standalone registry run

Several "simple" (non-OSGi) registry tests are run within regular Eclipse tests. The purpose of this test is to see if the extension registry can be used in an environment that really doesn’t have OSGi.

Create a workspace with the registry bundle, test bundle, and the supplement bundle:

  • Import org.eclipse.equinox.registry and org.eclipse.equinox.common plug-ins from the target (Import -> Plug-in development -> Plug-ins and Fragments)
  • Check out org.eclipse.equinox.supplement bundle from CVS :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse
  • Check out org.eclipse.equinox.test.standalone project from the same CVS under equinox-incubator/tests
  • Run the launch configuration "All Equinox Standalone Tests"
  • Test(s) should pass

Launcher & Splash Screen

  • command-line args
  • specifying a splash (both in a jar and not)
  • specifying a library
  • failure cases
  • mutliple versions of the launcher JAR (exe search algorithm)
  • headless mode with the exe (no dialogs)
  • plug-ins not co-located with exe
  • splash screen demos from EclipseCon 2007

OSGi

  • Running the JAR
  • configuring the JAR

Running the OSGi TCK

The project equinox-incubator/org.eclipse.equinox.tcksetup in the equinox incubator provides the necessary scripts and configuration settings to run the osgi TCK. Checkout the project and follow the instructions in the readme file in the root of the project.

Using the registry with Knopflerfish

  • Download and extract Knopflerfish v2.0.1 to (for instance) c:/kf.
  • Create a folder for your bundles mkdir c:/kf/knopflerfish.org/osgi/jars/eclipse
  • Get the org.eclipse.equinox.registry and org.eclipse.equinox.common bundles from the latest build and put them in c:/kf/knopflerfish.org/osgi/jars/eclipse.
  • Get the org.eclipse.equinox.supplement bundle from the latest Equinox build and put it in c:/kf/knopflerfish.org/osgi/jars/eclipse.
  • Optional: Rename the 3 Equinox bundles so they are easier to reference in the script.
  • Download the example bundle from here and put it in c:/kf/knopflerfish.org/osgi/jars/eclipse.. (and optionally rename it to remove the version)
  • Edit the appropriate xargs file so we start the essential bundles and add System properties for the registry:
-Dorg.knopflerfish.gosg.jars=file:jars/
-Declipse.registry.nulltoken=true
-Declipse.createRegistry=false

-istart log/log_all-2.0.0.jar
-istart cm/cm_all-2.0.0.jar
-istart util/util-2.0.0.jar
-istart crimson/crimson-2.0.0.jar
-istart console/console_all-2.0.0.jar
-istart consoletty/consoletty-2.0.0.jar
-istart frameworkcommands/frameworkcommands-2.0.0.jar
-istart eclipse/org.eclipse.equinox.common.jar
-istart eclipse/org.eclipse.equinox.supplement.jar
-istart eclipse/org.eclipse.equinox.registry.jar
-istart eclipse/org.eclipse.equinox.examples.registry.jar
  • Start Knopflerfish
java -jar framework.jar

Server-Side

  • Test on other servers (test bridge)
  • Extension Registry and JSPs
  • Test pieces used with other compatible components

Runtime

File-system

Information on the EFS can be found here.

Jobs

  • The Jobs JUnit tests can be run both as plug-in unit tests and as regular Java JUnit tests. We need to work on the test framework to be able to integrate running regular JUnit tests and have their results printed out with the rest of the test results.

PDE/Build

  • There is a good demo from EclipseCon 2007.
  • Bundle/Plug-in export.
  • Headless builds.
    • Reproduce product export.
  • Packager
  • Plug-in/Fragment classpaths
  • Extensible API
  • Cycle detection
  • Review contribution of integration tests
  • JNLP

Back to the top