Skip to content

Commit a040cde

Browse files
committed
test: Adjust to task number changes
1 parent d447f2a commit a040cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/expected/401_import_jobs_for_brreg_selection.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ Check the state of all tasks after running analytics.
914914
SELECT queue, state, count(*) FROM worker.tasks AS t JOIN worker.command_registry AS c ON t.command = c.command WHERE c.queue != 'maintenance' GROUP BY queue,state ORDER BY queue,state;
915915
queue | state | count
916916
-----------+-----------+-------
917-
analytics | completed | 68
917+
analytics | completed | 82
918918
import | completed | 97
919919
(2 rows)
920920

@@ -927,7 +927,7 @@ Check the state of all tasks after final processing.
927927
SELECT queue, state, count(*) FROM worker.tasks AS t JOIN worker.command_registry AS c ON t.command = c.command WHERE c.queue != 'maintenance' GROUP BY queue,state ORDER BY queue,state;
928928
queue | state | count
929929
-----------+-----------+-------
930-
analytics | completed | 68
930+
analytics | completed | 82
931931
import | completed | 97
932932
(2 rows)
933933

0 commit comments

Comments
 (0)