logica icon indicating copy to clipboard operation
logica copied to clipboard

psql test cases

Open yilinxia opened this issue 1 year ago • 2 comments

psql tests have been used to help implement duckdb. This issue aims to record all test related issues

  1. For test psql_arg_min_max_k_test.l, it should be Test(opt: "Min", arg_opt: TestArgMin(), arg_opt_k: TestArgMinK()); instead of Test(opt: "Max", arg_opt: TestArgMin(), arg_opt_k: TestArgMinK()); for the second rule

yilinxia avatar Jun 20 '24 01:06 yilinxia

Thanks for reporting! Fixed it.

EvgSkv avatar Jun 20 '24 05:06 EvgSkv

  1. DuckDB is using True and False for Boolean instead of 0 and 1. When running the test psql_bool_test, we need ensure that it is comparable.

yilinxia avatar Jun 21 '24 03:06 yilinxia