Generated by TestNG with ReportNG at 21:15 PST on Sunday 05 March 2023
root@f9c07ffec79b / Java 17.0.2 (Private Build) / Linux 4.14.281-212.502.amzn2.x86_64 (amd64)

Node and item manipulation using PubSub procotol - #4229

Suites · Log Output

Test duration : 8.603s

Failed Tests
tigase.tests.pubsub.TestPubSub
testSupportAdvertisement 0.009s
2023-03-05 21:27:19 |

2023-03-05 21:27:19 | null / [TestClass name=class tigase.tests.pubsub.TestPubSub]

2023-03-05 21:27:19 | ------------------------------------

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] waiting for: [discovery:completed]

2023-03-05 21:27:19 | [Mutex] received everything.

2023-03-05 21:27:19 | [Mutex] isItemNotified: discovery:completed:success :: true

2023-03-05 21:27:19 | [Mutex] isItemNotified: discovery:identity:pubsub:service :: true

2023-03-05 21:27:19 | [Mutex] isItemNotified: discovery:feature:http://jabber.org/protocol/pubsub#publish :: true

2023-03-05 21:27:19 | [Mutex] isItemNotified: discovery:feature:http://jabber.org/protocol/pubsub#subscribe :: true

2023-03-05 21:27:19 | [Mutex] isItemNotified: discovery:feature:http://jabber.org/protocol/pubsub#config-node-max :: false

java.lang.AssertionError:
org.testng.AssertJUnit.fail(AssertJUnit.java:65)
org.testng.AssertJUnit.assertTrue(AssertJUnit.java:23)
org.testng.AssertJUnit.assertTrue(AssertJUnit.java:33)
tigase.tests.pubsub.TestPubSub.testSupportAdvertisement(TestPubSub.java:99)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.base/java.lang.reflect.Method.invoke(Method.java:568)
org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:135)
org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:673)
org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:220)
org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:945)
org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:193)
org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
org.testng.TestRunner.privateRun(TestRunner.java:808)
org.testng.TestRunner.run(TestRunner.java:603)
org.testng.SuiteRunner.runTest(SuiteRunner.java:429)
org.testng.SuiteRunner.runSequentially(SuiteRunner.java:423)
org.testng.SuiteRunner.privateRun(SuiteRunner.java:383)
org.testng.SuiteRunner.run(SuiteRunner.java:326)
org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
org.testng.TestNG.runSuitesSequentially(TestNG.java:1249)
org.testng.TestNG.runSuitesLocally(TestNG.java:1169)
org.testng.TestNG.runSuites(TestNG.java:1092)
org.testng.TestNG.run(TestNG.java:1060)
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:283)
org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:75)
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:120)
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Passed Tests
tigase.tests.pubsub.TestPubSub
configureNodes 1.040s
2023-03-05 21:27:21 |

2023-03-05 21:27:21 | null / [TestClass name=class tigase.tests.pubsub.TestPubSub]

2023-03-05 21:27:21 | ------------------------------------

2023-03-05 21:27:21 | [Mutex] waiting for: [configured:node:node-8ab77371-2711-4c98-9d94-5a40dfd8a1cf:node-882aa181-52df-458a-84c0-0ff838ceb695]

2023-03-05 21:27:21 | [Mutex] received everything.

2023-03-05 21:27:21 | [Mutex] isItemNotified: configured:node:node-8ab77371-2711-4c98-9d94-5a40dfd8a1cf:node-882aa181-52df-458a-84c0-0ff838ceb695 :: true

2023-03-05 21:27:22 | [Mutex] waiting for: [received:nodes:71013549-2c32-44fd-967e-323079989fd8:localhost]

2023-03-05 21:27:22 | [Mutex] received everything.

2023-03-05 21:27:22 | [Mutex] isItemNotified: received:node:71013549-2c32-44fd-967e-323079989fd8:localhost:node-8ab77371-2711-4c98-9d94-5a40dfd8a1cf:Node 8ab77371-2711-4c98-9d94-5a40dfd8a1cf :: true

2023-03-05 21:27:22 | [Mutex] waiting for: [received:nodes:d0f44e47-2095-4fb6-a914-32f349fc2489:localhost]

2023-03-05 21:27:22 | [Mutex] waiting for: [received:nodes:d0f44e47-2095-4fb6-a914-32f349fc2489:localhost]

2023-03-05 21:27:22 | [Mutex] waiting for: [received:nodes:d0f44e47-2095-4fb6-a914-32f349fc2489:localhost]

2023-03-05 21:27:22 | [Mutex] received everything.

