You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by Zhou Minghong <mi...@163.com> on 2022/03/08 09:43:15 UTC

organization of testcases

Hi all


Currently, every single testcase is an excutable file, which is as big as a BE. If we want to test all the UTs, it takes a long time to compile and huge disk space.
How about build all testcase in one executable file, and by using --gtest-filter arguments to specify which UT you want to test.


BR/Minghong

Re:organization of testcases

Posted by 陈明雨 <mo...@163.com>.
LGTM.
It can significantly reduce the compilation and link time of BE unit tests.




--

此致!Best Regards
陈明雨 Mingyu Chen

Email:
chenmingyu@apache.org





At 2022-03-08 17:43:15, "Zhou Minghong" <mi...@163.com> wrote:
>Hi all
>
>
>Currently, every single testcase is an excutable file, which is as big as a BE. If we want to test all the UTs, it takes a long time to compile and huge disk space.
>How about build all testcase in one executable file, and by using --gtest-filter arguments to specify which UT you want to test.
>
>
>BR/Minghong