Commit 311f2cc0 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5b18d781
...@@ -91,7 +91,9 @@ func (d *Storage) Sync(ctx context.Context) (_ zodb.Tid, err error) { ...@@ -91,7 +91,9 @@ func (d *Storage) Sync(ctx context.Context) (_ zodb.Tid, err error) {
if err != nil { if err != nil {
return err return err
} }
// XXX baseHead != .baseAt0 -> fail if baseHead != d.baseAt0 {
return &baseMutatedError{d.baseAt0, baseHead}
}
return nil return nil
}) })
......
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