--- FAIL: TestKVPutError (0.26s)
kv_test.go:56: expected etcdserver: request is too large, got etcdserver: mvcc: database space exceeded
should be an easy fix.
A lot of hard coded values. Not able to reproduce locally. Debugging in #11068.
A lot of hard coded values. Not able to reproduce locally. Debugging in #11068.
Thanks @jingyih good idea. I couldn't produce it locally either, I guess it comes from here https://github.com/etcd-io/etcd/blob/master/etcdserver/v3_server.go#L596 Quick thought was, we might need a sleep time before the check? But could be wrong.
@spzala I found some interesting context in #6486. Basically we need to ensure enough overhead in backend quota. Will send out a fix soon.
@jingyih oh wow :-), thanks for sharing it!!