Skip to content

fix(knowledge): store connector sync schedules at millisecond precision #31997

fix(knowledge): store connector sync schedules at millisecond precision

fix(knowledge): store connector sync schedules at millisecond precision #31997

Triggered via pull request September 18, 2026 07:00
Status Failure
Total duration 3m 4s
Artifacts –

ci.yml

on: pull_request
Detect Version
Detect Version
Detect Desktop Changes
Detect Desktop Changes
Prepare Trigger.dev
Prepare Trigger.dev
Matrix: Build AMD64
Matrix: Build Dev ECR
Matrix: Build ARM64 (GHCR Only)
Matrix: Test and Build / oauth-postgres
Matrix: Test and Build / test-shard
Test and Build  /  Lint and Test
2m 37s
Test and Build / Lint and Test
Test and Build  /  Build App
2m 51s
Test and Build / Build App
Check Docs Changes
Check Docs Changes
Migrate Dev DB  /  Apply Database Migrations
Migrate Dev DB / Apply Database Migrations
Check Desktop Signing Secrets
Check Desktop Signing Secrets
Migrate DB  /  Apply Database Migrations
Migrate DB / Apply Database Migrations
Create Desktop Prerelease
0s
Create Desktop Prerelease
Promote Images
Promote Images
Desktop Prerelease Build  /  Build, Sign, Notarize
Desktop Prerelease Build / Build, Sign, Notarize
Matrix: Create GHCR Manifests
Process Docs  /  Process Documentation Embeddings
Process Docs / Process Documentation Embeddings
Promote Trigger.dev
0s
Promote Trigger.dev
Publish Desktop Prerelease
0s
Publish Desktop Prerelease
Resolve Attestation Subjects
0s
Resolve Attestation Subjects
Prune Desktop Prereleases
0s
Prune Desktop Prereleases
Matrix: Attest Images
Create GitHub Release
Create GitHub Release
Desktop Release  /  Build, Sign, Notarize
Desktop Release / Build, Sign, Notarize
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 8 warnings
Test and Build / PostgreSQL integration (push)
Process completed with exit code 1.
scripts/connector-sync-schedule-precision.postgres.test.ts > connector sync schedule precision > discards sub-millisecond precision a SQL writer would otherwise store: packages/db/scripts/connector-sync-schedule-precision.postgres.test.ts#L46
AssertionError: expected [ [ 'next_member_sync_at', 3 ], …(3) ] to deeply equal [ [ 'next_member_sync_at', 3 ], …(1) ] - Expected + Received @@ -2,9 +2,17 @@ [ "next_member_sync_at", 3, ], [ + "next_member_sync_at", + 3, + ], + [ + "next_sync_at", + 3, + ], + [ "next_sync_at", 3, ], ] ❯ scripts/connector-sync-schedule-precision.postgres.test.ts:46:74 ❯ withMigrationSchema scripts/migration-fixture.ts:24:5 ❯ scripts/connector-sync-schedule-precision.postgres.test.ts:23:5
Test and Build / PostgreSQL integration (migrate)
Process completed with exit code 1.
scripts/connector-sync-schedule-precision.postgres.test.ts > connector sync schedule precision > discards sub-millisecond precision a SQL writer would otherwise store: packages/db/scripts/connector-sync-schedule-precision.postgres.test.ts#L46
AssertionError: expected [ [ 'next_member_sync_at', 3 ], …(3) ] to deeply equal [ [ 'next_member_sync_at', 3 ], …(1) ] - Expected + Received @@ -2,9 +2,17 @@ [ "next_member_sync_at", 3, ], [ + "next_member_sync_at", + 3, + ], + [ + "next_sync_at", + 3, + ], + [ "next_sync_at", 3, ], ] ❯ scripts/connector-sync-schedule-precision.postgres.test.ts:46:74 ❯ withMigrationSchema scripts/migration-fixture.ts:24:5 ❯ scripts/connector-sync-schedule-precision.postgres.test.ts:23:5
Test and Build / Lint and Test
Process completed with exit code 1.
Test and Build / PostgreSQL integration (push)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test and Build / PostgreSQL integration (push)
Skipping sticky disk commit due to previous step failures
Test and Build / PostgreSQL integration (push)
- Step: unknown (failed)
Test and Build / PostgreSQL integration (push)
Found 2 failed/cancelled steps in previous workflow steps
Test and Build / PostgreSQL integration (migrate)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test and Build / PostgreSQL integration (migrate)
Skipping sticky disk commit due to previous step failures
Test and Build / PostgreSQL integration (migrate)
- Step: unknown (failed)
Test and Build / PostgreSQL integration (migrate)
Found 2 failed/cancelled steps in previous workflow steps