mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Split off valdiating create events from the prevKV test. The added test tests the following two: - A create event should not exist in our past history - A non-create event should exist in our past history Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>