Generated by TestNG with ReportNG at 05:51 PDT on Monday 24 October 2022
root@f9c07ffec79b / Java 17.0.2 (Private Build) / Linux 4.14.281-212.502.amzn2.x86_64 (amd64)

REST: Item publication on PubSub node with message expiration using REST API - #2959

Suites · Log Output

Test duration : 44.911s

Passed Tests
tigase.tests.pubsub.TestRestApiWithMessageExpiration
testMessageExpiration 43.633s
2022-10-24 06:13:26 |

2022-10-24 06:13:26 | null / [TestClass name=class tigase.tests.pubsub.TestRestApiWithMessageExpiration]

2022-10-24 06:13:26 | ------------------------------------

2022-10-24 06:13:26 | [Mutex] isItemNotified: node_8b2sko0204:exists :: false

2022-10-24 06:13:26 | [Mutex] waiting for: [node_8b2sko0204:create_node]

2022-10-24 06:13:26 | [Mutex] received everything.

2022-10-24 06:13:26 | [Mutex] isItemNotified: node_8b2sko0204:create_node:success :: true

2022-10-24 06:13:26 | [Mutex] waiting for: [node_8b2sko0204:subscribe_node]

2022-10-24 06:13:26 | [Mutex] received everything.

2022-10-24 06:13:26 | [Mutex] isItemNotified: node_8b2sko0204:subscribe_node:success :: true

2022-10-24 06:13:26 |


===== publishing normal message (to online)


2022-10-24 06:13:26 | postRequest: POST /rest/pubsub/pubsub.test-domain.com/publish-item HTTP/1.1

2022-10-24 06:13:26 | command: <data><node>node_8b2sko0204</node><entry><content>content_4siqj00205</content></entry></data>

2022-10-24 06:13:26 | target: http://localhost:8088

2022-10-24 06:13:26 | entity: [Content-Type: application/xml,Content-Length: 93,Chunked: false]

2022-10-24 06:13:26 | entity: <data><node>node_8b2sko0204</node><entry><content>content_4siqj00205</content></entry></data>

2022-10-24 06:13:26 | response: HttpResponseProxy{HTTP/1.1 200 OK [Date: Mon, 24 Oct 2022 13:13:26 GMT, Transfer-encoding: chunked] ResponseEntityProxy{[Chunked: true]}}

2022-10-24 06:13:26 | response entity: <result><Note type="fixed"><value>Operation successful</value></Note><item-id label="Item ID" type="fixed"><value>622fbe40-64c1-4ee4-a109-95d3cab3b20a</value></item-id></result>

2022-10-24 06:13:26 | contains: true

2022-10-24 06:13:26 | [Mutex] received everything.

2022-10-24 06:13:26 | [Mutex] isItemNotified: user_regulars7xzc50203@test-domain.com:message:received:content_4siqj00205 :: true

2022-10-24 06:13:26 |


===== publishing already old message - expecting message being filtered out (to online)


2022-10-24 06:13:26 | postRequest: POST /rest/pubsub/pubsub.test-domain.com/publish-item HTTP/1.1

2022-10-24 06:13:26 | command: <data><node>node_8b2sko0204</node><expire-at>2022-10-24T13:13:21Z</expire-at><entry><content>content_nrwhoz0206</content></entry></data>

2022-10-24 06:13:26 | target: http://localhost:8088

2022-10-24 06:13:26 | entity: [Content-Type: application/xml,Content-Length: 136,Chunked: false]

2022-10-24 06:13:26 | entity: <data><node>node_8b2sko0204</node><expire-at>2022-10-24T13:13:21Z</expire-at><entry><content>content_nrwhoz0206</content></entry></data>

2022-10-24 06:13:26 | response: HttpResponseProxy{HTTP/1.1 200 OK [Date: Mon, 24 Oct 2022 13:13:26 GMT, Transfer-encoding: chunked] ResponseEntityProxy{[Chunked: true]}}

2022-10-24 06:13:26 | response entity: <result><Note type="fixed"><value>Operation successful</value></Note><item-id label="Item ID" type="fixed"><value>bfa6ddfb-e784-4a6e-8a43-ed571be13927</value></item-id></result>

2022-10-24 06:13:26 | contains: true

2022-10-24 06:13:26 | [Mutex] waiting for: [user_regulars7xzc50203@test-domain.com:message:received:content_nrwhoz0206]

2022-10-24 06:13:41 | [Mutex] timeout. Not received [user_regulars7xzc50203@test-domain.com:message:received:content_nrwhoz0206]

