See <https://builds.apache.org/job/sandesha2-trunk/1185/>

------------------------------------------
[...truncated 4804 lines...]
     [java]     sequence_id varchar(255) not null,
     [java]     to_epr_addr varchar(255),
     [java]     to_epr blob,
     [java]     reply_to_epr_addr varchar(255),
     [java]     reply_to_epr blob,
     [java]     acks_to_epr_addr varchar(255),
     [java]     acks_to_epr blob,
     [java]     rm_version varchar(255),
     [java]     security_token_data varchar(255),
     [java]     last_activated_time bigint,
     [java]     closed smallint,
     [java]     terminated_flag smallint,
     [java]     polling_mode smallint,
     [java]     service_name varchar(255),
     [java]     flags integer,
     [java]     reference_message_key varchar(255),
     [java]     highest_in_message_id varchar(255),
     [java]     last_in_message_id varchar(255),
     [java]     server_completed_messages clob,
     [java]     outof_order_ranges clob,
     [java]     to_address varchar(255),
     [java]     outbound_internal_sequence varchar(255),
     [java]     next_msgno_to_process bigint,
     [java]     highest_in_message_number bigint,
     [java]     rmd_flags integer,
     [java]     primary key (sequence_id)
     [java] );
     [java] 0 rows inserted/updated/deleted
     [java] ij> drop table wsrm_rms;
     [java] ERROR 42Y55: 'DROP TABLE' cannot be performed on 'WSRM_RMS' because 
it does not exist.
     [java] ij> create table wsrm_rms (
     [java]     create_seq_msg_id varchar(255) not null,
     [java]     sequence_id varchar(255),
     [java]     to_epr_addr varchar(255),
     [java]     to_epr blob,
     [java]     reply_to_epr_addr varchar(255),
     [java]     reply_to_epr blob,
     [java]     acks_to_epr_addr varchar(255),
     [java]     acks_to_epr blob,
     [java]     rm_version varchar(255),
     [java]     security_token_data varchar(255),
     [java]     last_activated_time BIGINT,
     [java]     closed smallint,
     [java]     terminated_flag smallint,
     [java]     polling_mode smallint,
     [java]     service_name varchar(255),
     [java]     flags integer,
     [java]     id bigint,
     [java]     internal_sequence_id varchar(255),
     [java]     create_sequence_msg_store_key varchar(255),
     [java]     reference_msg_store_key varchar(255),
     [java]     last_send_error blob,
     [java]     highest_out_relates_to varchar(255),
     [java]     client_completed_messages clob,
     [java]     transport_to varchar(255),
     [java]     offered_endpoint varchar(255),
     [java]     offered_endpoint_epr_addr varchar(255),
     [java]     offered_endpoint_epr blob,
     [java]     offered_sequence varchar(255),
     [java]     anonymous_uuid varchar(255),
     [java]     last_send_error_timestamp bigint,
     [java]     last_out_message bigint,
     [java]     highest_out_message_number bigint,
     [java]     next_message_number bigint,
     [java]     terminate_added smallint,
     [java]     timed_out smallint,
     [java]     sequence_closed_client smallint,
     [java]     expected_replies bigint,
     [java]     soap_version integer,
     [java]     termination_pauser_for_cs smallint,
     [java]     avoid_auto_termination smallint,
     [java]     rms_flags integer,
     [java]     reallocated smallint,
     [java]     internalSeqIDOfSeqUsedForReallocation varchar(255),
     [java]     primary key (create_seq_msg_id)
     [java] );
     [java] 0 rows inserted/updated/deleted
     [java] ij> drop table wsrm_invoker;
     [java] ERROR 42Y55: 'DROP TABLE' cannot be performed on 'WSRM_INVOKER' 
because it does not exist.
     [java] ij> create table wsrm_invoker (
     [java]     message_context_ref_key varchar(255) not null,
     [java]     sequence_id varchar(255),
     [java]     context blob,
     [java]     msg_no bigint,
     [java]     flags integer,
     [java]     PRIMARY KEY (message_context_ref_key)
     [java] );
     [java] 0 rows inserted/updated/deleted
     [java] ij> drop table wsrm_msgctx;
     [java] ERROR 42Y55: 'DROP TABLE' cannot be performed on 'WSRM_MSGCTX' 
