fix(knowledge): store connector sync schedules at millisecond precision #31997
ci.yml
on: pull_request
Detect Version
Detect Desktop Changes
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
/
Build App
2m 51s
Check Docs Changes
Migrate Dev DB
/
Apply Database Migrations
Matrix: Create GHCR Manifests
Process Docs
/
Process Documentation Embeddings
Promote Trigger.dev
0s
Prune Desktop Prereleases
0s
Matrix: Attest Images
Desktop Release
/
Build, Sign, Notarize
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
|