See <https://builds.apache.org/job/qpid-java-build/193/changes>

Changes:

[tross] QPID-3306 - Provides a more Ruby-like set of APIs on top of the 
bindings created by swig.
Applied patch from Darryl Pierce

Created the Rakefile for automating tasks.

The Rakefile allows us to run both unit and integration tests.

Also included a README.rdoc file.

All tests are in the "test:" namespace, and can be run with the
commands:

rake test:units
rake test:integrations
rake test:all # runs both unit and integraton tests
rake test     # alias for test:all

[tross] QPID-3306 - Provides a more Ruby-like set of APIs on top of the 
bindings created by swig.
Applied patch from Darryl Pierce

Created the Connection class and its unit tests.

The Connection class is packaged as follows:

Qpid::Messaging::Connection

[tross] QPID-3306 - Provides a more Ruby-like set of APIs on top of the 
bindings created by swig.
Applied patch from Darryl Pierce

Created the Session class and its unit tests.

The Session class is packaged as follows:

Qpid::Messaging::Session

A Session can create a Sender or a Receiver endpoint.

[tross] QPID-3306 - Provides a more Ruby-like set of APIs on top of the 
bindings created by swig.
Applied patch from Darryl Pierce

Created the Receiver class and its unit tests.

The class is packaged as follows:

Qpid::Messaging::Receiver

[tross] QPID-3306 - Provides a more Ruby-like set of APIs on top of the 
bindings created by swig.
Applied patch from Darryl Pierce

Created the Sender class and its unit tests.

The class is packaged as follows:

Qpid::Messaging::Sender

A Sender can send a message.

[tross] QPID-3306 - Provides a more Ruby-like set of APIs on top of the 
bindings created by swig.
Applied patch from Darryl Pierce

Created the Message class and its unit tests.

The class is packaged as:

Qpid::Messaging::Message

A Message can return its content and be used to send a message over an
instance of Sender.

[tross] QPID-3306 - Provides a more Ruby-like set of APIs on top of the 
bindings created by swig.
Applied patch from Darryl Pierce

Created the Ruby bindings for Address.

[tross] QPID-3306 - Provides a more Ruby-like set of APIs on top of the 
bindings created by swig.
Applied patch from Darryl Pierce

Created the encode and decode methods in
 Qpid::Messaging.

These methods differ from the same methods in Cqpid in that they handle
working with symbols and other non-string values.

[tross] QPID-3306 - Provides a more Ruby-like set of APIs on top of the 
bindings created by swig.
Applied patch from Darryl Pierce

Created the Duration namespace for duration contants.

Added constants to map the C++ values to symbols within Ruby:

 * FOREVER
 * IMMEDIATE
 * MINUTE
 * SECOND

[tross] QPID-3306 - Provides a more Ruby-like set of APIs on top of the 
bindings created by swig.
Applied patch from Darryl Pierce

Created the Qpid Ruby libraries.

The libraries provide a more Ruby-esque way of using the Qpid libraries
that are generated via SWIG.

[tross] NO-JIRA - Fixed two EXTERN declarations in FieldTable.h

------------------------------------------
[...truncated 4796 lines...]

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: 
<https://builds.apache.org/job/qpid-java-build/ws/trunk/qpid/java/build/scratch/test-java-mms.0-10.properties>

prepare:

compile_velocity:

check_velocity_deps:

gen_logging:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:
    [javac] 
<https://builds.apache.org/job/qpid-java-build/ws/trunk/qpid/java/module.xml>:284:
 warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-mms.0-10
    [junit] Running 
org.apache.qpid.server.security.access.plugins.AccessControlTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.187 sec
    [junit] Running 
org.apache.qpid.server.security.access.plugins.PlainConfigurationTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.034 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.RuleSetTest
    [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 0.02 sec
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: 
<https://builds.apache.org/job/qpid-java-build/ws/trunk/qpid/java/build/scratch/test-java-mms.0-10.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/experimental/info
   [delete] Deleting: 
<https://builds.apache.org/job/qpid-java-build/ws/trunk/qpid/java/build/scratch/test-java-mms.0-10.properties>

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:
    [javac] 
<https://builds.apache.org/job/qpid-java-build/ws/trunk/qpid/java/module.xml>:284:
 warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-mms.0-10
    [junit] Running org.apache.qpid.info.systest.InfoPluginTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.177 sec
    [junit] Running org.apache.qpid.info.test.HttpPosterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.402 sec
    [junit] Running org.apache.qpid.info.test.InfoServiceImplTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.qpid.info.test.InfoTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.qpid.info.test.IniFileReaderTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.qpid.info.test.SoapClientTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.01 sec
    [junit] Running org.apache.qpid.info.test.SystemInfoTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.qpid.info.test.XMLWriterTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
     [echo] Running ant for module : broker-plugins/experimental/info
   [delete] Deleting: 
<https://builds.apache.org/job/qpid-java-build/ws/trunk/qpid/java/build/scratch/test-java-mms.0-10.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/experimental/shutdown
   [delete] Deleting: 
<https://builds.apache.org/job/qpid-java-build/ws/trunk/qpid/java/build/scratch/test-java-mms.0-10.properties>

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Running ant for module : broker-plugins/extras
   [delete] Deleting: 
<https://builds.apache.org/job/qpid-java-build/ws/trunk/qpid/java/build/scratch/test-java-mms.0-10.properties>

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:
    [javac] 
<https://builds.apache.org/job/qpid-java-build/ws/trunk/qpid/java/module.xml>:284:
 warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-mms.0-10
    [junit] Running org.apache.qpid.server.plugins.ExtrasTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.793 sec
     [echo] Running ant for module : broker-plugins/extras
   [delete] Deleting: 
<https://builds.apache.org/job/qpid-java-build/ws/trunk/qpid/java/build/scratch/test-java-mms.0-10.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/firewall
   [delete] Deleting: 
<https://builds.apache.org/job/qpid-java-build/ws/trunk/qpid/java/build/scratch/test-java-mms.0-10.properties>

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:
    [javac] 
<https://builds.apache.org/job/qpid-java-build/ws/trunk/qpid/java/module.xml>:284:
 warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-mms.0-10
    [junit] Running 
org.apache.qpid.server.security.access.FirewallConfigurationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.113 sec
    [junit] Running org.apache.qpid.server.security.access.FirewallPluginTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.52 sec
     [echo] Running ant for module : broker-plugins/firewall
   [delete] Deleting: 
<https://builds.apache.org/job/qpid-java-build/ws/trunk/qpid/java/build/scratch/test-java-mms.0-10.properties>

touch-failed:

BUILD FAILED
<https://builds.apache.org/job/qpid-java-build/ws/trunk/qpid/java/build.xml>:92:
 TEST SUITE FAILED

Total time: 18 minutes 40 seconds
Recording test results

Reply via email to