Commit 317a1a0b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4e8c3489
......@@ -543,7 +543,7 @@ func (root *Root) zwatcher(ctx context.Context) (err error) {
var ok bool
for {
log.Info(".")
log.Info("ZWatcher: select ...")
select {
case <-ctx.Done():
......
......@@ -156,6 +156,8 @@ def test_wcfs():
root['zfile'] = f = ZBigFile(blksize)
# commit commits transaction and remembers/returns committed tid.
#
# NOTE there is no clean way to retrieve tid of just committed transaction
# we'll be using last._p_serial as workaround.
#
......
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