Skip to content

Commit e590e33

Browse files
committed
WIP: more fuzz tests
1 parent 627fd20 commit e590e33

12 files changed

Lines changed: 750 additions & 90 deletions

File tree

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Driver Test Suite Progress
22

33
Started: 2026-05-01
4-
Config: registry (static), client type (http), encoding (bare)
4+
Config: registry (static), encoding (bare), runtime (native only)
55
Scope: DB driver tests only
66

77
## DB Tests
@@ -14,50 +14,24 @@ Scope: DB driver tests only
1414
- [x] actor-db-init-order | Actor DB Init Order
1515

1616
## Log
17-
<<<<<<< HEAD
1817

1918
- 2026-04-26T14:06:57-07:00 manager-driver: PASS
20-
2119
- 2026-04-26T14:07:27-07:00 actor-conn: PASS
22-
2320
- 2026-04-26T14:07:37-07:00 actor-conn-state: PASS
24-
2521
- 2026-04-26T14:07:42-07:00 conn-error-serialization: PASS
26-
2722
- 2026-04-26T14:08:14-07:00 actor-destroy: PASS
28-
2923
- 2026-04-26T14:08:19-07:00 request-access: PASS
30-
3124
- 2026-04-26T14:08:31-07:00 actor-handle: PASS
32-
3325
- 2026-04-26T14:08:31-07:00 action-features: PASS
34-
3526
- 2026-04-26T14:08:46-07:00 access-control: PASS
36-
3727
- 2026-04-26T14:08:51-07:00 actor-vars: PASS
38-
3928
- 2026-04-26T14:08:58-07:00 actor-metadata: PASS
40-
4129
- 2026-04-26T14:08:59-07:00 actor-onstatechange: PASS
42-
4330
- 2026-04-26T14:10:59-07:00 actor-db: FAIL (exit 124)
44-
4531
- 2026-04-26T14:12:00-07:00 runner: stale suite-description filters found for action-features, actor-onstatechange, actor-db, gateway-query-url, and likely other renamed suites; switching to per-file bare filter.
46-
4732
- 2026-04-26T14:12:54-07:00 action-features: PASS (bare file filter)
48-
4933
- 2026-04-26T14:12:59-07:00 actor-onstatechange: PASS (bare file filter)
50-
5134
- 2026-04-26T14:17:33-07:00 actor-db: FAIL (exit 1, bare file filter)
52-
53-
- 2026-05-02T00:19:36-07:00 actor-conn-state: FAIL - new onConnect send regression timed out before sender wiring fix.
54-
55-
- 2026-05-02T00:24:56-07:00 actor-conn-state: PASS (static/bare file filter, 9 tests).
56-
57-
- 2026-05-02T02:26:38-07:00 actor-conn-state: PASS (static/bare file filter with c.conns onConnect send, 9 tests).
58-
59-
- 2026-05-02T02:55:45-07:00 actor-conn-state: PASS (static/bare file filter with explicit pre-await onConnect subscription regression, 9 tests).
60-
=======
6135
- 2026-05-01 12:45:05 PDT actor-db: FAIL - 4 failures in static/bare run. First failing test reproduced standalone: `persists across sleep and wake cycles` returned count 0 instead of 1 after sleep/wake.
6236
- 2026-05-01 13:02:09 PDT actor-db: PASS (13 passed, 26 skipped, 25.4s). Fixed VFS persisted page-1 bootstrap, hot-only sparse page reads, and actor2 serverful reallocate transition ordering.
6337
- 2026-05-01 13:02:30 PDT actor-db-raw: PASS (5 passed, 10 skipped, 4.5s).
@@ -74,4 +48,12 @@ Scope: DB driver tests only
7448
- 2026-05-01 14:27:04 PDT actor-db-stress rerun: PASS (3 passed, 28.7s).
7549
- 2026-05-01 14:28:00 PDT actor-db-init-order rerun: PASS (6 passed, 12 skipped, 7.9s).
7650
- 2026-05-01 14:28:04 PDT DB TESTS RERUN COMPLETE - 6/6 DB file groups passed for static/bare.
77-
>>>>>>> 62f797206 (feat(sqlite): pitr & forking)
51+
- 2026-05-02T02:55:45-07:00 actor-conn-state: PASS (static/bare file filter with explicit pre-await onConnect subscription regression, 9 tests).
52+
- 2026-05-03 18:13 PDT actor-sleep-db rerun [native]: PASS (26 passed, 208 skipped, 62.6s).
53+
- 2026-05-03 18:25 PDT DB TESTS RERUN STARTED [native only].
54+
- 2026-05-03 18:25 PDT actor-db rerun [native]: PASS (13 passed, 104 skipped, 14.0s).
55+
- 2026-05-03 18:26 PDT actor-db-raw rerun [native]: PASS (5 passed, 40 skipped, 6.7s).
56+
- 2026-05-03 18:27 PDT actor-db-pragma-migration rerun [native]: PASS (4 passed, 32 skipped, 4.4s).
57+
- 2026-05-03 18:28 PDT actor-db-stress rerun [native]: PASS (5 passed, 40 skipped, 25.2s).
58+
- 2026-05-03 18:29 PDT actor-db-init-order rerun [native]: PASS (6 passed, 48 skipped, 6.6s).
59+
- 2026-05-03 18:29 PDT DB TESTS RERUN COMPLETE [native only] - 6/6 DB file groups passed.

.claude/scheduled_tasks.lock

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/kitchen-sink/frontend/App.tsx

Lines changed: 120 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/kitchen-sink/package.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)