File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 67
67
# It is impossible to start CH server in docker on macOS due to github actions limitations,
68
68
# so we use remote server to execute tests, some do not allow some features for anonymoust/free users:
69
69
# - system.query_log used by 'Client/ClientCase.Query_ID'
70
- GTEST_FILTER : " -Client/ClientCase.Query_ID*"
70
+ GTEST_FILTER : " -Client/ClientCase.Query_ID*:Client/ClientCase.TracingContext/* "
71
71
run : ./clickhouse-cpp-ut ${GTEST_FILTER}
Original file line number Diff line number Diff line change 85
85
# It is impossible to start CH server in docker on Windows due to github actions limitations,
86
86
# so we use remote server to execute tests, some do not allow some features for anonymoust/free users:
87
87
# - system.query_log used by 'Client/ClientCase.Query_ID'
88
- GTEST_FILTER : " -Client/ClientCase.Query_ID*"
88
+ GTEST_FILTER : " -Client/ClientCase.Query_ID*:Client/ClientCase.TracingContext/* "
89
89
run : ./build/ut/clickhouse-cpp-ut.exe ${GTEST_FILTER}
90
90
91
91
- name : Test (simple)
Original file line number Diff line number Diff line change 61
61
# It is impossible to start CH server in docker on Windows due to github actions limitations,
62
62
# so we use remote server to execute tests, some do not allow some features for anonymoust/free users:
63
63
# - system.query_log used by 'Client/ClientCase.Query_ID'
64
- GTEST_FILTER : " -Client/ClientCase.Query_ID*"
64
+ GTEST_FILTER : " -Client/ClientCase.Query_ID*:Client/ClientCase.TracingContext/* "
65
65
working-directory : ${{github.workspace}}/build/ut
66
66
run : Release\clickhouse-cpp-ut.exe "${{env.GTEST_FILTER}}"
You can’t perform that action at this time.
0 commit comments