MonkeyCanCode commented on code in PR #988:
URL: https://github.com/apache/polaris/pull/988#discussion_r1951954435
##########
regtests/run.sh:
##########
@@ -52,7 +52,7 @@ cd ${REGTEST_HOME}
if [ -z "${1}" ]; then
loginfo 'Running all tests'
- TEST_LIST="$(find t_* -wholename '*t_*/src/*')"
+ TEST_LIST="client/python/test $(find t_* -wholename '*t_*/src/*')"
Review Comment:
I was wondering why we never ran those tests (other than good portions of
them are empty). So this seems to be really missing from initial commit
(thought it was intentional).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]