mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 03:18:09 +08:00
feat(ql3): surface bounded console run logs
This commit is contained in:
@@ -72,6 +72,10 @@ test('loads one bounded offline Console asset closure', () => {
|
||||
);
|
||||
assert.match(text, /authorization: `Bearer \$\{state\.token\}`/u);
|
||||
assert.match(text, /credentials: 'omit'/u);
|
||||
assert.match(text, /attempts\/\$\{attempt\.id\}\/log/u);
|
||||
assert.match(text, /const LOG_READ_BYTES = 32 \* 1024/u);
|
||||
assert.match(text, /new TextDecoder\('utf-8'\)/u);
|
||||
assert.match(text, /日志已按保留策略清理/u);
|
||||
}
|
||||
}
|
||||
assert.ok(totalBytes <= 192 * 1024);
|
||||
|
||||
Reference in New Issue
Block a user