Merge branch 'master' into sk-node-6

This commit is contained in:
Shane Kilkelly 2017-08-30 08:33:46 +01:00
commit 1d0e0e68aa

View file

@ -104,11 +104,10 @@ describe "UpdatesManager", ->
.calledWith(@doc_id)
.should.equal true
# FIXME: Broken test, was hidden by an api mistake
it "should defer the compression of raw ops until they are written in a new pack", ->
console.log @UpdateCompressor.compressRawUpdates.called
it "should compress the raw ops", ->
@UpdateCompressor.compressRawUpdates
.called.should.not.equal true
.calledWith(null, @rawUpdates)
.should.equal true
it "should save the new compressed ops into a pack", ->
@PackManager.insertCompressedUpdates