You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[native] Fix incorrect exclusion of PrestoC++ unit tests
The regex used int he CTest command to run tests excludes tests
with “velox” in the name leading to skipped tests such as
presto_to_velox_query_plan_test and others.
This results in missing coverage and non-detection of
introduced issues.
0 commit comments