在 2022/3/30 2:54, Peter Xu 写道:
On Wed, Mar 16, 2022 at 09:07:20PM +0800, huang...@chinatelecom.cn wrote:
+void wait_for_serial(const char *tmpfs, const char *side)
Passing over tmpfs over and over (even if it's mostly a constant) doesn't
sound appealing to me..
I hope there's still a way that we could avoid doing that when spliting the
file. Or, how about you just add a new test into migration-test? After
all all migration tests (including auto-converge) is there, and I don't
strongly feel that we need a separate file urgently.
Ok, i separated file just for code readability. I'm not very insistent
to do this if we think it's ok to add dirtylimit test to migration test.
Thanks for the comment. :)
Yong
> Thanks,