Get list of history entries for connections

Test duration: 2.468s

Failed Tests
tigase.tests.auditlog.TestGetConnectionsHistory
retrieveAfterFirstConnection 0.024s
2019-11-20 20:10:13 |

2019-11-20 20:10:13 | null / [TestClass name=class tigase.tests.auditlog.TestGetConnectionsHistory]

2019-11-20 20:10:13 | ------------------------------------

2019-11-20 20:10:13 | [Mutex] waiting for: [5b25225f-c369-47d8-8472-97bf15abc722:connections-history]

2019-11-20 20:10:13 | [Mutex] received everything.

2019-11-20 20:10:13 | [Mutex] isItemNotified: 5b25225f-c369-47d8-8472-97bf15abc722:connections-history:success :: true

java.lang.AssertionError: expected [true] but found [false]
org.testng.Assert.fail(Assert.java:96)
org.testng.Assert.failNotEquals(Assert.java:776)
org.testng.Assert.assertTrue(Assert.java:44)
org.testng.Assert.assertTrue(Assert.java:54)
tigase.tests.auditlog.TestGetConnectionsHistory.assertCurrentState(TestGetConnectionsHistory.java:184)
tigase.tests.auditlog.TestGetConnectionsHistory.retrieveAfterFirstConnection(TestGetConnectionsHistory.java:94)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.base/java.lang.reflect.Method.invoke(Method.java:566)
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:230)
tigase.tests.AbstractSkippableTest.run(AbstractSkippableTest.java:46)
org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:242)
org.testng.internal.Invoker.invokeMethod(Invoker.java:579)
org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
org.testng.TestRunner.privateRun(TestRunner.java:648)
org.testng.TestRunner.run(TestRunner.java:505)
org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
org.testng.SuiteRunner.run(SuiteRunner.java:364)
org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
org.testng.TestNG.runSuites(TestNG.java:1049)
org.testng.TestNG.run(TestNG.java:1017)
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)
Skipped Tests
tigase.tests.auditlog.TestGetConnectionsHistory
disconnectUser1 0.000s Depends on method(s): tigase.tests.auditlog.TestGetConnectionsHistory.retrieveAfterFirstConnection
loginUser2 0.000s Depends on method(s): tigase.tests.auditlog.TestGetConnectionsHistory.retrieveAfterFirstDisconnection
retrieveAfterFirstDisconnection 0.000s Depends on method(s): tigase.tests.auditlog.TestGetConnectionsHistory.disconnectUser1
retrieveAfterSecondConnection 0.000s Depends on method(s): tigase.tests.auditlog.TestGetConnectionsHistory.loginUser2
Passed Tests
tigase.tests.auditlog.TestGetConnectionsHistory
loginUser1 1.225s
2019-11-20 20:10:12 |

2019-11-20 20:10:12 | null / [TestClass name=class tigase.tests.auditlog.TestGetConnectionsHistory]

2019-11-20 20:10:12 | ------------------------------------

2019-11-20 20:10:12 | tigase.jaxmpp.core.client.AbstractSessionObject.clear: Clearing properties in scopes [stream]

2019-11-20 20:10:12 | tigase.jaxmpp.j2se.Jaxmpp.login: state=disconnected cr=false

2019-11-20 20:10:12 | tigase.jaxmpp.j2se.Jaxmpp.createConnector: Using SocketConnector

2019-11-20 20:10:12 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=591 thread=1] Connector  state changed: null->connecting

2019-11-20 20:10:12 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=591 thread=1] DNS entry stored in session object: localhost:5222

2019-11-20 20:10:12 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=591 thread=1] Preparing connection to [localhost:5222]

2019-11-20 20:10:12 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=591 thread=1] Opening connection to localhost/127.0.0.1:5222

2019-11-20 20:10:12 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=591 thread=1] Connector  state changed: connecting->connected

2019-11-20 20:10:12 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2019-11-20 20:10:12 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=591 thread=1] Whitespace ping period is setted to nullms

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/><register xmlns="http://jabber.org/features/iq-register"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2019-11-20 20:10:12 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=591 thread=3855] Start TLS

2019-11-20 20:10:12 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=591 thread=3857] Proceeding TLS

2019-11-20 20:10:12 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=591 thread=3857] Start handshake

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost >> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>

