Update unit tests to match public.metrics_trigger_fn

This commit is contained in:
xbgmsharp
2024-09-04 12:33:46 +02:00
parent 62854a95e0
commit 029e0b3fb6
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ select current_database();
-- Check the number of process pending
\echo 'Check the number of process pending'
-- Should be 22
-- Should be 24
SELECT count(*) as jobs from public.process_queue pq where pq.processed is null;
--set role scheduler
SELECT public.run_cron_jobs();