diff --git a/dbms/src/Client/Benchmark.cpp b/dbms/src/Client/Benchmark.cpp index bdb3e0728aa..3f7d360d12c 100644 --- a/dbms/src/Client/Benchmark.cpp +++ b/dbms/src/Client/Benchmark.cpp @@ -387,7 +387,6 @@ private: json_out << "},\n"; - json_out << double_quote << "query_time_percentiles" << ": {\n"; for (int percent = 0; percent <= 90; percent += 10) diff --git a/dbms/tests/queries/0_stateless/00133_memory_tracker_and_exception_safety.sh b/dbms/tests/queries/0_stateless/00133_memory_tracker_and_exception_safety.sh index 4bbb5f4ddf0..470a0010e29 100755 --- a/dbms/tests/queries/0_stateless/00133_memory_tracker_and_exception_safety.sh +++ b/dbms/tests/queries/0_stateless/00133_memory_tracker_and_exception_safety.sh @@ -6,7 +6,7 @@ clickhouse-client -n --query=" "; STEP_MULTIPLIER=1 -if [ -n "$VALGRIND" ]; then +if [ -n "$DBMS_TESTS_UNDER_VALGRIND" ]; then STEP_MULTIPLIER=50 fi diff --git a/libs/libcommon/cmake/version.cmake b/libs/libcommon/cmake/version.cmake index 7c44aec7036..20bff3f2e3d 100644 --- a/libs/libcommon/cmake/version.cmake +++ b/libs/libcommon/cmake/version.cmake @@ -1,6 +1,6 @@ #This strings autochanged from release_lib.sh : set(VERSION_DESCRIBE v1.1.54134-testing) -set(VERSION_REVISION 54135) +set(VERSION_REVISION 54139) #===end of autochange set(VERSION_MAJOR 1)