Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Attempt to run a single performance test

Hello, 

I have just tried to run the performance tests procedure only on a
single test. I have left only the CSS UI test suite, because it consists
of a single test. The test case runs successfully, but the graph
generation utility fails again (see the log below). 

It turns out that there is no need to have the
org.eclipse.test.performance in WTP CVS repository. The perf test
procedure gets the plugin from the eclipse-test-performance-<buildId>
binary. I have tried to replace the plugin with a patched one, but it
didn't help. In fact, I see no difference in the error with and without
the patched plugin...

I will give it a try again on Monday. I will be happy if anybody have
hints to share. 

Greetings,
Kaloyan Raev
Eclipse WTP Committer
<http://www.eclipse.org/webtools/people/person.php?name=raev> 
Senior Developer
NW C JS TOOLS JEE (BG)
SAP Labs Bulgaria
T +359/2/9157-416
mailto:kaloyan.raev@xxxxxxx
www.sap.com
P Save a tree - please do not print this email unless you really need
to! 


  [antcall] Exiting
C:\eclipse\perf\releng.wtpbuilder\distribution\wtp.perf\build.xml.
    [mkdir] Created dir: C:\eclipse\perf\perfRoot\results\graph
fileset: Setup scanner in dir C:\eclipse\perf\perfRoot\eclipse\plugins
with patternSet{ includes: [org.eclipse.equinox.launcher_*.jar]
excludes: [] }
     [java] Executing 'C:\jdk1.5.0_14\jre\bin\java.exe' with arguments:
     [java] '-Dosgi.ws=win32'
     [java] '-Dosgi.os=win32'
     [java] '-Dosgi.arch=x86'
     [java]
'-Declipse.perf.dbloc=C:\eclipse\perf/wtp-perf-db;dbuser=app;dbpasswd=ap
p;dbname=newDB'
     [java] '-classpath'
     [java]
'C:\eclipse\perf\perfRoot\eclipse\plugins\org.eclipse.equinox.launcher_1
.0.101.R34x_v20080819.jar'
     [java] 'org.eclipse.equinox.launcher.Main'
     [java] '-application'
     [java] 'org.eclipse.test.performance.ui.resultGenerator'
     [java] '-baseline'
     [java] 'R-2.0.2-20080223205547'
     [java] '-baseline.prefix'
     [java] 'wtpbuild'
     [java] '-current'
     [java] 'M20080906-061108'
     [java] '-current.prefix'
     [java] 'wtpbuild'
     [java] '-jvm'
     [java] 'sun1.5.0'
     [java] '-config'
     [java] 'wtpbuild'
     [java] '-output'
     [java] 'C:\eclipse\perf/perfRoot/results/graph'
     [java] '-print'
     [java] 
     [java] The ' characters around the executable and arguments are
     [java] not part of the command.
Execute:Java13CommandLauncher: Executing
'C:\jdk1.5.0_14\jre\bin\java.exe' with arguments:
'-Dosgi.ws=win32'
'-Dosgi.os=win32'
'-Dosgi.arch=x86'
'-Declipse.perf.dbloc=C:\eclipse\perf/wtp-perf-db;dbuser=app;dbpasswd=ap
p;dbname=newDB'
'-classpath'
'C:\eclipse\perf\perfRoot\eclipse\plugins\org.eclipse.equinox.launcher_1
.0.101.R34x_v20080819.jar'
'org.eclipse.equinox.launcher.Main'
'-application'
'org.eclipse.test.performance.ui.resultGenerator'
'-baseline'
'R-2.0.2-20080223205547'
'-baseline.prefix'
'wtpbuild'
'-current'
'M20080906-061108'
'-current.prefix'
'wtpbuild'
'-jvm'
'sun1.5.0'
'-config'
'wtpbuild'
'-output'
'C:\eclipse\perf/perfRoot/results/graph'
'-print'

The ' characters around the executable and arguments are
not part of the command.

BUILD FAILED
C:\eclipse\perf\releng.wtpbuilder\distribution\wtp.perf\build.xml:529:
Java returned: 13
	at org.apache.tools.ant.taskdefs.Java.execute(Java.java:107)
	at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:1
05)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
	at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecut
or.java:41)
	at
org.apache.tools.ant.Project.executeTargets(Project.java:1181)
	at
org.eclipse.wtp.releng.wtpbuilder.Main.runBuild(Main.java:638)
	at
org.eclipse.wtp.releng.wtpbuilder.Main.startAnt(Main.java:184)
	at org.eclipse.wtp.releng.wtpbuilder.Main.start(Main.java:149)
	at org.eclipse.wtp.releng.wtpbuilder.Main.main(Main.java:238)
	at
org.eclipse.wtp.releng.wtpbuilder.perf.PerfBuilder.build(PerfBuilder.jav
a:61)
	at
org.eclipse.wtp.releng.wtpbuilder.AbstractBuilder.build(AbstractBuilder.
java:123)
	at
org.eclipse.wtp.releng.wtpbuilder.AbstractBuilder.main(AbstractBuilder.j
ava:228)
	at
org.eclipse.wtp.releng.wtpbuilder.perf.PerfBuilder.main(PerfBuilder.java
:95)

Total time: 6 seconds


Back to the top