Commit 6c7f41ba authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 70cb4954
......@@ -322,7 +322,7 @@ func (t *tPersistentDB) Commit() {
if err != nil {
t.Fatal(err)
}
fmt.Printf("commit @%s -> @%s\n", t.head, head)
//fmt.Printf("commit @%s -> @%s\n", t.head, head)
t.head = head
t.commitq = nil
}
......@@ -484,7 +484,7 @@ func testPersistentDB(t0 *testing.T, rawcache bool) {
assert.Equal(db.pool, []*Connection(nil))
// δtail coverage is (at1, at1] (at0 not included)
fmt.Println(db.δtail.Tail(), db.δtail.Head())
//fmt.Println(db.δtail.Tail(), db.δtail.Head())
assert.Equal(db.δtail.Tail(), at1)
assert.Equal(db.δtail.Head(), at1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment