test: 300접속 capacity calibration을 재현 가능하게 구성
비밀값 자동 준비, 4 CPU/8GiB API launcher, fixture 검증 기반 calibration config를 추가한다. tRPC v11 GET input encoding 오류를 고치고 300 SSE/HTTP 실제 실행 절차를 문서화한다.
This commit is contained in:
@@ -14,7 +14,7 @@ void test('tRPC query uses bearer auth without putting the token in the URL', ()
|
||||
assert.equal(new Headers(request.init.headers).get('authorization'), `Bearer ${token}`);
|
||||
assert.equal(request.url.includes(token), false);
|
||||
assert.equal(new URL(request.url).pathname, '/api/trpc/dashboard.getContextBundleDelta');
|
||||
assert.deepEqual(JSON.parse(new URL(request.url).searchParams.get('input')!), { json: { include: { context: true } } });
|
||||
assert.deepEqual(JSON.parse(new URL(request.url).searchParams.get('input')!), { include: { context: true } });
|
||||
});
|
||||
|
||||
void test('dashboard observations retain only opaque revisions and aggregate-safe result kinds', () => {
|
||||
|
||||
Reference in New Issue
Block a user