--
You received this message because you are subscribed to the Google Groups "etcd-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to etcd-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
=== RUN TestKVRestore
{"level":"info","msg":"compact tree index","revision":1}
{"level":"info","msg":"compact tree index","revision":1}
{"level":"info","msg":"resume scheduled compaction","meta-bucket-name":"meta","meta-bucket-name-key":"scheduledCompactRev","scheduled-compact-revision":1}
{"level":"info","msg":"finished scheduled compaction","compact-revision":1,"took":"127.455µs"}
--- FAIL: TestKVRestore (0.22s)
kv_test.go:662: #0: kvs history = [[{Key:[102 111 111 50] CreateRevision:5 ModRevision:5 Version:1 Value:[98 97 114 48] Lease:1} {Key:[102 111 111 50] CreateRevision:5 ModRevision:5 Version:1 Value:[98 97 114 48] Lease:1}] [] [] [] [] [{Key:[102 111 111 50] CreateRevision:5 ModRevision:5 Version:1 Value:[98 97 114 48] Lease:1} {Key:[102 111 111 50] CreateRevision:5 ModRevision:5 Version:1 Value:[98 97 114 48] Lease:1}] [] [] [] []], want [[{Key:[102 111 111] CreateRevision:2 ModRevision:4 Version:3 Value:[98 97 114 50] Lease:3} {Key:[102 111 111 50] CreateRevision:5 ModRevision:5 Version:1 Value:[98 97 114 48] Lease:1}] [] [{Key:[102 111 111] CreateRevision:2 ModRevision:2 Version:1 Value:[98 97 114 48] Lease:1}] [{Key:[102 111 111] CreateRevision:2 ModRevision:3 Version:2 Value:[98 97 114 49] Lease:2}] [{Key:[102 111 111] CreateRevision:2 ModRevision:4 Version:3 Value:[98 97 114 50] Lease:3}] [{Key:[102 111 111] CreateRevision:2 ModRevision:4 Version:3 Value:[98 97 114 50] Lease:3} {Key:[102 111 111 50] CreateRevision:5 ModRevision:5 Version:1 Value:[98 97 114 48] Lease:1}] [] [] [] []]
kv_test.go:662: #1: kvs history = [[{Key:[102 111 111] CreateRevision:4 ModRevision:4 Version:1 Value:[98 97 114 49] Lease:2}] [] [] [] [{Key:[102 111 111] CreateRevision:4 ModRevision:4 Version:1 Value:[98 97 114 49] Lease:2}] [] [] [] [] []], want [[{Key:[102 111 111] CreateRevision:4 ModRevision:4 Version:1 Value:[98 97 114 49] Lease:2}] [] [{Key:[102 111 111] CreateRevision:2 ModRevision:2 Version:1 Value:[98 97 114 48] Lease:1}] [] [{Key:[102 111 111] CreateRevision:4 ModRevision:4 Version:1 Value:[98 97 114 49] Lease:2}] [] [] [] [] []]
kv_test.go:662: #2: kvs history = [[{Key:[102 111 111] CreateRevision:2 ModRevision:3 Version:2 Value:[98 97 114 49] Lease:2}] [] [] [{Key:[102 111 111] CreateRevision:2 ModRevision:3 Version:2 Value:[98 97 114 49] Lease:2}] [] [] [] [] [] []], want [[{Key:[102 111 111] CreateRevision:2 ModRevision:3 Version:2 Value:[98 97 114 49] Lease:2}] [] [{Key:[102 111 111] CreateRevision:2 ModRevision:2 Version:1 Value:[98 97 114 48] Lease:1}] [{Key:[102 111 111] CreateRevision:2 ModRevision:3 Version:2 Value:[98 97 114 49] Lease:2}] [] [] [] [] [] []]
=== RUN TestKVSnapshot
2018-09-07 19:40:06.015515 I | mvcc/backend: creating snapshot using checkpoint in directory /tmp/etcd_backend_test566355646/database.checkpoint
--- FAIL: TestKVSnapshot (0.09s)
kv_test.go:705: kvs = [{Key:[102 111 111 50] CreateRevision:4 ModRevision:4 Version:1 Value:[98 97 114 50] Lease:3} {Key:[102 111 111 50] CreateRevision:4 ModRevision:4 Version:1 Value:[98 97 114 50] Lease:3} {Key:[102 111 111 50] CreateRevision:4 ModRevision:4 Version:1 Value:[98 97 114 50] Lease:3}], want [{Key:[102 111 111] CreateRevision:2 ModRevision:2 Version:1 Value:[98 97 114] Lease:1} {Key:[102 111 111 49] CreateRevision:3 ModRevision:3 Version:1 Value:[98 97 114 49] Lease:2} {Key:[102 111 111 50] CreateRevision:4 ModRevision:4 Version:1 Value:[98 97 114 50] Lease:3}]
Thanks
Subba