2022-10-24 06:13:41 | [Mutex] isItemNotified: user_regulars7xzc50203@test-domain.com:message:received:content_nrwhoz0206 :: false

2022-10-24 06:13:41 |


===== publishing normal message (to offline)


2022-10-24 06:13:41 | postRequest: POST /rest/pubsub/pubsub.test-domain.com/publish-item HTTP/1.1

2022-10-24 06:13:41 | command: <data><node>node_8b2sko0204</node><entry><content>content_bll4ip0207</content></entry></data>

2022-10-24 06:13:41 | target: http://localhost:8088

2022-10-24 06:13:41 | entity: [Content-Type: application/xml,Content-Length: 93,Chunked: false]

2022-10-24 06:13:41 | entity: <data><node>node_8b2sko0204</node><entry><content>content_bll4ip0207</content></entry></data>

2022-10-24 06:13:41 | response: HttpResponseProxy{HTTP/1.1 200 OK [Date: Mon, 24 Oct 2022 13:13:41 GMT, Transfer-encoding: chunked] ResponseEntityProxy{[Chunked: true]}}

2022-10-24 06:13:41 | response entity: <result><Note type="fixed"><value>Operation successful</value></Note><item-id label="Item ID" type="fixed"><value>d5440e67-406b-4728-9c80-1332b01aeb4f</value></item-id></result>

2022-10-24 06:13:41 | contains: true

2022-10-24 06:13:46 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector

2022-10-24 06:13:46 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=480 thread=1] DNS entry stored in session object: localhost:5222

2022-10-24 06:13:46 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=480 thread=1] Opening connection to localhost/127.0.0.1:5222

2022-10-24 06:13:46 | [Mutex] waiting for: [user_regulars7xzc50203@test-domain.com:message:received:content_bll4ip0207]

2022-10-24 06:13:46 | [Mutex] waiting for: [user_regulars7xzc50203@test-domain.com:message:received:content_bll4ip0207]

2022-10-24 06:13:46 | [Mutex] received everything.

2022-10-24 06:13:46 | [Mutex] isItemNotified: user_regulars7xzc50203@test-domain.com:message:received:content_bll4ip0207 :: true

2022-10-24 06:13:46 |


===== publishing already old message - expecting message being filtered out (to offline)


2022-10-24 06:13:46 | [Mutex] received everything.

2022-10-24 06:13:46 | [Mutex] isItemNotified: node_8b2sko0204:subscribe_node:success :: true

2022-10-24 06:13:46 | postRequest: POST /rest/pubsub/pubsub.test-domain.com/publish-item HTTP/1.1

2022-10-24 06:13:46 | command: <data><node>node_8b2sko0204</node><expire-at>2022-10-24T13:13:51Z</expire-at><entry><content>content_f2gach0208</content></entry></data>

2022-10-24 06:13:46 | target: http://localhost:8088

2022-10-24 06:13:46 | entity: [Content-Type: application/xml,Content-Length: 136,Chunked: false]

2022-10-24 06:13:46 | entity: <data><node>node_8b2sko0204</node><expire-at>2022-10-24T13:13:51Z</expire-at><entry><content>content_f2gach0208</content></entry></data>

2022-10-24 06:13:46 | response: HttpResponseProxy{HTTP/1.1 200 OK [Date: Mon, 24 Oct 2022 13:13:46 GMT, Transfer-encoding: chunked] ResponseEntityProxy{[Chunked: true]}}

2022-10-24 06:13:46 | response entity: <result><Note type="fixed"><value>Operation successful</value></Note><item-id label="Item ID" type="fixed"><value>8835df14-0803-4f4c-9a17-76a52b4b175c</value></item-id></result>

2022-10-24 06:13:46 | contains: true

2022-10-24 06:13:54 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector

2022-10-24 06:13:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=481 thread=1] DNS entry stored in session object: localhost:5222

2022-10-24 06:13:54 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=481 thread=1] Opening connection to localhost/127.0.0.1:5222

2022-10-24 06:13:54 | [Mutex] waiting for: [user_regulars7xzc50203@test-domain.com:message:received:content_f2gach0208]

2022-10-24 06:14:09 | [Mutex] timeout. Not received [user_regulars7xzc50203@test-domain.com:message:received:content_f2gach0208]

2022-10-24 06:14:09 | [Mutex] received everything.

2022-10-24 06:14:09 | [Mutex] isItemNotified: user_regulars7xzc50203@test-domain.com:message:received:content_f2gach0208 :: false

2022-10-24 06:14:09 | [Mutex] isItemNotified: admin@test-domain.com:message:received:content_f2gach0208 :: true