mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
feat(ql3): surface bounded console run logs
This commit is contained in:
@@ -448,6 +448,14 @@ test('serves an authenticated Run through one real SQLite authority and durable
|
||||
assert.equal(accepted.statusCode, 200);
|
||||
assert.equal(accepted.body.run.id, RUN_ID);
|
||||
assert.equal(accepted.body.run.projectId, 'default');
|
||||
assert.deepEqual(accepted.body.run.latestAttempt, {
|
||||
id: ATTEMPT_ID,
|
||||
attempt: 1,
|
||||
status: 'running',
|
||||
logAvailable: true,
|
||||
createdAtMs: NOW - 90,
|
||||
startedAtMs: NOW - 80,
|
||||
});
|
||||
assert.equal(JSON.stringify(accepted).includes('secret'), false);
|
||||
|
||||
const listed = await request(
|
||||
|
||||
Reference in New Issue
Block a user