2023-03-05 21:27:22 | [Mutex] isItemNotified: received:node:d0f44e47-2095-4fb6-a914-32f349fc2489:localhost:node-8ab77371-2711-4c98-9d94-5a40dfd8a1cf:Node 8ab77371-2711-4c98-9d94-5a40dfd8a1cf :: false

createNodes 1.030s
2023-03-05 21:27:19 |

2023-03-05 21:27:19 | null / [TestClass name=class tigase.tests.pubsub.TestPubSub]

2023-03-05 21:27:19 | ------------------------------------

2023-03-05 21:27:19 | [Mutex] waiting for: [created:node:node-8ab77371-2711-4c98-9d94-5a40dfd8a1cf:Node 8ab77371-2711-4c98-9d94-5a40dfd8a1cf]

2023-03-05 21:27:19 | [Mutex] received everything.

2023-03-05 21:27:19 | [Mutex] isItemNotified: created:node:node-8ab77371-2711-4c98-9d94-5a40dfd8a1cf:Node 8ab77371-2711-4c98-9d94-5a40dfd8a1cf :: true

2023-03-05 21:27:20 | [Mutex] waiting for: [received:nodes:f3140a66-c3da-4eef-9883-bcf589462276:localhost]

2023-03-05 21:27:20 | [Mutex] waiting for: [received:nodes:f3140a66-c3da-4eef-9883-bcf589462276:localhost]

2023-03-05 21:27:20 | [Mutex] waiting for: [received:nodes:f3140a66-c3da-4eef-9883-bcf589462276:localhost]

2023-03-05 21:27:20 | [Mutex] received everything.

2023-03-05 21:27:20 | [Mutex] isItemNotified: received:node:f3140a66-c3da-4eef-9883-bcf589462276:localhost:node-8ab77371-2711-4c98-9d94-5a40dfd8a1cf:Node 8ab77371-2711-4c98-9d94-5a40dfd8a1cf :: true

createSubnodes 1.022s
2023-03-05 21:27:20 |

2023-03-05 21:27:20 | null / [TestClass name=class tigase.tests.pubsub.TestPubSub]

2023-03-05 21:27:20 | ------------------------------------

2023-03-05 21:27:20 | [Mutex] waiting for: [created:node:node-882aa181-52df-458a-84c0-0ff838ceb695:Node 882aa181-52df-458a-84c0-0ff838ceb695]

2023-03-05 21:27:20 | [Mutex] received everything.

2023-03-05 21:27:20 | [Mutex] isItemNotified: created:node:node-882aa181-52df-458a-84c0-0ff838ceb695:Node 882aa181-52df-458a-84c0-0ff838ceb695 :: true

2023-03-05 21:27:21 | [Mutex] waiting for: [received:nodes:e0086d8a-cda1-49fc-96a7-31cfdbbfb6de:localhost]

2023-03-05 21:27:21 | [Mutex] waiting for: [received:nodes:e0086d8a-cda1-49fc-96a7-31cfdbbfb6de:localhost]

2023-03-05 21:27:21 | [Mutex] waiting for: [received:nodes:e0086d8a-cda1-49fc-96a7-31cfdbbfb6de:localhost]

2023-03-05 21:27:21 | [Mutex] waiting for: [received:nodes:e0086d8a-cda1-49fc-96a7-31cfdbbfb6de:localhost]

2023-03-05 21:27:21 | [Mutex] received everything.

2023-03-05 21:27:21 | [Mutex] isItemNotified: received:node:e0086d8a-cda1-49fc-96a7-31cfdbbfb6de:localhost:node-882aa181-52df-458a-84c0-0ff838ceb695:Node 882aa181-52df-458a-84c0-0ff838ceb695 :: true

deleteNodes 1.028s
2023-03-05 21:27:26 |

2023-03-05 21:27:26 | null / [TestClass name=class tigase.tests.pubsub.TestPubSub]

2023-03-05 21:27:26 | ------------------------------------

2023-03-05 21:27:26 | [Mutex] waiting for: [deleted:node:node-882aa181-52df-458a-84c0-0ff838ceb695]

2023-03-05 21:27:26 | [Mutex] received everything.

2023-03-05 21:27:26 | [Mutex] isItemNotified: deleted:node:node-882aa181-52df-458a-84c0-0ff838ceb695 :: true

2023-03-05 21:27:27 | [Mutex] waiting for: [received:nodes:9d65e8f8-4b69-419f-943f-e33f8dee9593:localhost]

2023-03-05 21:27:27 | [Mutex] waiting for: [received:nodes:9d65e8f8-4b69-419f-943f-e33f8dee9593:localhost]

