ZENOTME

Results 141 comments of ZENOTME

> I think we can directly replace the old ones. We don’t need to run the same test twice. Did u means we can replace the test case which extended...

> Also I’m thinking of adding coverage for e2e, so that we can know if we can actually improve coverage by having more tests… I will take a look soon....

> > I think we can directly replace the old ones. We don’t need to run the same test twice. > > The problem of current extended mode is it...

> > The problem of current extended mode is it can not replace all e2e tests now. > > Can we set engine in each slt file? Yes. But we...

> If this is the case, I think we can add `SET query_mode to simple` etc to array*.slt to bypass We have another design to solve this problem is having...

>Yes, I agree. But if we want to test it with different Mock database, we still need to write some code to connect pgwire and database. Is this Mock database...

I see. Sounds we need to write a connector which forward the request from pgwire to other database. And forward the response from other database to pgwire.

The missing part track in #3676 . I think we can close this issue now.

关于内核的加载这里有一个疑问,如果说按照这里内核是直接进行从文件中进行拷贝过去,那么是否会出现文件中相应片段大小小于实际在内存中占用大小的情况?(因为传统elf文件是有可能出现片段在文件中占用大小小于实际内存中大小的)

May it caused by following reason? > clangd will look in the parent directories of the files you edit looking for it, and also in subdirectories named build/. For example,...