<div dir="ltr"><div><div>As an update, we are now back to the intermittent datastore tests failure which we have been getting for a while.<br></div><br><a href="http://buildbot.sugarlabs.org/builders/full-master/builds/17/steps/shell_3/logs/modules">http://buildbot.sugarlabs.org/builders/full-master/builds/17/steps/shell_3/logs/modules</a><br>
<br><pre><span class="">[1AChrome 25.0 (Linux): Executed 16 of 34
Chrome 25.0 (Linux) datastore should be able to set object metadata FAILED
        timeout: timed out after 5000 msec waiting for metadata should be set
Chrome 25.0 (Linux): Executed 17 of 34 (1 FAILED)</span></pre>And in the shell logs we can see the corresponding 5 seconds delay in the websockets communication<br></div><br><div><pre><span class="">1386782408.775987 DEBUG gwebsockets: Text message {"method":"datastore.set_metadata","id":3,"params":["56ab3f11-4654-457d-97ee-b8b1ec092e3b",{"title":"hello"}],"jsonrpc":"2.0"}
1386782409.802124 DEBUG gwebsockets: Got data, length 114<br><br></span></pre><pre><span class="">That's not enough to say if python is never sending the message or if javascript is never receiving/handling it. So I make gwebsockets log sent messages to... when we get the next failure we can check if that helps figuring out what is going on.<br>
</span></pre></div></div>