mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 03:18:09 +08:00
feat(ql3): expose redacted log tails over local mcp
This commit is contained in:
@@ -15,6 +15,7 @@ test('opens one bounded database authority and reuses production authentication
|
||||
projectId: 'default',
|
||||
deploymentRoot: '/srv/qinglong',
|
||||
databasePath: '/srv/qinglong/data/qinglong3.sqlite',
|
||||
artifactRoot: '/srv/qinglong/artifacts',
|
||||
ownerPepperKeyringDirectory: '/srv/qinglong/owner-peppers',
|
||||
credentialFilePath: '/srv/qinglong/operator/credential.json',
|
||||
busyTimeoutMs: 250,
|
||||
@@ -35,10 +36,18 @@ test('opens one bounded database authority and reuses production authentication
|
||||
async findRunById() {
|
||||
return null;
|
||||
},
|
||||
async findAttemptById() {
|
||||
return null;
|
||||
},
|
||||
async listEvents() {
|
||||
return [];
|
||||
},
|
||||
},
|
||||
runAttemptLogRetention: {
|
||||
async inspect() {
|
||||
return { status: 'active' };
|
||||
},
|
||||
},
|
||||
stepRuns: {
|
||||
async listByRun() {
|
||||
return { stepRuns: [], truncated: false };
|
||||
|
||||
Reference in New Issue
Block a user