Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] About locally releng testing

Hi,

I am a newbie of this project. I started an instance, and tried some
edit on it. It is cool and should be on the way of coding trend.

With links below, I can run orion in eclipse correctly. But for unit
tests, I have some problems.
http://wiki.eclipse.org/Orion/Getting_the_source
http://wiki.eclipse.org/Orion/Running_Releng_JUnits

Here is command I used to run test with orion-0.2M6 target (I guess
the target isn't enough for running the test):
$(JAVA_HOME)/bin/java -Xms124m -Xmx712m -Dfile.encoding=UTF-8
-classpath $(ORION_HOME)/eclipse-orion-0.2M6/plugins/org.eclipse.equinox.launcher_1.2.0.v20110124-0830.jar
org.eclipse.equinox.launcher.Main -application
org.eclipse.orion.application -data
/usr/local/google/code/self-workspace/../runtime-buildOrion
-configuration file:$(WORKSPACE)/.metadata/.plugins/org.eclipse.pde.core/Run
Orion Releng Tests/ -dev
file:$(WORKSPACE)/.metadata/.plugins/org.eclipse.pde.core/Run Orion
Releng Tests/dev.properties -f
$(ORION_HOME)/org.eclipse.orion.server/releng/org.eclipse.orion.releng/builder/scripts/runTests.xml
-DbuildType=N -DrunTestsLocally=true
-DbuildDirectory=$(ORION_HOME)/org.eclipse.orion.server/tests
junitTests

However, it keeps running and no response like below:

09:04:41,916 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Could NOT find resource [logback.groovy]
09:04:41,916 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Could NOT find resource [logback-test.xml]
09:04:41,916 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Found resource [logback.xml] at
[bundleresource://2.fwk489242803:1/logback.xml]
09:04:41,938 |-INFO in
ch.qos.logback.classic.joran.action.ConfigurationAction - debug
attribute not set
09:04:41,938 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- About to instantiate appender of type
[ch.qos.logback.core.ConsoleAppender]
09:04:41,940 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- Naming appender as [STDOUT]
09:04:41,958 |-INFO in
ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Pushing
component [layout] on top of the object stack.
09:04:41,979 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] -
This appender no longer admits a layout as a sub-component, set an
encoder instead.
09:04:41,979 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] -
To ensure compatibility, wrapping your layout in
LayoutWrappingEncoder.
09:04:41,979 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] -
See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for
details
09:04:41,980 |-INFO in
ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level
of ROOT logger to WARN
09:04:41,980 |-INFO in
ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
appender named [STDOUT] to Logger[ROOT]

09:04:42.575 [Start Level Event Dispatcher] WARN
o.a.s.h.c.SpellCheckComponent - No queryConverter defined, using
default converter

Any ideas on this? Thanks!

Best Regards,
Lamu Guo


Back to the top