Zheming Li

Results 29 comments of Zheming Li

@utam0k @yihuaf I think `nocapture` can not meet the requirement of this issue. https://doc.rust-lang.org/cargo/commands/cargo-test.html#display-options It seems that the `nocapture` option means `do not capture the output of our tested binary`,...

> The information about which assert failed in which line is exactly the info outputted by --nocapture, in addition to the logs and println. There is also the -v and...

> > > And if comment the tests code in tty.rs, the failure message show up again. Just like the failure message is eaten by the tty. > > >...

Is there any thing I can help ?

> Hey @duduainankai I could use your help. What I have [done](https://github.com/furisto/criu) so far: > > * I have [generated](https://github.com/tokio-rs/prost) the code for the criu protobuf [messages](https://github.com/checkpoint-restore/criu/blob/criu-dev/images/rpc.proto) > * I...

I would like to help with this one if you don't mind.

@DanielZhangQD Hi, here is what I going to do: - scale in multi tikv store in one `ScaleIn` call. - In order to do that find as many as possible...

> @duduainankai Would you like to help with this? Yeah, of course.