docs: finalize orchestrator phase 5 operations
This commit is contained in:
@@ -52,6 +52,8 @@ test('PostgreSQL Executor Job Store creates an isolated schema and job table', a
|
||||
assert.match(queries[3].sql, /"memind_orchestrator_test"\."executor_job_events"/);
|
||||
assert.match(queries[3].sql, /UNIQUE \(job_id, sequence\)/);
|
||||
assert.match(queries[5].sql, /executor_job_snapshot_imported/);
|
||||
assert.match(queries[6].sql, /executor_workers/);
|
||||
assert.match(queries[7].sql, /executor_workers_last_seen_idx/);
|
||||
});
|
||||
|
||||
test('PostgreSQL Executor Job Store atomically creates and reloads idempotent state', async () => {
|
||||
|
||||
Reference in New Issue
Block a user