Generated by TestNG with ReportNG at 22:21 PDT on Sunday 02 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.924s

Passed Tests
tigase.tests.pubsub.TestRestApiWithMessageExpiration
testMessageExpiration 43.691s
2022-10-02 22:36:47 |

2022-10-02 22:36:47 | null / [TestClass name=class tigase.tests.pubsub.TestRestApiWithMessageExpiration]

2022-10-02 22:36:47 | ------------------------------------

2022-10-02 22:36:47 | [Mutex] isItemNotified: node_lhnfo70204:exists :: false

2022-10-02 22:36:47 | [Mutex] waiting for: [node_lhnfo70204:create_node]

2022-10-02 22:36:47 | [Mutex] waiting for: [node_lhnfo70204:create_node]

2022-10-02 22:36:47 | [Mutex] received everything.

2022-10-02 22:36:47 | [Mutex] isItemNotified: node_lhnfo70204:create_node:success :: true

2022-10-02 22:36:47 | [Mutex] waiting for: [node_lhnfo70204:subscribe_node]

2022-10-02 22:36:47 | [Mutex] waiting for: [node_lhnfo70204:subscribe_node]

2022-10-02 22:36:47 | [Mutex] received everything.

2022-10-02 22:36:47 | [Mutex] isItemNotified: node_lhnfo70204:subscribe_node:success :: true

2022-10-02 22:36:47 |


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


2022-10-02 22:36:47 | postRequest: POST /rest/pubsub/pubsub.test-domain.com/publish-item HTTP/1.1

2022-10-02 22:36:47 | command: <data><node>node_lhnfo70204</node><entry><content>content_9qkqxm0205</content></entry></data>

2022-10-02 22:36:47 | target: http://localhost:8088

2022-10-02 22:36:47 | entity: [Content-Type: application/xml,Content-Length: 93,Chunked: false]

2022-10-02 22:36:47 | entity: <data><node>node_lhnfo70204</node><entry><content>content_9qkqxm0205</content></entry></data>

2022-10-02 22:36:47 | response: HttpResponseProxy{HTTP/1.1 200 OK [Date: Mon, 03 Oct 2022 05:36:47 GMT, Transfer-encoding: chunked] ResponseEntityProxy{[Chunked: true]}}

2022-10-02 22:36:47 | response entity: <result><Note type="fixed"><value>Operation successful</value></Note><item-id type="fixed" label="Item ID"><value>b2c10ccc-0933-492e-bd0d-bb662c394823</value></item-id></result>

2022-10-02 22:36:47 | contains: true

2022-10-02 22:36:47 | [Mutex] received everything.

2022-10-02 22:36:47 | [Mutex] isItemNotified: user_regular8wwik00203@test-domain.com:message:received:content_9qkqxm0205 :: true

2022-10-02 22:36:47 |


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


2022-10-02 22:36:47 | postRequest: POST /rest/pubsub/pubsub.test-domain.com/publish-item HTTP/1.1

2022-10-02 22:36:47 | command: <data><node>node_lhnfo70204</node><expire-at>2022-10-03T05:36:42Z</expire-at><entry><content>content_1km0ru0206</content></entry></data>

2022-10-02 22:36:47 | target: http://localhost:8088

2022-10-02 22:36:47 | entity: [Content-Type: application/xml,Content-Length: 136,Chunked: false]

2022-10-02 22:36:47 | entity: <data><node>node_lhnfo70204</node><expire-at>2022-10-03T05:36:42Z</expire-at><entry><content>content_1km0ru0206</content></entry></data>

2022-10-02 22:36:47 | response: HttpResponseProxy{HTTP/1.1 200 OK [Date: Mon, 03 Oct 2022 05:36:47 GMT, Transfer-encoding: chunked] ResponseEntityProxy{[Chunked: true]}}

2022-10-02 22:36:47 | response entity: <result><Note type="fixed"><value>Operation successful</value></Note><item-id type="fixed" label="Item ID"><value>3b6537f8-f197-4606-88a6-d3bb42143de8</value></item-id></result>

2022-10-02 22:36:47 | contains: true

2022-10-02 22:36:47 | [Mutex] waiting for: [user_regular8wwik00203@test-domain.com:message:received:content_1km0ru0206]

2022-10-02 22:37:02 | [Mutex] timeout. Not received [user_regular8wwik00203@test-domain.com:message:received:content_1km0ru0206]

