Results 263 comments of Fu Wei

Hi @ahrtr , I tried to use dm-flakey device to drop_writes during block layer and cause data corruption. The test case is stable to reproduce the data corruption. * https://github.com/fuweid/go-dmflakey#example...

Hi @ahrtr , The original case is used to simulate the data loss in the device level. The DropWrites failpoint is to drop all the data submitted by `fdatasync` or...

@ahrtr Hi, I am still working on this. will file pull request when it's ready

Hi @ArkaSaha30 it's pending. I think we can start from pkg/expect first. If you have any questions, please let me know. Thanks

I try to fix https://github.com/etcd-io/etcd/issues/17780 with more deletion. I think the root cause is that we only return token only for deletion. https://github.com/etcd-io/etcd/blob/ce2dbbb55ea96ec02f553bd38a1d5f2a6c7a95c5/tests/robustness/traffic/etcd.go#L129-L131 When non-deletion or non-lease-revoke has more weight,...

ping @henrybear327 if you don't have time, may I take this one? since it's related to #18099 issue. Thanks