feat(ql3): complete cluster secret binding authority

This commit is contained in:
whyour
2026-08-13 14:23:41 +08:00
parent 56d06bd6cc
commit 7016903fba
30 changed files with 2660 additions and 9 deletions
@@ -20,6 +20,9 @@ test('composes one bounded caller-driven cluster Package dispatcher', async () =
owner: 'cluster_package_dispatcher_1',
clock: () => 100,
createId: () => 'dispatcher-id-1',
secretExistenceInspector: {
async assertExists() {},
},
});
let observedLimit = null;
dispatcher.repository.listDueExecutions = async (query) => {