because it does not exist.
     [java] ij> create table wsrm_msgctx (
     [java]     ctx_key varchar(255) not null,
     [java]     ctx blob,
     [java]     PRIMARY KEY (ctx_key)
     [java] );
     [java] 0 rows inserted/updated/deleted
     [java] ij> 

persistence:create:
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-client>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-client/modules>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-server>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-server/modules>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-server/services>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/temp/persistence>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-server/modules>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-server/modules>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-server>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-server/services>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-client/modules>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-client>
    [unjar] Expanding: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/mar/target/sandesha2-1.7.0-SNAPSHOT.mar>
 into 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/temp/persistence>
      [jar] Building jar: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/repos/persistence-client/modules/sandesha2-UnitTest.mar>

prepare:
[INFO] Executed tasks
[INFO] Compiling 2 source files to 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/test-classes>

[INFO] --- maven-compiler-plugin:2.0:testCompile (default-testCompile) @ 
sandesha2-persistence ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ 
sandesha2-persistence ---
[INFO] Surefire report directory: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.sandesha2.RMScenariosTest
ping service got text:ping1
Checking Outbound Sequence: urn:uuid:67e9b302-8583-49aa-bf96-5a0fd64718b0
ping service got text:ping1
Checking Outbound Sequence: urn:uuid:d48a6182-5f40-49ee-bb04-1e57812bd0e2
[SimpleHTTPServer] Stop called
[SimpleHTTPServer] Stop called
'EchoString' service got text 'echo1' for the sequence 
'urn:uuid:d4d5c8a3-2fb2-493d-9dfc-7225fc5e954d'
TestCallback got text: 'echo1'
'EchoString' service got text 'echo2' for the sequence 
'urn:uuid:d4d5c8a3-2fb2-493d-9dfc-7225fc5e954d'
TestCallback got text: 'echo1echo2'
'EchoString' service got text 'echo3' for the sequence 
'urn:uuid:d4d5c8a3-2fb2-493d-9dfc-7225fc5e954d'
TestCallback got text: 'echo1echo2echo3'
Checking Outbound Sequence: urn:uuid:6aa91117-9b52-42ae-98f4-dad9e610be5e
junit.framework.AssertionFailedError: Outbound sequence status: TERMINATED 
expected:<3> but was:<2>
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:280)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:159)
        at 
org.apache.sandesha2.RMScenariosTest.runEcho(RMScenariosTest.java:250)
        at 
org.apache.sandesha2.RMScenariosTest.testAsyncEchoWithSyncAck(RMScenariosTest.java:89)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at junit.framework.TestCase.runTest(TestCase.java:164)
        at junit.framework.TestCase.runBare(TestCase.java:130)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:96)
        at 
org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121)
        at 
org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:188)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:166)
        at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:101)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)
