Rebase onto upstream/master (2026-08-26): 558 commits (d5b9f6c8..821573ed) #566
Annotations
6 errors
|
Run serialized server test shard
Process completed with exit code 1.
|
|
Run serialized server test shard:
server/src/__tests__/health.test.ts#L342
AssertionError: expected { status: 'ok', …(5) } to deeply equal { status: 'ok', …(7) }
- Expected
+ Received
{
"bootstrapInviteActive": false,
"bootstrapStatus": "ready",
"commit": "0123456789abcdef0123456789abcdef01234567",
- "databaseBackup": {
- "enabled": true,
- "status": "warning",
- "warnings": [
- {
- "code": "database_backup_stale",
- "message": "Latest database backup is stale.",
- },
- ],
- },
"deploymentExposure": "public",
"deploymentMode": "authenticated",
"status": "ok",
- "warnings": [
- {
- "code": "database_backup_stale",
- "message": "Latest database backup is stale.",
- },
- ],
}
❯ src/__tests__/health.test.ts:342:22
|
|
Run serialized server test shard:
server/src/__tests__/health.test.ts#L284
AssertionError: expected undefined to match object { status: 'warning', …(2) }
- Expected:
{
"lastFailure": {
"message": "db-backup-to-s3 failed beside backups",
"path": "/tmp/pcvt-2584-11-9TJtn8/t/paperclip-health-backups-root-XWEAhE/db-backup-to-s3.failure",
},
"status": "warning",
"warnings": [
{
"code": "database_backup_last_failure",
"message": "db-backup-to-s3 failed beside backups",
},
],
}
+ Received:
undefined
❯ src/__tests__/health.test.ts:284:37
|
|
Run serialized server test shard:
server/src/__tests__/health.test.ts#L251
AssertionError: expected undefined to match object { status: 'warning', …(2) }
- Expected:
{
"lastFailure": {
"message": "db-backup-to-s3 failed at 2026-07-06T03:17:00.000Z exit=1",
"path": "/tmp/pcvt-2584-11-9TJtn8/t/paperclip-health-backups-EutSKU/db-backup-to-s3.failure",
},
"status": "warning",
"warnings": [
{
"code": "database_backup_last_failure",
"message": "db-backup-to-s3 failed at 2026-07-06T03:17:00.000Z exit=1",
},
],
}
+ Received:
undefined
❯ src/__tests__/health.test.ts:251:37
|
|
Run serialized server test shard:
server/src/__tests__/health.test.ts#L217
AssertionError: expected undefined to match object { status: 'warning', …(4) }
- Expected:
{
"backupDir": "/tmp/pcvt-2584-11-9TJtn8/t/paperclip-health-backups-X3wpjX",
"latestBackup": {
"ageHours": 33.7,
"name": "paperclip-20260705-031702.sql.gz",
},
"maxAgeHours": 26,
"status": "warning",
"warnings": [
{
"code": "database_backup_stale",
},
],
}
+ Received:
undefined
❯ src/__tests__/health.test.ts:217:37
|
|
|
background
wait
wait-all
cancel
parallel
Loading