@fuzdev/fuz_app 0.32.0 → 0.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,10 @@
1
1
  import './assert_dev_env.js';
2
2
  import type { SessionOptions } from '../auth/session_cookie.js';
3
- import type { AppServerContext, AppServerOptions } from '../server/app_server.js';
3
+ import type { AppServerContext } from '../server/app_server.js';
4
4
  import type { RouteSpec } from '../http/route_spec.js';
5
+ import { type SuiteAppOptions } from './app_server.js';
5
6
  import { type DbFactory } from './db.js';
6
- import type { RpcEndpointSpec } from '../http/surface.js';
7
+ import { type RpcEndpointsSuiteOption } from './rpc_helpers.js';
7
8
  /**
8
9
  * Configuration for `describe_rate_limiting_tests`.
9
10
  */
@@ -13,7 +14,7 @@ export interface RateLimitingTestOptions {
13
14
  /** Route spec factory — same one used in production. */
14
15
  create_route_specs: (ctx: AppServerContext) => Array<RouteSpec>;
15
16
  /** Optional overrides for `AppServerOptions`. */
16
- app_options?: Partial<Omit<AppServerOptions, 'backend' | 'session_options' | 'create_route_specs'>>;
17
+ app_options?: SuiteAppOptions;
17
18
  /**
18
19
  * Database factories to run tests against. Default: pglite only.
19
20
  */
@@ -27,8 +28,16 @@ export interface RateLimitingTestOptions {
27
28
  * RPC endpoint specs — required so the bearer-auth rate limiting test
28
29
  * can probe an authenticated method via the `account_verify` RPC
29
30
  * action. Hard-fails via `require_rpc_endpoint_path` on setup.
31
+ *
32
+ * Accepts either an array (eager) or a factory
33
+ * `(ctx: AppServerContext) => Array<RpcEndpointSpec>` — the factory form
34
+ * is required when action handlers must close over the per-test
35
+ * `ctx.app_settings` / `ctx.deps`. The factory must return the same
36
+ * endpoint `path` regardless of ctx — it is invoked once at setup with
37
+ * a stub ctx for path lookup and again per-test by `create_app_server`
38
+ * for live dispatch.
30
39
  */
31
- rpc_endpoints: Array<RpcEndpointSpec>;
40
+ rpc_endpoints: RpcEndpointsSuiteOption;
32
41
  }
33
42
  /**
34
43
  * Standard rate limiting integration test suite.
@@ -1 +1 @@
1
- {"version":3,"file":"rate_limiting.d.ts","sourceRoot":"../src/lib/","sources":["../../src/lib/testing/rate_limiting.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAiB7B,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAC,gBAAgB,EAAE,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AAChF,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AAKrD,OAAO,EAIN,KAAK,SAAS,EACd,MAAM,SAAS,CAAC;AAKjB,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,oBAAoB,CAAC;AAGxD;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACvC,4CAA4C;IAC5C,eAAe,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IACxC,wDAAwD;IACxD,kBAAkB,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAChE,iDAAiD;IACjD,WAAW,CAAC,EAAE,OAAO,CACpB,IAAI,CAAC,gBAAgB,EAAE,SAAS,GAAG,iBAAiB,GAAG,oBAAoB,CAAC,CAC5E,CAAC;IACF;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAChC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,aAAa,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;CACtC;AAED;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,4BAA4B,GAAI,SAAS,uBAAuB,KAAG,IAqP/E,CAAC"}
1
+ {"version":3,"file":"rate_limiting.d.ts","sourceRoot":"../src/lib/","sources":["../../src/lib/testing/rate_limiting.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAiB7B,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AAIrD,OAAO,EAAkB,KAAK,eAAe,EAAC,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAIN,KAAK,SAAS,EACd,MAAM,SAAS,CAAC;AAEjB,OAAO,EAIN,KAAK,uBAAuB,EAC5B,MAAM,kBAAkB,CAAC;AAK1B;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACvC,4CAA4C;IAC5C,eAAe,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IACxC,wDAAwD;IACxD,kBAAkB,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAChE,iDAAiD;IACjD,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAChC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;;;;;;;;;OAYG;IACH,aAAa,EAAE,uBAAuB,CAAC;CACvC;AAED;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,4BAA4B,GAAI,SAAS,uBAAuB,KAAG,IA8P/E,CAAC"}
@@ -18,7 +18,7 @@ import { AUTH_MIGRATION_NS } from '../auth/migrations.js';
18
18
  import { create_test_app } from './app_server.js';
19
19
  import { create_pglite_factory, create_describe_db, AUTH_INTEGRATION_TRUNCATE_TABLES, } from './db.js';
20
20
  import { find_auth_route, assert_rate_limit_retry_after_header } from './integration_helpers.js';
21
- import { rpc_call_non_browser, require_rpc_endpoint_path } from './rpc_helpers.js';
21
+ import { rpc_call_non_browser, require_rpc_endpoint_path, resolve_rpc_endpoints_for_setup, } from './rpc_helpers.js';
22
22
  import { run_migrations } from '../db/migrate.js';
23
23
  import { account_verify_action_spec } from '../auth/account_action_specs.js';
24
24
  /**
@@ -40,8 +40,11 @@ import { account_verify_action_spec } from '../auth/account_action_specs.js';
40
40
  export const describe_rate_limiting_tests = (options) => {
41
41
  const max_attempts = options.max_attempts ?? 2;
42
42
  // Hard-fail early so consumers see a clear setup error instead of a
43
- // confusing test failure when `rpc_endpoints` is missing.
44
- const rpc_path = require_rpc_endpoint_path(options.rpc_endpoints);
43
+ // confusing test failure when `rpc_endpoints` is missing. Factory-form
44
+ // callers are resolved with a stub ctx purely to extract the endpoint
45
+ // path; real handlers run per-test via `app_options.rpc_endpoints`.
46
+ const rpc_endpoints_for_setup = resolve_rpc_endpoints_for_setup(options.rpc_endpoints, options.session_options);
47
+ const rpc_path = require_rpc_endpoint_path(rpc_endpoints_for_setup);
45
48
  const init_schema = async (db) => {
46
49
  await run_migrations(db, [AUTH_MIGRATION_NS]);
47
50
  };
@@ -61,6 +64,7 @@ export const describe_rate_limiting_tests = (options) => {
61
64
  db: get_db(),
62
65
  app_options: {
63
66
  ...options.app_options,
67
+ rpc_endpoints: options.rpc_endpoints,
64
68
  ip_rate_limiter,
65
69
  login_account_rate_limiter: null,
66
70
  bearer_ip_rate_limiter: null,
@@ -113,6 +117,7 @@ export const describe_rate_limiting_tests = (options) => {
113
117
  db: get_db(),
114
118
  app_options: {
115
119
  ...options.app_options,
120
+ rpc_endpoints: options.rpc_endpoints,
116
121
  ip_rate_limiter: null,
117
122
  login_account_rate_limiter,
118
123
  bearer_ip_rate_limiter: null,
@@ -177,6 +182,7 @@ export const describe_rate_limiting_tests = (options) => {
177
182
  db: get_db(),
178
183
  app_options: {
179
184
  ...options.app_options,
185
+ rpc_endpoints: options.rpc_endpoints,
180
186
  ip_rate_limiter: null,
181
187
  login_account_rate_limiter: null,
182
188
  bearer_ip_rate_limiter,
@@ -4,6 +4,35 @@ import { type JsonrpcErrorCode } from '../http/jsonrpc.js';
4
4
  import type { RequestResponseActionSpec } from '../actions/action_spec.js';
5
5
  import type { RpcAction } from '../actions/action_rpc.js';
6
6
  import type { AppSurfaceRpcEndpoint, AppSurfaceRpcMethod, RpcEndpointSpec } from '../http/surface.js';
7
+ import type { AppServerContext } from '../server/app_server.js';
8
+ import type { SessionOptions } from '../auth/session_cookie.js';
9
+ /**
10
+ * Union accepted by the suite-level `rpc_endpoints` option — eager array or
11
+ * a factory that takes an `AppServerContext` and returns endpoint specs. The
12
+ * factory form is required when action handlers must close over the
13
+ * per-test `ctx.app_settings` / `ctx.deps` (e.g. the canonical
14
+ * `create_admin_rpc_actions(ctx.deps, {app_settings: ctx.app_settings})`
15
+ * pattern). `create_app_server` resolves either shape natively; test helpers
16
+ * forward the raw value to `app_options.rpc_endpoints` for live dispatch.
17
+ */
18
+ export type RpcEndpointsSuiteOption = Array<RpcEndpointSpec> | ((ctx: AppServerContext) => Array<RpcEndpointSpec>);
19
+ /**
20
+ * Resolve a suite's `rpc_endpoints` option to an array for setup-time
21
+ * inspection (path lookup, action presence checks).
22
+ *
23
+ * For the factory form this invokes the factory once with a stub
24
+ * `AppServerContext` purely to materialize its return shape — the produced
25
+ * actions are discarded. `create_app_server` invokes the factory a second
26
+ * time inside each test with its real ctx, and those are the handlers that
27
+ * actually serve requests.
28
+ *
29
+ * Safe as long as the factory is pure with respect to the endpoint `path`
30
+ * and the action `spec.method` list — the canonical helpers
31
+ * (`create_admin_rpc_actions`, `create_account_actions`, etc.) are. Factories
32
+ * that return a different `path` based on `ctx` will produce a setup/runtime
33
+ * mismatch; don't do that.
34
+ */
35
+ export declare const resolve_rpc_endpoints_for_setup: (rpc_endpoints: RpcEndpointsSuiteOption, session_options: SessionOptions<string>) => Array<RpcEndpointSpec>;
7
36
  /**
8
37
  * Create a `RequestInit` for a JSON-RPC POST request.
9
38
  *
@@ -1 +1 @@
1
- {"version":3,"file":"rpc_helpers.d.ts","sourceRoot":"../src/lib/","sources":["../../src/lib/testing/rpc_helpers.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"rpc_helpers.d.ts","sourceRoot":"../src/lib/","sources":["../../src/lib/testing/rpc_helpers.ts"],"names":[],"mappings":"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"}
@@ -11,6 +11,26 @@ import './assert_dev_env.js';
11
11
  import { assert } from 'vitest';
12
12
  import { z } from 'zod';
13
13
  import { JSONRPC_VERSION, JsonrpcErrorResponse, JsonrpcResponse, } from '../http/jsonrpc.js';
14
+ import { create_stub_app_server_context } from './stubs.js';
15
+ /**
16
+ * Resolve a suite's `rpc_endpoints` option to an array for setup-time
17
+ * inspection (path lookup, action presence checks).
18
+ *
19
+ * For the factory form this invokes the factory once with a stub
20
+ * `AppServerContext` purely to materialize its return shape — the produced
21
+ * actions are discarded. `create_app_server` invokes the factory a second
22
+ * time inside each test with its real ctx, and those are the handlers that
23
+ * actually serve requests.
24
+ *
25
+ * Safe as long as the factory is pure with respect to the endpoint `path`
26
+ * and the action `spec.method` list — the canonical helpers
27
+ * (`create_admin_rpc_actions`, `create_account_actions`, etc.) are. Factories
28
+ * that return a different `path` based on `ctx` will produce a setup/runtime
29
+ * mismatch; don't do that.
30
+ */
31
+ export const resolve_rpc_endpoints_for_setup = (rpc_endpoints, session_options) => typeof rpc_endpoints === 'function'
32
+ ? rpc_endpoints(create_stub_app_server_context(session_options))
33
+ : rpc_endpoints;
14
34
  /**
15
35
  * Create a `RequestInit` for a JSON-RPC POST request.
16
36
  *
@@ -1,19 +1,30 @@
1
1
  import './assert_dev_env.js';
2
2
  import type { RouteSpec } from '../http/route_spec.js';
3
- import type { AppServerContext, AppServerOptions } from '../server/app_server.js';
3
+ import type { AppServerContext } from '../server/app_server.js';
4
4
  import type { SessionOptions } from '../auth/session_cookie.js';
5
+ import { type SuiteAppOptions } from './app_server.js';
5
6
  import { type DbFactory } from './db.js';
6
- import type { RpcEndpointSpec } from '../http/surface.js';
7
+ import { type RpcEndpointsSuiteOption } from './rpc_helpers.js';
7
8
  /** Options for `describe_rpc_round_trip_tests`. */
8
9
  export interface RpcRoundTripTestOptions {
9
10
  /** Session config for cookie-based auth. */
10
11
  session_options: SessionOptions<string>;
11
12
  /** Route spec factory — same one used in production. */
12
13
  create_route_specs: (ctx: AppServerContext) => Array<RouteSpec>;
13
- /** RPC endpoint specs — the source `RpcAction` arrays for params generation. */
14
- rpc_endpoints: Array<RpcEndpointSpec>;
14
+ /**
15
+ * RPC endpoint specs — the source `RpcAction` arrays for params generation.
16
+ *
17
+ * Accepts either an array (eager) or a factory
18
+ * `(ctx: AppServerContext) => Array<RpcEndpointSpec>` — the factory form
19
+ * is required when action handlers must close over the per-test
20
+ * `ctx.app_settings` / `ctx.deps`. The factory must return the same
21
+ * endpoint `path` and `spec.method` list regardless of ctx — it is
22
+ * invoked once at setup (via a stub ctx) to enumerate methods and
23
+ * again per-test by `create_app_server` for live dispatch.
24
+ */
25
+ rpc_endpoints: RpcEndpointsSuiteOption;
15
26
  /** Optional overrides for `AppServerOptions`. */
16
- app_options?: Partial<Omit<AppServerOptions, 'backend' | 'session_options' | 'create_route_specs'>>;
27
+ app_options?: SuiteAppOptions;
17
28
  /** Database factories to run tests against. Default: pglite only. */
18
29
  db_factories?: Array<DbFactory>;
19
30
  /** Methods to skip, by name (e.g., `'tx_plan'`). */
@@ -1 +1 @@
1
- {"version":3,"file":"rpc_round_trip.d.ts","sourceRoot":"../src/lib/","sources":["../../src/lib/testing/rpc_round_trip.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAe7B,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,EAAC,gBAAgB,EAAE,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AAChF,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,2BAA2B,CAAC;AAG9D,OAAO,EAAwB,KAAK,SAAS,EAAC,MAAM,SAAS,CAAC;AAK9D,OAAO,KAAK,EAAC,eAAe,EAAsB,MAAM,oBAAoB,CAAC;AAQ7E,mDAAmD;AACnD,MAAM,WAAW,uBAAuB;IACvC,4CAA4C;IAC5C,eAAe,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IACxC,wDAAwD;IACxD,kBAAkB,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAChE,gFAAgF;IAChF,aAAa,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IACtC,iDAAiD;IACjD,WAAW,CAAC,EAAE,OAAO,CACpB,IAAI,CAAC,gBAAgB,EAAE,SAAS,GAAG,iBAAiB,GAAG,oBAAoB,CAAC,CAC5E,CAAC;IACF,qEAAqE;IACrE,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAChC,oDAAoD;IACpD,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,6EAA6E;IAC7E,eAAe,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;CACvD;AA2BD;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,6BAA6B,GAAI,SAAS,uBAAuB,KAAG,IAqIhF,CAAC"}
1
+ {"version":3,"file":"rpc_round_trip.d.ts","sourceRoot":"../src/lib/","sources":["../../src/lib/testing/rpc_round_trip.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAe7B,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,2BAA2B,CAAC;AAE9D,OAAO,EAEN,KAAK,eAAe,EAGpB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAwB,KAAK,SAAS,EAAC,MAAM,SAAS,CAAC;AAM9D,OAAO,EAMN,KAAK,uBAAuB,EAC5B,MAAM,kBAAkB,CAAC;AAE1B,mDAAmD;AACnD,MAAM,WAAW,uBAAuB;IACvC,4CAA4C;IAC5C,eAAe,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IACxC,wDAAwD;IACxD,kBAAkB,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAChE;;;;;;;;;;OAUG;IACH,aAAa,EAAE,uBAAuB,CAAC;IACvC,iDAAiD;IACjD,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,qEAAqE;IACrE,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAChC,oDAAoD;IACpD,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,6EAA6E;IAC7E,eAAe,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;CACvD;AA2BD;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,6BAA6B,GAAI,SAAS,uBAAuB,KAAG,IA8IhF,CAAC"}
@@ -11,12 +11,12 @@ import './assert_dev_env.js';
11
11
  */
12
12
  import { describe, test, beforeAll, afterAll } from 'vitest';
13
13
  import { ROLE_ADMIN } from '../auth/role_schema.js';
14
- import { create_test_app } from './app_server.js';
14
+ import { create_test_app, } from './app_server.js';
15
15
  import { create_pglite_factory } from './db.js';
16
16
  import { generate_valid_body } from './schema_generators.js';
17
17
  import { run_migrations } from '../db/migrate.js';
18
18
  import { AUTH_MIGRATION_NS } from '../auth/migrations.js';
19
- import { create_rpc_post_init, create_rpc_get_url, assert_jsonrpc_error_response, assert_jsonrpc_success_response, } from './rpc_helpers.js';
19
+ import { create_rpc_post_init, create_rpc_get_url, assert_jsonrpc_error_response, assert_jsonrpc_success_response, resolve_rpc_endpoints_for_setup, } from './rpc_helpers.js';
20
20
  /**
21
21
  * Pick auth headers matching an RPC method's auth requirement.
22
22
  */
@@ -54,6 +54,12 @@ const pick_rpc_auth_headers = (method, test_app, authed_account, admin_account)
54
54
  */
55
55
  export const describe_rpc_round_trip_tests = (options) => {
56
56
  const skip_set = new Set(options.skip_methods);
57
+ // Resolve factory-form endpoints once for setup-time iteration (method
58
+ // enumeration, surface lookup). Real handlers run per-test via
59
+ // `app_options.rpc_endpoints` — `action.spec.method` / `.input` /
60
+ // `.output` are ctx-independent, so the stub-resolved specs match
61
+ // what the live dispatcher serves.
62
+ const rpc_endpoints_for_setup = resolve_rpc_endpoints_for_setup(options.rpc_endpoints, options.session_options);
57
63
  const init_schema = async (db) => {
58
64
  await run_migrations(db, [AUTH_MIGRATION_NS]);
59
65
  };
@@ -72,8 +78,8 @@ export const describe_rpc_round_trip_tests = (options) => {
72
78
  create_route_specs: options.create_route_specs,
73
79
  db,
74
80
  app_options: {
75
- rpc_endpoints: options.rpc_endpoints,
76
81
  ...options.app_options,
82
+ rpc_endpoints: options.rpc_endpoints,
77
83
  },
78
84
  });
79
85
  authed_account = await test_app.create_account({
@@ -90,7 +96,7 @@ export const describe_rpc_round_trip_tests = (options) => {
90
96
  await factory.close(db);
91
97
  });
92
98
  test('all RPC methods produce valid JSON-RPC responses (POST)', async () => {
93
- for (const ep_spec of options.rpc_endpoints) {
99
+ for (const ep_spec of rpc_endpoints_for_setup) {
94
100
  const surface_ep = test_app.surface_spec.surface.rpc_endpoints.find((e) => e.path === ep_spec.path);
95
101
  if (!surface_ep)
96
102
  continue;
@@ -126,7 +132,7 @@ export const describe_rpc_round_trip_tests = (options) => {
126
132
  }
127
133
  });
128
134
  test('all read RPC methods produce valid JSON-RPC responses (GET)', async () => {
129
- for (const ep_spec of options.rpc_endpoints) {
135
+ for (const ep_spec of rpc_endpoints_for_setup) {
130
136
  const surface_ep = test_app.surface_spec.surface.rpc_endpoints.find((e) => e.path === ep_spec.path);
131
137
  if (!surface_ep)
132
138
  continue;
@@ -1 +1 @@
1
- {"version":3,"file":"schema_generators.d.ts","sourceRoot":"../src/lib/","sources":["../../src/lib/testing/schema_generators.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAE7B;;;;;;;;GAQG;AAEH,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AACtB,OAAO,EAKN,KAAK,YAAY,EACjB,MAAM,yBAAyB,CAAC;AAIjC;;;GAGG;AACH,eAAO,MAAM,aAAa,GAAI,cAAc,CAAC,CAAC,OAAO,KAAG,MAAM,GAAG,IAShE,CAAC;AA+BF,qEAAqE;AACrE,eAAO,MAAM,oBAAoB,GAAI,OAAO,YAAY,EAAE,cAAc,CAAC,CAAC,OAAO,KAAG,OAkDnF,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,GAAI,MAAM,MAAM,EAAE,gBAAgB,CAAC,CAAC,SAAS,KAAG,MAa9E,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,GAC/B,cAAc,CAAC,CAAC,OAAO,KACrB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAkB5B,CAAC"}
1
+ {"version":3,"file":"schema_generators.d.ts","sourceRoot":"../src/lib/","sources":["../../src/lib/testing/schema_generators.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAE7B;;;;;;;;GAQG;AAEH,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AACtB,OAAO,EAKN,KAAK,YAAY,EACjB,MAAM,yBAAyB,CAAC;AAIjC;;;GAGG;AACH,eAAO,MAAM,aAAa,GAAI,cAAc,CAAC,CAAC,OAAO,KAAG,MAAM,GAAG,IAShE,CAAC;AAqDF,qEAAqE;AACrE,eAAO,MAAM,oBAAoB,GAAI,OAAO,YAAY,EAAE,cAAc,CAAC,CAAC,OAAO,KAAG,OAkDnF,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,GAAI,MAAM,MAAM,EAAE,gBAAgB,CAAC,CAAC,SAAS,KAAG,MAa9E,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,GAC/B,cAAc,CAAC,CAAC,OAAO,KACrB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAkB5B,CAAC"}
@@ -28,16 +28,34 @@ export const detect_format = (field_schema) => {
28
28
  }
29
29
  return null;
30
30
  };
31
- /** Generate a string that satisfies minLength/maxLength constraints via JSON Schema. */
31
+ /**
32
+ * Extract a candidate value from a JSON Schema `pattern` when the shape is
33
+ * a fixed-length hex character class — covers blake3 (64-char lowercase hex),
34
+ * sha256, md5, and similar digest refinements. Returns `null` when the
35
+ * pattern doesn't match the expected shape.
36
+ */
37
+ const generate_hex_pattern_value = (pattern) => {
38
+ const match = /^\^\[0-9a-f(?:A-F)?\]\{(\d+)\}\$$/.exec(pattern);
39
+ if (!match)
40
+ return null;
41
+ const n = Number(match[1]);
42
+ if (!Number.isInteger(n) || n <= 0)
43
+ return null;
44
+ return '0'.repeat(n);
45
+ };
46
+ /** Generate a string that satisfies minLength/maxLength/pattern constraints via JSON Schema. */
32
47
  const generate_valid_string = (field_schema) => {
33
48
  let min_length = 0;
34
49
  let max_length = Infinity;
50
+ let pattern = null;
35
51
  try {
36
52
  const json = z.toJSONSchema(field_schema);
37
53
  if (typeof json.minLength === 'number')
38
54
  min_length = json.minLength;
39
55
  if (typeof json.maxLength === 'number')
40
56
  max_length = json.maxLength;
57
+ if (typeof json.pattern === 'string')
58
+ pattern = json.pattern;
41
59
  }
42
60
  catch {
43
61
  // no constraints
@@ -48,6 +66,12 @@ const generate_valid_string = (field_schema) => {
48
66
  // If the base string fails, try common patterns before giving up.
49
67
  if (field_schema.safeParse(base).success)
50
68
  return base;
69
+ // Fixed-length hex refinement (blake3, sha256, etc.)
70
+ if (pattern) {
71
+ const hex = generate_hex_pattern_value(pattern);
72
+ if (hex !== null && field_schema.safeParse(hex).success)
73
+ return hex;
74
+ }
51
75
  // Absolute path refinement (e.g. DiskfilePath)
52
76
  const with_slash = '/' + base;
53
77
  if (field_schema.safeParse(with_slash).success)
@@ -1,12 +1,12 @@
1
1
  import './assert_dev_env.js';
2
2
  import type { RouteSpec } from '../http/route_spec.js';
3
- import type { AppServerContext, AppServerOptions } from '../server/app_server.js';
3
+ import type { AppServerContext } from '../server/app_server.js';
4
4
  import type { SessionOptions } from '../auth/session_cookie.js';
5
5
  import { type EventSpec } from '../realtime/sse.js';
6
6
  import type { AuditLogEvent } from '../auth/audit_log_schema.js';
7
- import { type TestApp, type TestAccount } from './app_server.js';
7
+ import { type SuiteAppOptions, type TestApp, type TestAccount } from './app_server.js';
8
8
  import { type DbFactory } from './db.js';
9
- import type { RpcEndpointSpec } from '../http/surface.js';
9
+ import { type RpcEndpointsSuiteOption } from './rpc_helpers.js';
10
10
  /** Config for a single SSE route under test. */
11
11
  export interface SseRouteTestSpec {
12
12
  /** Full HTTP path of the SSE endpoint (e.g., `'/api/tx/subscribe'`). */
@@ -39,7 +39,7 @@ export interface SseRouteTestOptions {
39
39
  /** Route spec factory — same shape as production. */
40
40
  create_route_specs: (ctx: AppServerContext) => Array<RouteSpec>;
41
41
  /** Optional overrides for `AppServerOptions`. */
42
- app_options?: Partial<Omit<AppServerOptions, 'backend' | 'session_options' | 'create_route_specs'>>;
42
+ app_options?: SuiteAppOptions;
43
43
  /** Database factories to run tests against. Default: pglite only. */
44
44
  db_factories?: Array<DbFactory>;
45
45
  /**
@@ -54,8 +54,16 @@ export interface SseRouteTestOptions {
54
54
  * dispatch `account_session_revoke_all` via RPC (the former REST route
55
55
  * `POST /api/account/sessions/revoke-all` was removed in the 2026-04-23
56
56
  * migration). Hard-fails via `require_rpc_endpoint_path` on setup.
57
+ *
58
+ * Accepts either an array (eager) or a factory
59
+ * `(ctx: AppServerContext) => Array<RpcEndpointSpec>` — the factory form
60
+ * is required when action handlers must close over the per-test
61
+ * `ctx.app_settings` / `ctx.deps`. The factory must return the same
62
+ * endpoint `path` regardless of ctx — it is invoked once at setup with
63
+ * a stub ctx for path lookup and again per-test by `create_app_server`
64
+ * for live dispatch.
57
65
  */
58
- rpc_endpoints: Array<RpcEndpointSpec>;
66
+ rpc_endpoints: RpcEndpointsSuiteOption;
59
67
  /** SSE routes to exercise. */
60
68
  routes: Array<SseRouteTestSpec>;
61
69
  }
@@ -1 +1 @@
1
- {"version":3,"file":"sse_round_trip.d.ts","sourceRoot":"../src/lib/","sources":["../../src/lib/testing/sse_round_trip.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAmB7B,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,EAAC,gBAAgB,EAAE,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AAChF,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAwB,KAAK,SAAS,EAAuB,MAAM,oBAAoB,CAAC;AAE/F,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAkB,KAAK,OAAO,EAAE,KAAK,WAAW,EAAC,MAAM,iBAAiB,CAAC;AAChF,OAAO,EAAwB,KAAK,SAAS,EAAC,MAAM,SAAS,CAAC;AAM9D,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,oBAAoB,CAAC;AAGxD,gDAAgD;AAChD,MAAM,WAAW,gBAAgB;IAChC,wEAAwE;IACxE,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,OAAO,EAAE,CAAC,GAAG,EAAE;QAAC,QAAQ,EAAE,OAAO,CAAC;QAAC,OAAO,EAAE,WAAW,CAAA;KAAC,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC3E;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAC/B;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED,8CAA8C;AAC9C,MAAM,WAAW,mBAAmB;IACnC,4CAA4C;IAC5C,eAAe,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IACxC,qDAAqD;IACrD,kBAAkB,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAChE,iDAAiD;IACjD,WAAW,CAAC,EAAE,OAAO,CACpB,IAAI,CAAC,gBAAgB,EAAE,SAAS,GAAG,iBAAiB,GAAG,oBAAoB,CAAC,CAC5E,CAAC;IACF,qEAAqE;IACrE,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAChC;;;;;OAKG;IACH,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAChD;;;;;OAKG;IACH,aAAa,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IACtC,8BAA8B;IAC9B,MAAM,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;CAChC;AAyHD;;;;;;;;GAQG;AACH,eAAO,MAAM,wBAAwB,GAAI,SAAS,mBAAmB,KAAG,IAkHvE,CAAC"}
1
+ {"version":3,"file":"sse_round_trip.d.ts","sourceRoot":"../src/lib/","sources":["../../src/lib/testing/sse_round_trip.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAmB7B,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAwB,KAAK,SAAS,EAAuB,MAAM,oBAAoB,CAAC;AAE/F,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAEN,KAAK,eAAe,EACpB,KAAK,OAAO,EACZ,KAAK,WAAW,EAChB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAwB,KAAK,SAAS,EAAC,MAAM,SAAS,CAAC;AAE9D,OAAO,EAIN,KAAK,uBAAuB,EAC5B,MAAM,kBAAkB,CAAC;AAM1B,gDAAgD;AAChD,MAAM,WAAW,gBAAgB;IAChC,wEAAwE;IACxE,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,OAAO,EAAE,CAAC,GAAG,EAAE;QAAC,QAAQ,EAAE,OAAO,CAAC;QAAC,OAAO,EAAE,WAAW,CAAA;KAAC,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC3E;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAC/B;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED,8CAA8C;AAC9C,MAAM,WAAW,mBAAmB;IACnC,4CAA4C;IAC5C,eAAe,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IACxC,qDAAqD;IACrD,kBAAkB,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAChE,iDAAiD;IACjD,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,qEAAqE;IACrE,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAChC;;;;;OAKG;IACH,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAChD;;;;;;;;;;;;;OAaG;IACH,aAAa,EAAE,uBAAuB,CAAC;IACvC,8BAA8B;IAC9B,MAAM,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;CAChC;AAyHD;;;;;;;;GAQG;AACH,eAAO,MAAM,wBAAwB,GAAI,SAAS,mBAAmB,KAAG,IA2HvE,CAAC"}
@@ -16,10 +16,10 @@ import './assert_dev_env.js';
16
16
  import { describe, test, beforeAll, afterAll, assert } from 'vitest';
17
17
  import { SSE_CONNECTED_COMMENT } from '../realtime/sse.js';
18
18
  import { ROLE_ADMIN } from '../auth/role_schema.js';
19
- import { create_test_app } from './app_server.js';
19
+ import { create_test_app, } from './app_server.js';
20
20
  import { create_pglite_factory } from './db.js';
21
21
  import { find_route_spec, pick_auth_headers } from './integration_helpers.js';
22
- import { rpc_call, require_rpc_endpoint_path } from './rpc_helpers.js';
22
+ import { rpc_call, require_rpc_endpoint_path, resolve_rpc_endpoints_for_setup, } from './rpc_helpers.js';
23
23
  import { run_migrations } from '../db/migrate.js';
24
24
  import { AUTH_MIGRATION_NS } from '../auth/migrations.js';
25
25
  import { account_session_revoke_all_action_spec } from '../auth/account_action_specs.js';
@@ -130,8 +130,11 @@ const parse_and_validate_sse_payload = (frame, event_specs, route_path) => {
130
130
  */
131
131
  export const describe_sse_route_tests = (options) => {
132
132
  // Hard-fail early so consumers see a clear setup error instead of a
133
- // confusing test failure when `rpc_endpoints` is missing.
134
- const rpc_path = require_rpc_endpoint_path(options.rpc_endpoints);
133
+ // confusing test failure when `rpc_endpoints` is missing. Factory-form
134
+ // callers are resolved with a stub ctx purely to extract the endpoint
135
+ // path; real handlers run per-test via `app_options.rpc_endpoints`.
136
+ const rpc_endpoints_for_setup = resolve_rpc_endpoints_for_setup(options.rpc_endpoints, options.session_options);
137
+ const rpc_path = require_rpc_endpoint_path(rpc_endpoints_for_setup);
135
138
  const init_schema = async (db) => {
136
139
  await run_migrations(db, [AUTH_MIGRATION_NS]);
137
140
  };
@@ -152,7 +155,10 @@ export const describe_sse_route_tests = (options) => {
152
155
  session_options: options.session_options,
153
156
  create_route_specs: options.create_route_specs,
154
157
  db,
155
- app_options: options.app_options,
158
+ app_options: {
159
+ ...options.app_options,
160
+ rpc_endpoints: options.rpc_endpoints,
161
+ },
156
162
  on_audit_event: options.on_audit_event,
157
163
  });
158
164
  authed_account = await test_app.create_account({
@@ -13,7 +13,7 @@ import type { AppServerContext, AppServerOptions } from '../server/app_server.js
13
13
  import type { RouteSpec } from '../http/route_spec.js';
14
14
  import type { RoleSchemaResult } from '../auth/role_schema.js';
15
15
  import type { DbFactory } from './db.js';
16
- import type { RpcEndpointSpec } from '../http/surface.js';
16
+ import type { RpcEndpointsSuiteOption } from './rpc_helpers.js';
17
17
  /**
18
18
  * Configuration for `describe_standard_tests`.
19
19
  */
@@ -38,8 +38,13 @@ export interface StandardTestOptions {
38
38
  * `account_verify`, `account_session_*`, `account_token_*` through the
39
39
  * RPC surface (and admin tests, when wired, drive permit grant/revoke
40
40
  * through it too).
41
+ *
42
+ * Accepts either an array (eager) or a factory
43
+ * `(ctx: AppServerContext) => Array<RpcEndpointSpec>`. Round-tripped
44
+ * to both sub-suites unchanged — see their docstrings for the full
45
+ * factory-form contract.
41
46
  */
42
- rpc_endpoints: Array<RpcEndpointSpec>;
47
+ rpc_endpoints: RpcEndpointsSuiteOption;
43
48
  /**
44
49
  * Path prefix where admin routes are mounted.
45
50
  * Default `'/api/admin'`.
@@ -1 +1 @@
1
- {"version":3,"file":"standard.d.ts","sourceRoot":"../src/lib/","sources":["../../src/lib/testing/standard.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAE7B;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAC,gBAAgB,EAAE,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AAChF,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,wBAAwB,CAAC;AAC7D,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,SAAS,CAAC;AAGvC,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,oBAAoB,CAAC;AAExD;;GAEG;AACH,MAAM,WAAW,mBAAmB;IACnC,4CAA4C;IAC5C,eAAe,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IACxC,wDAAwD;IACxD,kBAAkB,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAChE,iDAAiD;IACjD,WAAW,CAAC,EAAE,OAAO,CACpB,IAAI,CAAC,gBAAgB,EAAE,SAAS,GAAG,iBAAiB,GAAG,oBAAoB,CAAC,CAC5E,CAAC;IACF;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAChC;;;OAGG;IACH,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB;;;;;OAKG;IACH,aAAa,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IACtC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB,GAAI,SAAS,mBAAmB,KAAG,IAStE,CAAC"}
1
+ {"version":3,"file":"standard.d.ts","sourceRoot":"../src/lib/","sources":["../../src/lib/testing/standard.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAE7B;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAC,gBAAgB,EAAE,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AAChF,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AACrD,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,wBAAwB,CAAC;AAC7D,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,SAAS,CAAC;AAGvC,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,kBAAkB,CAAC;AAE9D;;GAEG;AACH,MAAM,WAAW,mBAAmB;IACnC,4CAA4C;IAC5C,eAAe,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IACxC,wDAAwD;IACxD,kBAAkB,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAChE,iDAAiD;IACjD,WAAW,CAAC,EAAE,OAAO,CACpB,IAAI,CAAC,gBAAgB,EAAE,SAAS,GAAG,iBAAiB,GAAG,oBAAoB,CAAC,CAC5E,CAAC;IACF;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IAChC;;;OAGG;IACH,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB;;;;;;;;;;OAUG;IACH,aAAa,EAAE,uBAAuB,CAAC;IACvC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB,GAAI,SAAS,mBAAmB,KAAG,IAStE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuzdev/fuz_app",
3
- "version": "0.32.0",
3
+ "version": "0.34.0",
4
4
  "description": "fullstack app library",
5
5
  "glyph": "🗝",
6
6
  "logo": "logo.svg",