2019-11-20 20:10:12 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><auth xmlns="http://jabber.org/features/iq-auth"/><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-256</mechanism><mechanism>SCRAM-SHA-1</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression></features>

2019-11-20 20:10:12 | tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.login: Authenticating with SASL Non-SASL

2019-11-20 20:10:12 | tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.login: Try login with SASL

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost >> <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="SCRAM-SHA-256">biwsbj1hdWRpdGxvZy1fNDN6cmE1MDUzMSxyPTBpc1VDMHNlaDZzNmhrTUFFRU9O</auth>

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost << <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj0waXNVQzBzZWg2czZoa01BRUVPTlpxYTd1Q2psRkQ3dzlHaUpKanZkLHM9Yi96TUFERGU2R0F4WVE9PSxpPTQwOTY=</challenge>

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost >> <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Yz1iaXdzLHI9MGlzVUMwc2VoNnM2aGtNQUVFT05acWE3dUNqbEZEN3c5R2lKSmp2ZCxwPXZlekgzYVJTbEk2ejBsY2c3bi9HMUtCUzMyd244Tm5JbzE2Y2hWSXpQQjg9</response>

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost << <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj1CQ21zaUM5TVpaOVJXc2tnVTdveUpuRVA0c1g4bnhyMzNjK3J3cmNkR1dNPQ==</success>

2019-11-20 20:10:12 | tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.streamRestarted: Pipelining is disabled

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost << <features xmlns="http://etherx.jabber.org/streams"><sm xmlns="urn:xmpp:sm:3"/><register xmlns="http://jabber.org/features/iq-register"/><csi xmlns="urn:xmpp:csi:0"/><ver xmlns="urn:xmpp:features:rosterver"/><sub xmlns="urn:xmpp:features:pre-approval"/><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c hash="SHA-1" ver="8SAx7sxxLI3422mjAeBbH2oWxJg=" xmlns="http://jabber.org/protocol/caps" node="https://tigase.net/tigase-xmpp-server"/></features>

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost >> <iq xmlns="jabber:client" id="rQpbmIM19KDv2zz9IQM3vmQ" type="set"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><resource/></bind></iq>

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost << <iq to="auditlog-_43zra50531@localhost/993927746-tigase-295" type="result" xmlns="jabber:client" id="rQpbmIM19KDv2zz9IQM3vmQ"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>auditlog-_43zra50531@localhost/993927746-tigase-295</jid></bind></iq>

2019-11-20 20:10:12 | tigase.jaxmpp.j2se.Jaxmpp.onResourceBindSuccess: Connected. Resource binded.

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost/993927746-tigase-295 >> <iq xmlns="jabber:client" id="cUzT8oN0toY4q6pgxw36cKX" type="set"><session xmlns="urn:ietf:params:xml:ns:xmpp-session"/></iq>

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost/993927746-tigase-295 << <iq to="auditlog-_43zra50531@localhost/993927746-tigase-295" type="result" xmlns="jabber:client" id="cUzT8oN0toY4q6pgxw36cKX"/>