Possible error:junit.framework.AssertionFailedError: Outbound sequence status: 
TERMINATED expected:<3> but was:<2>
Checking Outbound Sequence: urn:uuid:6aa91117-9b52-42ae-98f4-dad9e610be5e
Checking Inbound Sequence: urn:uuid:473c0a36-be59-446c-a8c2-f7c0229848e0
[SimpleHTTPServer] Stop called
[SimpleHTTPServer] Stop called
'EchoString' service got text 'echo1' for the sequence 
'urn:uuid:d8374d9f-9fbf-4412-b92f-36a2b12a862d'
'EchoString' service got text 'echo2' for the sequence 
'urn:uuid:d8374d9f-9fbf-4412-b92f-36a2b12a862d'
'EchoString' service got text 'echo3' for the sequence 
'urn:uuid:d8374d9f-9fbf-4412-b92f-36a2b12a862d'
TestCallback got text: 'echo1'
TestCallback got text: 'echo1echo2'
TestCallback got text: 'echo1echo2echo3'
Checking Outbound Sequence: urn:uuid:8f90b66e-f4ef-417b-81c4-c1f101b780ac
Checking Inbound Sequence: urn:uuid:a352a8e5-cda7-485c-82d3-727f53114fe7
[SimpleHTTPServer] Stop called
[SimpleHTTPServer] Stop called
'EchoString' service got text 'echo1' for the sequence 
'urn:uuid:72209d52-9c7e-444f-95ff-5793443e1f26'
'EchoString' service got text 'echo2' for the sequence 
'urn:uuid:72209d52-9c7e-444f-95ff-5793443e1f26'
'EchoString' service got text 'echo3' for the sequence 
'urn:uuid:72209d52-9c7e-444f-95ff-5793443e1f26'
TestCallback got text: 'echo1'
TestCallback got text: 'echo1echo2'
TestCallback got text: 'echo1echo2echo3'
Checking Outbound Sequence: urn:uuid:2bdd105f-9030-46a6-91a9-7fbde85d8743
Checking Inbound Sequence: urn:uuid:5050ac40-f123-432a-bcd9-52d8bcabc885
[SimpleHTTPServer] Stop called
[SimpleHTTPServer] Stop called
'EchoString' service got text 'echo1' for the sequence 
'urn:uuid:d4c49bf2-c57f-4e27-a4b4-637ebc6d9f54'
TestCallback got text: 'echo1'
'EchoString' service got text 'echo2' for the sequence 
'urn:uuid:d4c49bf2-c57f-4e27-a4b4-637ebc6d9f54'
TestCallback got text: 'echo1echo2'
'EchoString' service got text 'echo3' for the sequence 
'urn:uuid:d4c49bf2-c57f-4e27-a4b4-637ebc6d9f54'
TestCallback got text: 'echo1echo2echo3'
Checking Outbound Sequence: urn:uuid:5d5fe9ea-3104-4e34-8fe4-862dad514ee1
Checking Inbound Sequence: urn:uuid:87b4e54e-739e-4bfa-a22b-974ff4051819
[SimpleHTTPServer] Stop called
'EchoString' service got text 'echo1' for the sequence 
'urn:uuid:75600872-d5d3-4aed-9e9c-b4d3a9b201f4'
TestCallback got text: 'echo1'
'EchoString' service got text 'echo2' for the sequence 
'urn:uuid:75600872-d5d3-4aed-9e9c-b4d3a9b201f4'
TestCallback got text: 'echo1echo2'
'EchoString' service got text 'echo3' for the sequence 
'urn:uuid:75600872-d5d3-4aed-9e9c-b4d3a9b201f4'
TestCallback got text: 'echo1echo2echo3'
Checking Outbound Sequence: urn:uuid:03af674f-9e8e-4f69-ae07-be2f2657b44c
Checking Inbound Sequence: urn:uuid:bb151d46-58c0-40e4-93a4-388fd84fd297
[SimpleHTTPServer] Stop called
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 221.319 sec

Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3:jar (default-jar) @ sandesha2-persistence ---
[INFO] Building jar: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/sandesha2-persistence-1.7.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-assembly-plugin:2.2-beta-5:single (source-release-assembly) @ 
sandesha2-persistence ---
[INFO] Assemblies have been skipped per configuration of the skipAssembly 
parameter.
[INFO] 
[INFO] --- maven-enforcer-plugin:1.1:enforce (default) @ sandesha2-persistence 
---
Mar 16, 2013 4:18:23 PM hudson.maven.ExecutedMojo <init>
WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar (attach-sources) @ 
sandesha2-persistence ---
[INFO] Building jar: 
<https://builds.apache.org/job/sandesha2-trunk/ws/sandesha2/modules/persistence/target/sandesha2-persistence-1.7.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.5:jar (attach-javadocs) @ 
sandesha2-persistence ---
Loading source files for package org.apache.sandesha2.storage.jdbc...
Constructing Javadoc information...
Build timed out (after 75 minutes). Marking the build as failed.
killed.
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to