2022-10-02 22:37:02 | [Mutex] isItemNotified: user_regular8wwik00203@test-domain.com:message:received:content_1km0ru0206 :: false

2022-10-02 22:37:02 |


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


2022-10-02 22:37:02 | postRequest: POST /rest/pubsub/pubsub.test-domain.com/publish-item HTTP/1.1

2022-10-02 22:37:02 | command: <data><node>node_lhnfo70204</node><entry><content>content_5fja8b0207</content></entry></data>

2022-10-02 22:37:02 | target: http://localhost:8088

2022-10-02 22:37:02 | entity: [Content-Type: application/xml,Content-Length: 93,Chunked: false]

2022-10-02 22:37:02 | entity: <data><node>node_lhnfo70204</node><entry><content>content_5fja8b0207</content></entry></data>

2022-10-02 22:37:02 | response: HttpResponseProxy{HTTP/1.1 200 OK [Date: Mon, 03 Oct 2022 05:37:02 GMT, Transfer-encoding: chunked] ResponseEntityProxy{[Chunked: true]}}

2022-10-02 22:37:02 | response entity: <result><Note type="fixed"><value>Operation successful</value></Note><item-id type="fixed" label="Item ID"><value>0dc74ec6-2683-4e0a-baaf-a2183c0b4b6c</value></item-id></result>

2022-10-02 22:37:02 | contains: true

2022-10-02 22:37:07 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector

2022-10-02 22:37:07 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=480 thread=1] DNS entry stored in session object: localhost:5222

2022-10-02 22:37:07 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=480 thread=1] Opening connection to localhost/127.0.0.1:5222

2022-10-02 22:37:07 | [Mutex] waiting for: [user_regular8wwik00203@test-domain.com:message:received:content_5fja8b0207]

2022-10-02 22:37:07 | [Mutex] received everything.

2022-10-02 22:37:07 | [Mutex] isItemNotified: user_regular8wwik00203@test-domain.com:message:received:content_5fja8b0207 :: true

2022-10-02 22:37:07 |


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


2022-10-02 22:37:07 | [Mutex] received everything.

2022-10-02 22:37:07 | [Mutex] isItemNotified: node_lhnfo70204:subscribe_node:success :: true

2022-10-02 22:37:08 | postRequest: POST /rest/pubsub/pubsub.test-domain.com/publish-item HTTP/1.1

2022-10-02 22:37:08 | command: <data><node>node_lhnfo70204</node><expire-at>2022-10-03T05:37:13Z</expire-at><entry><content>content_565wn40208</content></entry></data>

2022-10-02 22:37:08 | target: http://localhost:8088

2022-10-02 22:37:08 | entity: [Content-Type: application/xml,Content-Length: 136,Chunked: false]

2022-10-02 22:37:08 | entity: <data><node>node_lhnfo70204</node><expire-at>2022-10-03T05:37:13Z</expire-at><entry><content>content_565wn40208</content></entry></data>

2022-10-02 22:37:08 | response: HttpResponseProxy{HTTP/1.1 200 OK [Date: Mon, 03 Oct 2022 05:37:08 GMT, Transfer-encoding: chunked] ResponseEntityProxy{[Chunked: true]}}

2022-10-02 22:37:08 | response entity: <result><Note type="fixed"><value>Operation successful</value></Note><item-id type="fixed" label="Item ID"><value>567535fc-e622-441f-be34-3fd433cde07c</value></item-id></result>

2022-10-02 22:37:08 | contains: true

2022-10-02 22:37:16 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector

2022-10-02 22:37:16 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=481 thread=1] DNS entry stored in session object: localhost:5222

2022-10-02 22:37:16 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=481 thread=1] Opening connection to localhost/127.0.0.1:5222

2022-10-02 22:37:16 | [Mutex] waiting for: [user_regular8wwik00203@test-domain.com:message:received:content_565wn40208]

2022-10-02 22:37:31 | [Mutex] timeout. Not received [user_regular8wwik00203@test-domain.com:message:received:content_565wn40208]

2022-10-02 22:37:31 | [Mutex] received everything.

2022-10-02 22:37:31 | [Mutex] isItemNotified: user_regular8wwik00203@test-domain.com:message:received:content_565wn40208 :: false

2022-10-02 22:37:31 | [Mutex] isItemNotified: admin@test-domain.com:message:received:content_565wn40208 :: true