Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Hello, again.
I find failure of single test, which prevents building wave server.
I was testing revision 1206689.
It looks to be regression (it wasn't failing on this test few days ago)
Class: WaveServerTest
Name: testWaveletNotification
Status: Error
Type:
Wanted but not invoked: notifiee.waveletCommitted( [WaveletName example.com/abc123/example.com/conv+root], <any>, [example.com] ); -> at org.waveprotocol.box.server.waveserver.WaveServerTest.testWaveletNotification(WaveServerTest.java:145) However, there were other interactions with this mock: -> at org.waveprotocol.box.server.waveserver.WaveMap.<init>(WaveMap.java:625) -> at org.waveprotocol.box.server.waveserver.WaveletContainerImpl.notifyOfDeltas(WaveletContainerImpl.java:180)
Wanted but not invoked:
notifiee.waveletCommitted(
[WaveletName example.com/abc123/example.com/conv+root],
<any>,
[example.com]
);
-> at org.waveprotocol.box.server.waveserver.WaveServerTest.testWaveletNotification(WaveServerTest.java:145)
However, there were other interactions with this mock:
-> at org.waveprotocol.box.server.waveserver.WaveMap.<init>(WaveMap.java:625)
-> at org.waveprotocol.box.server.waveserver.WaveletContainerImpl.notifyOfDeltas(WaveletContainerImpl.java:180)
at org.waveprotocol.box.server.waveserver.WaveServerTest.testWaveletNotification(WaveServerTest.java:145)
Time (s): 0.104
Thanks.