File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ if [ $# -gt 0 ]; then
1515fi
1616echo " Run suites using argument: $RUN_DIR "
1717
18+ echo " pip list"
19+ python3 -m pip list
20+
1821echo " Starting databend-sqllogic tests"
1922python3 main.py $RUN_DIR
2023
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ if [ $# -gt 0 ]; then
1515fi
1616echo " Run suites using argument: $RUN_DIR "
1717
18+ echo " pip list"
19+ python3 -m pip list
20+
1821echo " Starting databend-sqllogic tests"
1922python3 main.py --skip-dir=mode $RUN_DIR
2023
Original file line number Diff line number Diff line change @@ -154,6 +154,9 @@ find_binary_path()
154154
155155# Test specified version of query and meta
156156run_test () {
157+ echo " === pip list"
158+ python3 -m pip list
159+
157160 local query_ver=" $1 "
158161 local metasrv_ver=" $2 "
159162
Original file line number Diff line number Diff line change @@ -125,6 +125,9 @@ kill_proc() {
125125# Test fuse-data compatibility between an old version query and the current
126126# version query.
127127run_test () {
128+ echo " === pip list"
129+ python3 -m pip list
130+
128131 local query_old_ver=" $1 "
129132
130133 echo " === Test with query-$query_old_ver and current query"
You can’t perform that action at this time.
0 commit comments