Skip to content
Snippets Groups Projects
Commit 511daf61 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

fix(test): Fix unit test triming-dal

parent 0861a7ba
No related branches found
No related tags found
No related merge requests found
Pipeline #32408 failed
......@@ -194,10 +194,7 @@ describe("Triming", function(){
(await server.dal.bindexDAL.head(1)).should.have.property('number').equal(12);
(await server.dal.bindexDAL.head(13)).should.have.property('number').equal(0);
// Fill bindex until requiredBindexSize * 2
for (let i = 0; i < requiredBindexSize; i++) {
await server.commit();
}
await server.commit();
should.not.exists(await server.dal.bindexDAL.head(14)); // Trimed
await server.closeCluster()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment