Skip to content

upload audit logs to separate bucket #16332

upload audit logs to separate bucket

upload audit logs to separate bucket #16332

Triggered via pull request December 4, 2024 14:34
Status Cancelled
Total duration 5m 54s
Billable time 12m
Artifacts 6

pr.yaml

on: pull_request
Matrix: build / build-and-dockerize
alpha  /  cli-artifacts
5m 9s
alpha / cli-artifacts
graphql-breaking-changes  /  search-token
0s
graphql-breaking-changes / search-token
db-types  /  diff
1m 19s
db-types / diff
test  /  db-migrations
1m 42s
test / db-migrations
test  /  unit
2m 22s
test / unit
code-style  /  eslint-and-prettier
5m 2s
code-style / eslint-and-prettier
typescript  /  typecheck
2m 44s
typescript / typecheck
website-preview  /  deployment
6s
website-preview / deployment
storybook-preview  /  deployment
6s
storybook-preview / deployment
release-candidate  /  snapshot
release-candidate / snapshot
Matrix: static-analysis / analyze
build  /  publish multiarch manifest
0s
build / publish multiarch manifest
Matrix: alpha / cli-test
alpha  /  Extract CLI version
0s
alpha / Extract CLI version
graphql-breaking-changes  /  check
11s
graphql-breaking-changes / check
test  /  e2e
test / e2e
Matrix: test / integration
Waiting for pending jobs
alpha  /  ...  /  Build CLI Docker Image
alpha / publish_docker / Build CLI Docker Image
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 9 warnings
Unhandled error: packages/libraries/yoga/tests/persisted-documents.spec.ts#L744
Error: Snapshot `usage reporting with batch execution and persisted documents 1` mismatched - Expected + Received @@ -4,13 +4,6 @@ Query.a, ], operation: {a}, operationName: anonymous, }, - e8571e61911eea36db5ef7a3ed222aacb0cd5ba1: { - fields: [ - Query.b, - ], - operation: {b}, - operationName: anonymous, - }, } ❯ createMismatchError node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/snapshot/dist/index.js:1647:17 ❯ SnapshotClient.assert node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/snapshot/dist/index.js:1748:13 ❯ Proxy.__INLINE_SNAPSHOT__ node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/vitest/dist/chunks/vi.fiQ7lMRF.js:281:27 ❯ Proxy.methodWrapper node_modules/.pnpm/[email protected]/node_modules/chai/chai.js:1591:25 ❯ Object.<anonymous> packages/libraries/yoga/tests/persisted-documents.spec.ts:744:24 ❯ matchBody node_modules/.pnpm/[email protected]/node_modules/nock/lib/match_body.js:42:17 ❯ Interceptor.match node_modules/.pnpm/[email protected]/node_modules/nock/lib/interceptor.js:359:17 ❯ node_modules/.pnpm/[email protected]/node_modules/nock/lib/intercepted_request_router.js:304:9 ❯ InterceptedRequestRouter.startPlayback node_modules/.pnpm/[email protected]/node_modules/nock/lib/intercepted_request_router.js:303:45 This error originated in "packages/libraries/yoga/tests/persisted-documents.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "usage reporting with batch execution and persisted documents". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: packages/libraries/yoga/tests/persisted-documents.spec.ts#L744
Error: Snapshot `usage reporting with batch execution and persisted documents 2` mismatched - Expected + Received @@ -1,13 +1,6 @@ { - 07188723c7bd37a812cb478cc980f83fe5b4026c: { - fields: [ - Query.a, - ], - operation: {a}, - operationName: anonymous, - }, e8571e61911eea36db5ef7a3ed222aacb0cd5ba1: { fields: [ Query.b, ], operation: {b}, ❯ createMismatchError node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/snapshot/dist/index.js:1647:17 ❯ SnapshotClient.assert node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/snapshot/dist/index.js:1748:13 ❯ Proxy.__INLINE_SNAPSHOT__ node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/vitest/dist/chunks/vi.fiQ7lMRF.js:281:27 ❯ Proxy.methodWrapper node_modules/.pnpm/[email protected]/node_modules/chai/chai.js:1591:25 ❯ Object.<anonymous> packages/libraries/yoga/tests/persisted-documents.spec.ts:744:24 ❯ matchBody node_modules/.pnpm/[email protected]/node_modules/nock/lib/match_body.js:42:17 ❯ Interceptor.match node_modules/.pnpm/[email protected]/node_modules/nock/lib/interceptor.js:359:17 ❯ node_modules/.pnpm/[email protected]/node_modules/nock/lib/intercepted_request_router.js:304:9 ❯ InterceptedRequestRouter.startPlayback node_modules/.pnpm/[email protected]/node_modules/nock/lib/intercepted_request_router.js:303:45 This error originated in "packages/libraries/yoga/tests/persisted-documents.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "usage reporting with batch execution and persisted documents". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
packages/libraries/yoga/tests/persisted-documents.spec.ts > usage reporting with batch execution and persisted documents: packages/libraries/yoga/tests/persisted-documents.spec.ts#L826
AssertionError: Mocks not yet satisfied: POST http://localhost:80/usage - Expected + Received - true + false ❯ Scope.done node_modules/.pnpm/[email protected]/node_modules/nock/lib/scope.js:205:12 ❯ packages/libraries/yoga/tests/persisted-documents.spec.ts:826:23
test / unit
Process completed with exit code 1.
typescript / typecheck
Argument of type '{ app: { baseUrl: string; } | null; tokens: { endpoint: string; }; billing: { endpoint: string | null; }; emailsEndpoint: string | undefined; webhooks: { endpoint: string; }; schemaService: { endpoint: string; }; ... 16 more ...; appDeploymentsEnabled: boolean; }' is not assignable to parameter of type '{ logger: Logger; storage: Storage; clickHouse: ClickHouseConfig; redis: Redis; tokens: TokensConfig; webhooks: WebhooksConfig; ... 17 more ...; appDeploymentsEnabled: boolean; }'.
typescript / typecheck
Process completed with exit code 2.
alpha / cli-test (ubuntu-latest)
The run was canceled by @github-actions[bot].
alpha / cli-test (macos-latest)
The run was canceled by @github-actions[bot].
alpha / cli-test (macos-latest)
The operation was canceled.
build / dockerize (linux/arm64)
The run was canceled by @github-actions[bot].
build / dockerize (linux/arm64)
The operation was canceled.
build / dockerize (linux/amd64)
The run was canceled by @github-actions[bot].
build / dockerize (linux/amd64)
The operation was canceled.
alpha / npm / snapshot
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
alpha / npm / snapshot
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
alpha / npm / snapshot
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
alpha / npm / snapshot
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
alpha / npm / snapshot
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
static-analysis / analyze (javascript)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
static-analysis / analyze (javascript)
Unable to validate code scanning workflow: MissingPushHook
static-analysis / analyze (typescript)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
static-analysis / analyze (typescript)
Unable to validate code scanning workflow: MissingPushHook

Artifacts

Produced during runtime
Name Size
hive-cli-darwin-arm64
41.3 MB
hive-cli-darwin-x64
42 MB
hive-cli-linux-arm
41.9 MB
hive-cli-linux-x64
46.6 MB
hive-cli-win-x64
36.9 MB
hive-cli-win-x86
34.4 MB