2023-03-05 21:27:27 | [Mutex] received everything.

2023-03-05 21:27:27 | [Mutex] isItemNotified: received:node:9d65e8f8-4b69-419f-943f-e33f8dee9593:localhost:node-882aa181-52df-458a-84c0-0ff838ceb695:Node 882aa181-52df-458a-84c0-0ff838ceb695 :: false

deleteSubnodes 1.033s
2023-03-05 21:27:25 |

2023-03-05 21:27:25 | null / [TestClass name=class tigase.tests.pubsub.TestPubSub]

2023-03-05 21:27:25 | ------------------------------------

2023-03-05 21:27:25 | [Mutex] waiting for: [deleted:node:node-8ab77371-2711-4c98-9d94-5a40dfd8a1cf]

2023-03-05 21:27:25 | [Mutex] received everything.

2023-03-05 21:27:25 | [Mutex] isItemNotified: deleted:node:node-8ab77371-2711-4c98-9d94-5a40dfd8a1cf :: true

2023-03-05 21:27:26 | [Mutex] waiting for: [received:nodes:9e2b3202-e851-4eae-a104-cf4aad72d0f6:localhost]

2023-03-05 21:27:26 | [Mutex] waiting for: [received:nodes:9e2b3202-e851-4eae-a104-cf4aad72d0f6:localhost]

2023-03-05 21:27:26 | [Mutex] waiting for: [received:nodes:9e2b3202-e851-4eae-a104-cf4aad72d0f6:localhost]

2023-03-05 21:27:26 | [Mutex] received everything.

2023-03-05 21:27:26 | [Mutex] isItemNotified: received:node:9e2b3202-e851-4eae-a104-cf4aad72d0f6:localhost:node-8ab77371-2711-4c98-9d94-5a40dfd8a1cf:Node 8ab77371-2711-4c98-9d94-5a40dfd8a1cf :: false

2023-03-05 21:27:26 | [Mutex] waiting for: [received:nodes:80ea302f-a386-47af-a51e-6e7d34f0e75d:localhost]

2023-03-05 21:27:26 | [Mutex] received everything.

2023-03-05 21:27:26 | [Mutex] isItemNotified: received:node:80ea302f-a386-47af-a51e-6e7d34f0e75d:localhost:node-8ab77371-2711-4c98-9d94-5a40dfd8a1cf:Node 8ab77371-2711-4c98-9d94-5a40dfd8a1cf :: false

publishItemsToNodes 0.069s
2023-03-05 21:27:23 |

2023-03-05 21:27:23 | null / [TestClass name=class tigase.tests.pubsub.TestPubSub]

2023-03-05 21:27:23 | ------------------------------------

2023-03-05 21:27:23 | [Mutex] waiting for: [published:item:item-3152e043-7773-4d9d-8569-2054a661cc80:admin@test-domain.com]

2023-03-05 21:27:23 | [Mutex] received everything.

2023-03-05 21:27:23 | [Mutex] isItemNotified: published:item:item-3152e043-7773-4d9d-8569-2054a661cc80:admin@test-domain.com :: true

2023-03-05 21:27:23 | [Mutex] waiting for: [published:item:notifieditem-3152e043-7773-4d9d-8569-2054a661cc80:admin@test-domain.com]

2023-03-05 21:27:23 | [Mutex] received everything.

2023-03-05 21:27:23 | [Mutex] isItemNotified: published:item:notifieditem-3152e043-7773-4d9d-8569-2054a661cc80:admin@test-domain.com :: true

retractItemsFromNodes 0.106s
2023-03-05 21:27:24 |

2023-03-05 21:27:24 | null / [TestClass name=class tigase.tests.pubsub.TestPubSub]

2023-03-05 21:27:24 | ------------------------------------

2023-03-05 21:27:24 | [Mutex] waiting for: [retracted:item:item-3152e043-7773-4d9d-8569-2054a661cc80:admin@test-domain.com]

2023-03-05 21:27:24 | [Mutex] waiting for: [retracted:item:item-3152e043-7773-4d9d-8569-2054a661cc80:admin@test-domain.com]

2023-03-05 21:27:24 | [Mutex] waiting for: [retracted:item:item-3152e043-7773-4d9d-8569-2054a661cc80:admin@test-domain.com]

2023-03-05 21:27:24 | [Mutex] received everything.

2023-03-05 21:27:24 | [Mutex] isItemNotified: retracted:item:item-3152e043-7773-4d9d-8569-2054a661cc80:admin@test-domain.com :: true

2023-03-05 21:27:24 | [Mutex] received everything.

