Fix a test

This commit is contained in:
Alexey Milovidov 2024-07-24 14:01:02 +02:00
parent e790a00ebb
commit a3f7642d05

View File

@ -2,7 +2,9 @@
-- Tag no-fasttest: Not sure why fail even in sequential mode. Disabled for now to make some progress.
SET allow_introspection_functions = 1;
SET trace_profile_events = 0; -- This can inhibit profiler from working, because it prevents sending samples from different profilers concurrently.
SET query_profiler_cpu_time_period_ns = 0;
SET query_profiler_real_time_period_ns = 100000000;
SET log_queries = 1;
SELECT sleep(0.5), ignore('test real time query profiler');