feat(snowflake): snowflake integration #6290
ci.yml
on: pull_request
Test and Build
/
Test and Build
43s
Check Docs Changes
0s
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Annotations
5 errors
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
app/api/chat/[identifier]/route.test.ts > Chat Identifier API Route > POST endpoint > should return streaming response for valid chat messages:
apps/sim/app/api/chat/[identifier]/route.test.ts#L370
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ app/api/chat/[identifier]/route.test.ts:370:5
|
|
app/api/auth/oauth/utils.test.ts > OAuth Utils > refreshAccessTokenIfNeeded > should refresh token when expired:
apps/sim/app/api/auth/oauth/utils.test.ts#L254
AssertionError: expected "spy" to be called with arguments: [ 'google', 'refresh-token' ]
Received:
1st spy call:
[
"google",
"refresh-token",
+ undefined,
]
Number of calls: 1
❯ app/api/auth/oauth/utils.test.ts:254:37
|
|
app/api/auth/oauth/utils.test.ts > OAuth Utils > refreshTokenIfNeeded > should refresh token when expired:
apps/sim/app/api/auth/oauth/utils.test.ts#L166
AssertionError: expected "spy" to be called with arguments: [ 'google', 'refresh-token' ]
Received:
1st spy call:
[
"google",
"refresh-token",
+ undefined,
]
Number of calls: 1
❯ app/api/auth/oauth/utils.test.ts:166:37
|
|
Test and Build / Test and Build
sim#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
|