2023-03-05 21:27:24 | [Mutex] isItemNotified: retracted:item:notifieditem-3152e043-7773-4d9d-8569-2054a661cc80:admin@test-domain.com :: true

retrieveItemsFromNodes 0.068s
2023-03-05 21:27:23 |

2023-03-05 21:27:23 | null / [TestClass name=class tigase.tests.pubsub.TestPubSub]

2023-03-05 21:27:23 | ------------------------------------

2023-03-05 21:27:23 | [Mutex] waiting for: [retrieved:item:item-3152e043-7773-4d9d-8569-2054a661cc80:payload-matches:true:localhost]

2023-03-05 21:27:23 | [Mutex] received everything.

2023-03-05 21:27:23 | [Mutex] isItemNotified: retrieved:item:item-3152e043-7773-4d9d-8569-2054a661cc80:payload-matches:true:localhost :: true

retrieveUserSubscriptions 0.319s
2023-03-05 21:27:23 |

2023-03-05 21:27:23 | null / [TestClass name=class tigase.tests.pubsub.TestPubSub]

2023-03-05 21:27:23 | ------------------------------------

2023-03-05 21:27:23 | [Mutex] waiting for: [iq:gg2e090189]

2023-03-05 21:27:24 | [Mutex] received everything.

2023-03-05 21:27:24 | [Mutex] isItemNotified: success :: true

retrieveUserSubscriptionsWithRegex 0.015s
2023-03-05 21:27:24 |

2023-03-05 21:27:24 | null / [TestClass name=class tigase.tests.pubsub.TestPubSub]

2023-03-05 21:27:24 | ------------------------------------

2023-03-05 21:27:24 | [Mutex] waiting for: [iq:h0f0pp0190]

2023-03-05 21:27:24 | [Mutex] received everything.

2023-03-05 21:27:24 | [Mutex] isItemNotified: success :: true

subscribeNodes 1.019s
2023-03-05 21:27:22 |

2023-03-05 21:27:22 | null / [TestClass name=class tigase.tests.pubsub.TestPubSub]

2023-03-05 21:27:22 | ------------------------------------

2023-03-05 21:27:22 | [Mutex] waiting for: [subscribed:nodes:05b45ad1-f99b-43f9-8fd0-91ca177decb5:admin@test-domain.com]

2023-03-05 21:27:22 | [Mutex] received everything.

2023-03-05 21:27:22 | [Mutex] isItemNotified: subscribed:nodes:05b45ad1-f99b-43f9-8fd0-91ca177decb5:admin@test-domain.com :: true

testMaxItemsMax 0.036s
2023-03-05 21:27:19 |

2023-03-05 21:27:19 | null / [TestClass name=class tigase.tests.pubsub.TestPubSub]

2023-03-05 21:27:19 | ------------------------------------

2023-03-05 21:27:19 | [Mutex] waiting for: [created:node:max-0cc1259e-bde4-4561-ba33-a2014ff745f1:Title 9ce44196-5b80-438f-bf60-3cfc25c7723c]

2023-03-05 21:27:19 | [Mutex] received everything.

2023-03-05 21:27:19 | [Mutex] isItemNotified: created:node:max-0cc1259e-bde4-4561-ba33-a2014ff745f1:Title 9ce44196-5b80-438f-bf60-3cfc25c7723c :: true

2023-03-05 21:27:19 | [Mutex] waiting for: [configure:set:max-items:completed]

2023-03-05 21:27:19 | [Mutex] received everything.

2023-03-05 21:27:19 | [Mutex] isItemNotified: configure:set:max-items:success :: true

2023-03-05 21:27:19 | [Mutex] waiting for: [configure:get:max-items:completed]

2023-03-05 21:27:19 | [Mutex] received everything.

2023-03-05 21:27:19 | [Mutex] isItemNotified: configure:get:max-items:success:max :: true

unsubscribeNodes 1.213s
2023-03-05 21:27:24 |

2023-03-05 21:27:24 | null / [TestClass name=class tigase.tests.pubsub.TestPubSub]

2023-03-05 21:27:24 | ------------------------------------

2023-03-05 21:27:24 | [Mutex] waiting for: [unsubscribed:nodes:e91ff0b4-5cfd-40e4-a5a5-b8709abb05de:admin@test-domain.com]

2023-03-05 21:27:24 | [Mutex] received everything.

2023-03-05 21:27:24 | [Mutex] isItemNotified: unsubscribed:nodes:e91ff0b4-5cfd-40e4-a5a5-b8709abb05de:admin@test-domain.com :: true