2019-11-20 20:10:12 | tigase.jaxmpp.core.client.xmpp.modules.streammng.StreamManagementModule.enable: Enabling stream management

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost/993927746-tigase-295 >> <iq to="localhost" id="vM97l8p38LXVgWYrhUWTcRa" type="get"><query xmlns="http://jabber.org/protocol/disco#info"/></iq>

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost/993927746-tigase-295 >> <enable xmlns="urn:xmpp:sm:3" resume="true"/>

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost/993927746-tigase-295 << <enabled resume="true" max="60" location="d4270859fb27" xmlns="urn:xmpp:sm:3" id="02203d64-7476-4654-8d21-34789cc53bf1"/>

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost/993927746-tigase-295 >> <iq id="9Rmu4DFGuZofW4gOSXmJUPE" type="get"><query xmlns="jabber:iq:roster"/></iq>

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost/993927746-tigase-295 >> <presence><c xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" hash="sha-1"/></presence>

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost/993927746-tigase-295 << <iq to="auditlog-_43zra50531@localhost/993927746-tigase-295" type="result" xmlns="jabber:client" id="vM97l8p38LXVgWYrhUWTcRa" from="localhost"><query xmlns="http://jabber.org/protocol/disco#info"><identity type="router" name="Tigase ver. 8.1.0-SNAPSHOT-b10574/f55efd39" category="component"/><identity type="im" name="Tigase ver. 8.1.0-SNAPSHOT-b10574/f55efd39" category="server"/><feature var="http://jabber.org/protocol/commands"/><x type="result" xmlns="jabber:x:data"><field type="hidden" var="FORM_TYPE"><value>http://jabber.org/network/serverinfo</value></field><field type="text-multi" var="abuse-addresses"><value>mailto:abuse@localhost</value><value>xmpp:abuse@localhost</value></field></x><feature var="urn:xmpp:carbons:2"/><feature var="http://jabber.org/protocol/stats"/><feature var="http://jabber.org/protocol/amp"/><feature var="msgoffline"/><feature var="jabber:iq:auth"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="urn:xmpp:blocking"/><feature var="urn:xmpp:ping"/><feature var="urn:ietf:params:xml:ns:xmpp-sasl"/><feature var="http://jabber.org/protocol/pubsub"/><feature var="http://jabber.org/protocol/pubsub#owner"/><feature var="http://jabber.org/protocol/pubsub#publish"/><identity type="pep" category="pubsub"/><feature var="urn:xmpp:pep-vcard-conversion:0"/><feature var="urn:xmpp:bookmarks-conversion:0"/><feature var="urn:xmpp:archive:auto"/><feature var="urn:xmpp:archive:manage"/><feature var="urn:xmpp:push:0"/><feature var="tigase:push:encrypt:0"/><feature var="tigase:push:ignore-unknown:0"/><feature var="tigase:push:muc:0"/><feature var="tigase:push:muted:0"/><feature var="tigase:push:priority:0"/><feature var="jabber:iq:roster"/><feature var="jabber:iq:roster-dynamic"/><feature var="urn:xmpp:mam:1"/><feature var="jabber:iq:version"/><feature var="urn:xmpp:time"/><feature var="jabber:iq:privacy"/><feature var="urn:ietf:params:xml:ns:xmpp-bind"/><feature var="http://jabber.org/protocol/commands"/><feature var="urn:ietf:params:xml:ns:vcard-4.0"/><feature var="jabber:iq:private"/><feature var="urn:ietf:params:xml:ns:xmpp-session"/></query></iq>

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost/993927746-tigase-295 << <iq to="auditlog-_43zra50531@localhost/993927746-tigase-295" type="result" xmlns="jabber:client" id="9Rmu4DFGuZofW4gOSXmJUPE"><query xmlns="jabber:iq:roster"/></iq>

2019-11-20 20:10:12 | auditlog- :: auditlog-_43zra50531@localhost/993927746-tigase-295 << <presence to="auditlog-_43zra50531@localhost" xmlns="jabber:client" from="auditlog-_43zra50531@localhost/993927746-tigase-295"><c hash="sha-1" ver="mg5bXbOeu1848vxdgu3jELgbQF8=" xmlns="http://jabber.org/protocol/caps" node="http://tigase.org/jaxmpp"/></presence>

2019-11-20 20:10:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=591 thread=3857] Connector  state changed: connected->disconnected

2019-11-20 20:10:13 | tigase.jaxmpp.j2se.connectors.socket.SocketConnector.printLog: [scid=591 thread=3857] Stream terminated

2019-11-20 20:10:13 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

2019-11-20 20:10:13 | tigase.jaxmpp.j2se.connectors.socket.Worker.interrupt: Worker Interrupted

retrieveBeforeFirstConnection 0.307s
2019-11-20 20:10:12 |

2019-11-20 20:10:12 | null / [TestClass name=class tigase.tests.auditlog.TestGetConnectionsHistory]

2019-11-20 20:10:12 | ------------------------------------

2019-11-20 20:10:12 | [Mutex] waiting for: [component:ping]

2019-11-20 20:10:12 | [Mutex] received everything.

2019-11-20 20:10:12 | [Mutex] waiting for: [dd55a068-b185-4445-85c2-3fc36aef5cfb:connections-history]

2019-11-20 20:10:12 | [Mutex] received everything.

2019-11-20 20:10:12 | [Mutex] isItemNotified: dd55a068-b185-4445-85c2-3fc36aef5cfb:connections-history:success :: true