This agent itest error on travis just happened to me locally. After looking at it, I think it is a bug in inventory REST server.
I'll try to explain as briefly as I can.
In this particular itest [B] it creates datasources in WildFly, checks that they exist in h-inventory, removes those datasources from WildFly, and checks that they no longer exist in h-inventory.
For some reason, after it is removed from WildFly and inventory, a REST query to inventory says it is still there (even though a previous, different, query said it was not there).
Here's what I see:
1. "testXaDs" is an XA datasource that is created in Wildfly and the agent stored it in inventory. A "get all resources" inventory REST query "hawkular/inventory/resources?feedId=itest-rest-feed" shows it exists in inventory:
testXaDs
id: itest-rest-feed~Local DMR~/subsystem=datasources/xa-data-source=testXaDs
parent: itest-rest-feed~Local DMR~~
type: XA Datasource
2. The test then removes that datasource from WildFly (the itest asserts via a DMR query that it is gone from WildFly). Then, making that same inventory REST query "hawkular/inventory/resources?feedId=itest-rest-feed" that "testXaDs" is not in the list - it is gone from inventory based on that "get all resources" query. This is good and expected. We see the datasource successfully removed from inventory after WildFly deleted it.
3. But then the itest queries inventory using a different REST URL (filtered on type ID): "/hawkular/inventory/resources?feedId=itest-rest- feed&typeId=XA%20Datasource" and this time I GET RESULTS back saying that "testXaDs" resource is still there! Even though the "get all resources" query said it was not there. This is the call here [C] which ends up at this inventory REST request [D].
Who wants to investigate the inventory service to see if I'm right that there is a bug here? If there is no bug in inventory, the only other option is it's a bug in the itest code, but I checked and everything looks good to me there. I can't see a problem in the itest code. And the fact this is intermittent (passes sometimes, fails sometimes) tells me there is something sinister going on in the inventory server (i.e. if it is a problem in the test code, you would think it would always fail).
~~~~~~~~~~
[D] https://github.com/hawkular/hawkular-agent/blob/hawkular- 1275/hawkular-agent-itest- util/src/main/java/org/ hawkular/agent/itest/util/ ITestHelper.java#L93
[C] https://github.com/hawkular/hawkular-agent/blob/hawkular- 1275/hawkular-javaagent-itest- parent/hawkular-javaagent-all- itests/hawkular-javaagent- cmdgw-itest/src/test/java/org/ hawkular/agent/ws/test/ DatasourceCommandITest.java# L377
[B] https://github.com/hawkular/hawkular-agent/blob/hawkular- 1275/hawkular-javaagent-itest- parent/hawkular-javaagent-all- itests/hawkular-javaagent- cmdgw-itest/src/test/java/org/ hawkular/agent/ws/test/ DatasourceCommandITest.java
[A] Here's the full output from the test along with the itest assertion error stack trace. There is a lot of junk, but in short, it shows the XA datasource called "testXaDs" is in inventory, then the test deletes it, we see "testXaDs" is no longer in inventory (that print out of the inventory list comes from query results of that "get all resources" REST query), but a query to inventory REST API filtering on typeId says it is still there. Doesn't happen all the time, happens half the time in travis and just happened locally to me.
=====
Got code 200 and message [OK] retries: http://127.0.0.1:8080/hawkular/inventory/resources? feedId=itest-rest-feed&typeId= Datasource
[Invoker 211968962] Invoking @AfterMethod AbstractITest.after()[pri:0, instance:org.hawkular.agent.ws.test. DatasourceCommandITest@ 4461c7e3]
[Invoker 211968962] Invoking @BeforeMethod AbstractITest.before()[pri:0, instance:org.hawkular.agent.ws.test. DatasourceCommandITest@ 4461c7e3]
[Invoker 211968962] Invoking org.hawkular.agent.ws.test.DatasourceCommandITest. testRemoveXaDatasource
Got code 200 and message [OK] retries: http://127.0.0.1:8080/hawkular/inventory/resources? feedId=itest-rest-feed&typeId= XA%20Datasource
Got code 200 and message [OK] retries: http://127.0.0.1:8080/hawkular/inventory/resources? feedId=itest-rest-feed
ALL RESOURCES IN HAWKULAR INVENTORY: 67
=====
testXaDs exists and will be removed
=====
---
Hawkular Java Agent
id: itest-rest-feed~Local JMX~org.hawkular:type=hawkular-javaagent
parent: null
type: Hawkular Java Agent
---
JMX [Local JMX] MemoryPool Metaspace
id: itest-rest-feed~Local JMX~java.lang:name=Metaspace,type=MemoryPool
parent: itest-rest-feed~Local JMX~java.lang:type=Runtime
type: Memory Pool MBean
---
Processor [3]
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem/ PROCESSOR=3
parent: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
type: Platform_Processor
---
JMX [Remote JMX] MemoryPool PS Old Gen
id: itest-rest-feed~Remote JMX~java.lang:name=PS Old Gen,type=MemoryPool
parent: itest-rest-feed~Remote JMX~java.lang:type=Runtime
type: Memory Pool MBean
---
jolokia-war.war
id: itest-rest-feed~Local DMR~/deployment=jolokia-war.war
parent: itest-rest-feed~Local DMR~~
type: Deployment
---
hawkular-alerts
id: itest-rest-feed~Local DMR~/subsystem=infinispan/cache-container=hawkular- alerts
parent: itest-rest-feed~Local DMR~/subsystem=infinispan
type: Infinispan Cache Container
---
DLQ
id: itest-rest-feed~Local DMR~/subsystem=messaging-activemq/server=default/jms- queue=DLQ
parent: itest-rest-feed~Local DMR~/subsystem=messaging-activemq/server=default
type: JMS Queue
---
InventoryServiceIspn
id: itest-rest-feed~Local DMR~/deployment=hawkular-inventory-service.war/ subsystem=ejb3/stateless- session-bean= InventoryServiceIspn
parent: itest-rest-feed~Local DMR~/deployment=hawkular-inventory-service.war
type: Stateless Session EJB
---
ajp
id: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets/socket- binding=ajp
parent: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets
type: Socket Binding
---
mail-smtp
id: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets/remote- destination-outbound-socket- binding=mail-smtp
parent: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets
type: Remote Destination Outbound Socket Binding
---
https
id: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets/socket- binding=https
parent: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets
type: Socket Binding
---
management-https
id: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets/socket- binding=management-https
parent: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets
type: Socket Binding
---
InventoryStats
id: itest-rest-feed~Local DMR~/deployment=hawkular-inventory-service.war/ subsystem=ejb3/singleton-bean= InventoryStats
parent: itest-rest-feed~Local DMR~/deployment=hawkular-inventory-service.war
type: Singleton EJB
---
testXaDs
id: itest-rest-feed~Local DMR~/subsystem=datasources/xa-data-source=testXaDs
parent: itest-rest-feed~Local DMR~~
type: XA Datasource
---
File Store [/dev/mapper/fedora_mazzwork-home]
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem/FILE_ STORE=/dev/mapper/fedora_ mazzwork-home
parent: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
type: Platform_File Store
---
Memory
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem/MEMORY= Memory
parent: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
type: Platform_Memory
---
Processor [2]
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem/ PROCESSOR=2
parent: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
type: Platform_Processor
---
File Store [/dev/sda1]
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem/FILE_ STORE=/dev/sda1
parent: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
type: Platform_File Store
---
JMX [Remote JMX] MemoryPool Code Cache
id: itest-rest-feed~Remote JMX~java.lang:name=Code Cache,type=MemoryPool
parent: itest-rest-feed~Remote JMX~java.lang:type=Runtime
type: Memory Pool MBean
---
JMX [Remote JMX] MemoryPool Metaspace
id: itest-rest-feed~Remote JMX~java.lang:name=Metaspace,type=MemoryPool
parent: itest-rest-feed~Remote JMX~java.lang:type=Runtime
type: Memory Pool MBean
---
JMX [Remote JMX] MemoryPool PS Survivor Space
id: itest-rest-feed~Remote JMX~java.lang:name=PS Survivor Space,type=MemoryPool
parent: itest-rest-feed~Remote JMX~java.lang:type=Runtime
type: Memory Pool MBean
---
txn-recovery-environment
id: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets/socket- binding=txn-recovery- environment
parent: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets
type: Socket Binding
---
default
id: itest-rest-feed~Local DMR~/subsystem=messaging-activemq/server=default
parent: itest-rest-feed~Local DMR~~
type: Messaging Server
---
Infinispan
id: itest-rest-feed~Local DMR~/subsystem=infinispan
parent: itest-rest-feed~Local DMR~~
type: Infinispan
---
jolokia-agent
id: itest-rest-feed~Local DMR~/deployment=jolokia-war.war/subsystem=undertow/ servlet=jolokia-agent
parent: itest-rest-feed~Local DMR~/deployment=jolokia-war.war
type: Servlet
---
hawkular-inventory-ui.war
id: itest-rest-feed~Local DMR~/deployment=hawkular-inventory-ui.war
parent: itest-rest-feed~Local DMR~~
type: Deployment
---
hawkular-services
id: itest-rest-feed~Local DMR~/subsystem=infinispan/cache-container=hawkular- services
parent: itest-rest-feed~Local DMR~/subsystem=infinispan
type: Infinispan Cache Container
---
web
id: itest-rest-feed~Local DMR~/subsystem=infinispan/cache-container=web
parent: itest-rest-feed~Local DMR~/subsystem=infinispan
type: Infinispan Cache Container
---
management-http
id: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets/socket- binding=management-http
parent: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets
type: Socket Binding
---
JMX [Local JMX] MemoryPool PS Survivor Space
id: itest-rest-feed~Local JMX~java.lang:name=PS Survivor Space,type=MemoryPool
parent: itest-rest-feed~Local JMX~java.lang:type=Runtime
type: Memory Pool MBean
---
JMX [Local JMX] MemoryPool PS Eden Space
id: itest-rest-feed~Local JMX~java.lang:name=PS Eden Space,type=MemoryPool
parent: itest-rest-feed~Local JMX~java.lang:type=Runtime
type: Memory Pool MBean
---
JMX [Local JMX] MemoryPool Code Cache
id: itest-rest-feed~Local JMX~java.lang:name=Code Cache,type=MemoryPool
parent: itest-rest-feed~Local JMX~java.lang:type=Runtime
type: Memory Pool MBean
---
Processor [7]
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem/ PROCESSOR=7
parent: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
type: Platform_Processor
---
Processor [1]
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem/ PROCESSOR=1
parent: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
type: Platform_Processor
---
txn-status-manager
id: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets/socket- binding=txn-status-manager
parent: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets
type: Socket Binding
---
ejb
id: itest-rest-feed~Local DMR~/subsystem=infinispan/cache-container=ejb
parent: itest-rest-feed~Local DMR~/subsystem=infinispan
type: Infinispan Cache Container
---
h2
id: itest-rest-feed~Local DMR~/subsystem=datasources/jdbc-driver=h2
parent: itest-rest-feed~Local DMR~~
type: JDBC Driver
---
File Store [tmpfs]
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem/FILE_ STORE=tmpfs
parent: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
type: Platform_File Store
---
Processor [0]
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem/ PROCESSOR=0
parent: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
type: Platform_Processor
---
Processor [6]
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem/ PROCESSOR=6
parent: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
type: Platform_Processor
---
JMX [Remote JMX] MemoryPool PS Eden Space
id: itest-rest-feed~Remote JMX~java.lang:name=PS Eden Space,type=MemoryPool
parent: itest-rest-feed~Remote JMX~java.lang:type=Runtime
type: Memory Pool MBean
---
JMX [Remote JMX][Runtime]
id: itest-rest-feed~Remote JMX~java.lang:type=Runtime
parent: null
type: Runtime MBean
---
JMX [Local JMX] MemoryPool PS Old Gen
id: itest-rest-feed~Local JMX~java.lang:name=PS Old Gen,type=MemoryPool
parent: itest-rest-feed~Local JMX~java.lang:type=Runtime
type: Memory Pool MBean
---
HawkularQueue
id: itest-rest-feed~Local DMR~/subsystem=messaging-activemq/server=default/jms- topic=HawkularQueue
parent: itest-rest-feed~Local DMR~/subsystem=messaging-activemq/server=default
type: JMS Topic
---
Local DMR
id: itest-rest-feed~Local DMR~~
parent: null
type: WildFly Server
---
HawkularTopic
id: itest-rest-feed~Local DMR~/subsystem=messaging-activemq/server=default/jms- topic=HawkularTopic
parent: itest-rest-feed~Local DMR~/subsystem=messaging-activemq/server=default
type: JMS Topic
---
hawkular-command-gateway-war.war
id: itest-rest-feed~Local DMR~/deployment=hawkular-command-gateway-war.war
parent: itest-rest-feed~Local DMR~~
type: Deployment
---
hibernate
id: itest-rest-feed~Local DMR~/subsystem=infinispan/cache-container=hibernate
parent: itest-rest-feed~Local DMR~/subsystem=infinispan
type: Infinispan Cache Container
---
HawkularCommandEvent
id: itest-rest-feed~Local DMR~/subsystem=messaging-activemq/server=default/jms- topic=HawkularCommandEvent
parent: itest-rest-feed~Local DMR~/subsystem=messaging-activemq/server=default
type: JMS Topic
---
File Store [/dev/mapper/fedora_mazzwork-root]
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem/FILE_ STORE=/dev/mapper/fedora_ mazzwork-root
parent: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
type: Platform_File Store
---
Processor [5]
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem/ PROCESSOR=5
parent: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
type: Platform_Processor
---
JMX [Local JMX][Runtime]
id: itest-rest-feed~Local JMX~java.lang:type=Runtime
parent: null
type: Runtime MBean
---
JMX [Local JMX] MemoryPool Compressed Class Space
id: itest-rest-feed~Local JMX~java.lang:name=Compressed Class Space,type=MemoryPool
parent: itest-rest-feed~Local JMX~java.lang:type=Runtime
type: Memory Pool MBean
---
server
id: itest-rest-feed~Local DMR~/subsystem=infinispan/cache-container=server
parent: itest-rest-feed~Local DMR~/subsystem=infinispan
type: Infinispan Cache Container
---
standard-sockets
id: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets
parent: itest-rest-feed~Local DMR~~
type: Socket Binding Group
---
hawkular-inventory-service.war
id: itest-rest-feed~Local DMR~/deployment=hawkular-inventory-service.war
parent: itest-rest-feed~Local DMR~~
type: Deployment
---
JMX [Remote JMX] MemoryPool Compressed Class Space
id: itest-rest-feed~Remote JMX~java.lang:name=Compressed Class Space,type=MemoryPool
parent: itest-rest-feed~Remote JMX~java.lang:type=Runtime
type: Memory Pool MBean
---
File Store [/]
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem/FILE_ STORE=~
parent: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
type: Platform_File Store
---
itest-rest-feed_OperatingSystem
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
parent: null
type: Platform_Operating System
---
Processor [4]
id: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem/ PROCESSOR=4
parent: itest-rest-feed~platform~/OPERATING_SYSTEM=itest-rest- feed_OperatingSystem
type: Platform_Processor
---
ExampleDS
id: itest-rest-feed~Local DMR~/subsystem=datasources/data-source=ExampleDS
parent: itest-rest-feed~Local DMR~~
type: Datasource
---
ExpiryQueue
id: itest-rest-feed~Local DMR~/subsystem=messaging-activemq/server=default/jms- queue=ExpiryQueue
parent: itest-rest-feed~Local DMR~/subsystem=messaging-activemq/server=default
type: JMS Queue
---
org.hawkular.inventory.handlers.InventoryApp
id: itest-rest-feed~Local DMR~/deployment=hawkular-inventory-service.war/ subsystem=undertow/servlet= org.hawkular.inventory. handlers.InventoryApp
parent: itest-rest-feed~Local DMR~/deployment=hawkular-inventory-service.war
type: Servlet
---
http
id: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets/socket- binding=http
parent: itest-rest-feed~Local DMR~/socket-binding-group=standard-sockets
type: Socket Binding
---
Transaction Manager
id: itest-rest-feed~Local DMR~/subsystem=transactions
parent: itest-rest-feed~Local DMR~~
type: Transaction Manager
---
InventoryConfig
id: itest-rest-feed~Local DMR~/deployment=hawkular-inventory-service.war/ subsystem=ejb3/singleton-bean= InventoryConfig
parent: itest-rest-feed~Local DMR~/deployment=hawkular-inventory-service.war
type: Singleton EJB
---
HawkularInventoryChanges
id: itest-rest-feed~Local DMR~/subsystem=messaging-activemq/server=default/jms- topic=HawkularInventoryChanges
parent: itest-rest-feed~Local DMR~/subsystem=messaging-activemq/server=default
type: JMS Topic
=====
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$ TestListener onOpen
FINE: WebSocket opened
20:13:29,091 INFO [org.hawkular.cmdgw.command.ws.server.UIClientWebSocket] (default task-42) HAWKFEEDCOMM000013: WebSocket session [Hgf9Zznsx_ y9U14uaHPPWIPuSarLogLgugUCweVK ] opened for endpoint [/ui/ws]
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$ TestListener handle
FINE: Received message[0] from WebSocket: [ActualMessage [type=application/vnd.okhttp.websocket+text; charset=utf-8, body=WelcomeResponse={" sessionId":"Hgf9Zznsx_ y9U14uaHPPWIPuSarLogLgugUCweVK "}]]
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$ TestListener handle
FINE: Message[0]: [PASSED]
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$ MessageAnswer$1 run
FINE: Sending over WebSocket: RemoveDatasourceRequest={"authentication":{"username":" itest-rest","password":"itest- rest-password"}, "feedId":"itest-rest-feed"," resourceId":"itest-rest-feed~ Local DMR~/subsystem=datasources/xa- data-source=testXaDs"}
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$ MessageAnswer$1 run
FINE: No sleep configured
20:13:29,102 INFO [org.hawkular.cmdgw.command.ws.server. AbstractGatewayWebSocket] (default task-43) HAWKFEEDCOMM000014: Received message [org.hawkular.cmdgw.api. RemoveDatasourceRequest] from WebSocket session [Hgf9Zznsx_ y9U14uaHPPWIPuSarLogLgugUCweVK ] of [/ui/ws]
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$ TestListener handle
FINE: Received message[1] from WebSocket: [ActualMessage [type=application/vnd.okhttp.websocket+text; charset=utf-8, body=GenericSuccessResponse={" message":"The request has been forwarded to feed [itest-rest-feed] (MessageId=ID:27f779d9-bd07- 11e7-a03b-55f35baba5f1)"}]]
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$ TestListener handle
FINE: Message[1]: [PASSED]
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$ ExpectedEvent scheduleAnswer
FINE: No answer to send for message[1]
20:13:29,108 INFO [org.hawkular.agent.monitor.cmd. AbstractDMRResourcePathCommand ] (OkHttp http://127.0.0.1:8080/...) HAWKAGENT010065: Received request to perform [Remove] on a [Datasource] given by inventory path [itest-rest-feed~Local DMR~/subsystem=datasources/xa- data-source=testXaDs]
20:13:29,150 INFO [org.hawkular.cmdgw.command.ws.server. AbstractGatewayWebSocket] (default task-47) HAWKFEEDCOMM000014: Received message [org.hawkular.cmdgw.api. RemoveDatasourceResponse] from WebSocket session [AQNPLng4hq- vgfGOOo53kVpLuQjVcKvzXAzwqPS3] of [/feed/{feedId}]
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$ TestListener handle
FINE: Received message[2] from WebSocket: [ActualMessage [type=application/vnd.okhttp.websocket+text; charset=utf-8, body=RemoveDatasourceResponse= {"feedId":"itest-rest-feed"," resourceId":"itest-rest-feed~ Local DMR~/subsystem=datasources/xa- data-source=testXaDs"," destinationSessionId":" Hgf9Zznsx_ y9U14uaHPPWIPuSarLogLgugUCweVK ","status":"OK","message":" Performed [Remove] on a [Datasource] given by Feed Id [itest-rest-feed] Resource Id [itest-rest-feed~Local DMR~/subsystem=datasources/xa- data-source=testXaDs]"," serverRefreshIndicator":" RELOAD-REQUIRED"}]]
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$ TestListener handle
FINE: Message[2]: [PASSED]
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$Answer$1 lambda$schedule$0
FINE: About to send manual close
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$Answer$1 lambda$schedule$0
FINE: Close sent
20:13:29,156 INFO [org.hawkular.cmdgw.command.ws.server.UIClientWebSocket] (default task-44) HAWKFEEDCOMM000015: WebSocket session [Hgf9Zznsx_ y9U14uaHPPWIPuSarLogLgugUCweVK ] of [/ui/ws] closed. Reason=[CloseReason[1000,OK]]
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$ TestListener handle
FINE: Received message[3] from WebSocket: [ActualClose [code=1000, reason=OK]]
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$ TestListener handle
FINE: Message[3]: [PASSED]
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$ ExpectedEvent scheduleAnswer
FINE: No answer to send for message[3]
Oct 29, 2017 8:13:29 PM org.hawkular.cmdgw.ws.test.TestWebSocketClient$ TestListener handle