Re: The new scalable regression testing framework(#8125)

2022-03-01 Thread ling miao
pull request. > > > > > > > > > > > > > > > ------ 原始邮件 -- > > > 发件人: "1 0" > > 发送时间: 2022年2月19日(星期六) 下午4:30 > > > 收件人: "dev" > > 主题: Re: The new scalable regression testing f

Re: The new scalable regression testing framework(#8125)

2022-03-01 Thread 1 0
> > > > > -- 原始邮件 ---------- > > 发件人: "1 0" > 发送时间: 2022年2月19日(星期六) 下午4:30 > > 收件人: "dev" > 主题: Re: The new scalable regression testing framework(#8125) > > > > > > > > > > > It's a gr

Re:Re: Re: The new scalable regression testing framework(#8125)

2022-02-22 Thread 陈明雨
t;> On Mon, Feb 21, 2022 at 11:25 AM ling miao wrote: >> >> > >> >> > First, we need to open source the P0 test set (From Baidu)~ >> >> > >> >> > Ling Miao >> >> > >> >> > 924060929 <924060...@qq.com.invalid> 于2022年2月19日周六 1

Re: Re: The new scalable regression testing framework(#8125)

2022-02-21 Thread Willem Jiang
> >> > First, we need to open source the P0 test set (From Baidu)~ > >> > > >> > Ling Miao > >> > > >> > 924060929 <924060...@qq.com.invalid> 于2022年2月19日周六 18:43写道: > >> > > >> > > Thinks for greate sugges

Re:Re: The new scalable regression testing framework(#8125)

2022-02-21 Thread 陈明雨
; > and randomly. >> > > But it is easy to implement, I can support in next pull request. >> > > >> > > >> > > >> > > >> > > -- 原始邮件 -- >> > > 发件人: "1 0"> > > 发送时间:

Re: The new scalable regression testing framework(#8125)

2022-02-21 Thread Willem Jiang
is missing, and can run parallely > > > and randomly. > > > But it is easy to implement, I can support in next pull request. > > > > > > > > > > > > > > > -- 原始邮件 -- > > > 发件人: "1 0" > > 发送

Re: The new scalable regression testing framework(#8125)

2022-02-21 Thread Willem Jiang
 randomly. > > But it is easy to implement, I can support in next pull request. > > > > > > > > > > -- 原始邮件 ------ > > 发件人: "1 0" > 发送时间: 2022年2月19日(星期六) 下午4:30 > > 收件人: "dev" > 主题: Re: The new scalab

Re: The new scalable regression testing framework(#8125)

2022-02-21 Thread Shuo Wang
he print result function is missing, and can run parallely > > and randomly. > > But it is easy to implement, I can support in next pull request. > > > > > > > > > > -- 原始邮件 ---------- > > 发件人: "1 0" &

Re: The new scalable regression testing framework(#8125)

2022-02-20 Thread ling miao
lement, I can support in next pull request. > > > > > -- 原始邮件 -- > 发件人: "1 0" 发送时间: 2022年2月19日(星期六) 下午4:30 > 收件人: "dev" 主题: Re: The new scalable regression testing framework(#8125) > > > > > It's a great job. 

?????? The new scalable regression testing framework(#8125)

2022-02-19 Thread 924060929
Thinks for greate suggestions. The print result function is missing, and can run parallely and randomly. But it is easy to implement, I can support in next pull request. --  -- ??: "1 0"

Re: The new scalable regression testing framework(#8125)

2022-02-19 Thread 1 0
It's a great job. I have a suggestion on writing a case more easily. We should accept cases in sql and check the result by comparing the content of stdout and stderr. This way, anyone can contribute a case easily, for example I just execute sql and put output. The cases can also be used easily by

The new scalable regression testing framework(#8125)

2022-02-18 Thread 924060929
In the past, developer of Apache Doris send pull request and wait for regression testing, which is execute in Baidu internally. There are some problem: 1. test case is not shared to developer. so we can not quickly accumulate  test case to ensure the stable of Apache Doris 2. waiting too long. if