@reventlessdev/reventless-postgres 3.0.0-alpha.2 → 3.0.0-alpha.20
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.
- package/CHANGELOG.md +141 -0
- package/README.md +83 -0
- package/lib/bs/.compiler.log +2 -2
- package/lib/bs/ReventlessPostgres.cmi +0 -0
- package/lib/bs/ReventlessPostgres.cmt +0 -0
- package/lib/bs/ReventlessPostgres.mlmap +4 -1
- package/lib/bs/compiler-info.json +2 -2
- package/lib/bs/src/DcbEventLogStorage_Postgres-ReventlessPostgres.cmi +0 -0
- package/lib/bs/src/DcbEventLogStorage_Postgres-ReventlessPostgres.cmj +0 -0
- package/lib/bs/src/DcbEventLogStorage_Postgres-ReventlessPostgres.cmt +0 -0
- package/lib/bs/src/DcbEventLogStorage_Postgres.ast +0 -0
- package/lib/bs/src/DcbEventLogStorage_Postgres.res +25 -340
- package/lib/bs/src/DcbEventLogStorage_Postgres.res.mjs +32 -348
- package/lib/bs/src/DcbEventLogStorage_Postgres_Ops-ReventlessPostgres.cmi +0 -0
- package/lib/bs/src/DcbEventLogStorage_Postgres_Ops-ReventlessPostgres.cmj +0 -0
- package/lib/bs/src/DcbEventLogStorage_Postgres_Ops-ReventlessPostgres.cmt +0 -0
- package/lib/bs/src/DcbEventLogStorage_Postgres_Ops.ast +0 -0
- package/lib/bs/src/DcbEventLogStorage_Postgres_Ops.res +350 -0
- package/lib/bs/src/DcbEventLogStorage_Postgres_Ops.res.mjs +380 -0
- package/lib/bs/src/EventLogChangeFeed-ReventlessPostgres.cmi +0 -0
- package/lib/bs/src/EventLogChangeFeed-ReventlessPostgres.cmj +0 -0
- package/lib/bs/src/EventLogChangeFeed-ReventlessPostgres.cmt +0 -0
- package/lib/bs/src/EventLogChangeFeed.ast +0 -0
- package/lib/bs/src/EventLogChangeFeed.res +184 -0
- package/lib/bs/src/EventLogChangeFeed.res.mjs +134 -0
- package/lib/bs/src/EventLogStorage_Postgres-ReventlessPostgres.cmi +0 -0
- package/lib/bs/src/EventLogStorage_Postgres-ReventlessPostgres.cmj +0 -0
- package/lib/bs/src/EventLogStorage_Postgres-ReventlessPostgres.cmt +0 -0
- package/lib/bs/src/EventLogStorage_Postgres.ast +0 -0
- package/lib/bs/src/EventLogStorage_Postgres.res +12 -170
- package/lib/bs/src/EventLogStorage_Postgres.res.mjs +20 -186
- package/lib/bs/src/EventLogStorage_Postgres_Ops-ReventlessPostgres.cmi +0 -0
- package/lib/bs/src/EventLogStorage_Postgres_Ops-ReventlessPostgres.cmj +0 -0
- package/lib/bs/src/EventLogStorage_Postgres_Ops-ReventlessPostgres.cmt +0 -0
- package/lib/bs/src/EventLogStorage_Postgres_Ops.ast +0 -0
- package/lib/bs/src/EventLogStorage_Postgres_Ops.res +180 -0
- package/lib/bs/src/EventLogStorage_Postgres_Ops.res.mjs +202 -0
- package/lib/bs/src/PgChangeFeed-ReventlessPostgres.cmi +0 -0
- package/lib/bs/src/PgChangeFeed-ReventlessPostgres.cmt +0 -0
- package/lib/bs/src/PgSchema-ReventlessPostgres.cmi +0 -0
- package/lib/bs/src/PgSchema-ReventlessPostgres.cmt +0 -0
- package/lib/bs/src/PgSchema.ast +0 -0
- package/lib/bs/src/PgSchema.res +36 -2
- package/lib/bs/src/PgSchema.res.mjs +9 -2
- package/lib/bs/src/QueryDbStorage_Postgres-ReventlessPostgres.cmi +0 -0
- package/lib/bs/src/QueryDbStorage_Postgres-ReventlessPostgres.cmj +0 -0
- package/lib/bs/src/QueryDbStorage_Postgres-ReventlessPostgres.cmt +0 -0
- package/lib/bs/src/QueryDbStorage_Postgres.ast +0 -0
- package/lib/bs/src/QueryDbStorage_Postgres.res +10 -212
- package/lib/bs/src/QueryDbStorage_Postgres.res.mjs +27 -191
- package/lib/bs/src/QueryDbStorage_Postgres_Ops-ReventlessPostgres.cmi +0 -0
- package/lib/bs/src/QueryDbStorage_Postgres_Ops-ReventlessPostgres.cmj +0 -0
- package/lib/bs/src/QueryDbStorage_Postgres_Ops-ReventlessPostgres.cmt +0 -0
- package/lib/bs/src/QueryDbStorage_Postgres_Ops.ast +0 -0
- package/lib/bs/src/QueryDbStorage_Postgres_Ops.res +229 -0
- package/lib/bs/src/QueryDbStorage_Postgres_Ops.res.mjs +222 -0
- package/lib/bs/src/QueryEnginePostgres-ReventlessPostgres.cmi +0 -0
- package/lib/bs/src/QueryEnginePostgres-ReventlessPostgres.cmt +0 -0
- package/lib/bs/src/QueryEnginePostgres.ast +0 -0
- package/lib/bs/src/QueryEnginePostgres.res +259 -0
- package/lib/bs/src/QueryEnginePostgres.res.mjs +165 -0
- package/lib/bs/tests/PostgresIntegrationTest-ReventlessPostgres.cmi +0 -0
- package/lib/bs/tests/PostgresIntegrationTest-ReventlessPostgres.cmt +0 -0
- package/lib/bs/tests/PostgresIntegrationTest.ast +0 -0
- package/lib/bs/tests/PostgresIntegrationTest.res +68 -0
- package/lib/bs/tests/PostgresIntegrationTest.res.mjs +49 -0
- package/lib/bs/tests/QueryEnginePostgresListPageTest-ReventlessPostgres.cmi +0 -0
- package/lib/bs/tests/QueryEnginePostgresListPageTest-ReventlessPostgres.cmj +0 -0
- package/lib/bs/tests/QueryEnginePostgresListPageTest-ReventlessPostgres.cmt +0 -0
- package/lib/bs/tests/QueryEnginePostgresListPageTest.ast +0 -0
- package/lib/bs/tests/QueryEnginePostgresListPageTest.res +312 -0
- package/lib/bs/tests/QueryEnginePostgresListPageTest.res.mjs +461 -0
- package/lib/ocaml/.compiler.log +2 -2
- package/lib/ocaml/DcbEventLogStorage_Postgres-ReventlessPostgres.cmi +0 -0
- package/lib/ocaml/DcbEventLogStorage_Postgres-ReventlessPostgres.cmj +0 -0
- package/lib/ocaml/DcbEventLogStorage_Postgres-ReventlessPostgres.cmt +0 -0
- package/lib/ocaml/DcbEventLogStorage_Postgres.ast +0 -0
- package/lib/ocaml/DcbEventLogStorage_Postgres.res +25 -340
- package/lib/ocaml/DcbEventLogStorage_Postgres_Ops-ReventlessPostgres.cmi +0 -0
- package/lib/ocaml/DcbEventLogStorage_Postgres_Ops-ReventlessPostgres.cmj +0 -0
- package/lib/ocaml/DcbEventLogStorage_Postgres_Ops-ReventlessPostgres.cmt +0 -0
- package/lib/ocaml/DcbEventLogStorage_Postgres_Ops.ast +0 -0
- package/lib/ocaml/DcbEventLogStorage_Postgres_Ops.res +350 -0
- package/lib/ocaml/EventLogChangeFeed-ReventlessPostgres.cmi +0 -0
- package/lib/ocaml/EventLogChangeFeed-ReventlessPostgres.cmj +0 -0
- package/lib/ocaml/EventLogChangeFeed-ReventlessPostgres.cmt +0 -0
- package/lib/ocaml/EventLogChangeFeed.ast +0 -0
- package/lib/ocaml/EventLogChangeFeed.res +184 -0
- package/lib/ocaml/EventLogStorage_Postgres-ReventlessPostgres.cmi +0 -0
- package/lib/ocaml/EventLogStorage_Postgres-ReventlessPostgres.cmj +0 -0
- package/lib/ocaml/EventLogStorage_Postgres-ReventlessPostgres.cmt +0 -0
- package/lib/ocaml/EventLogStorage_Postgres.ast +0 -0
- package/lib/ocaml/EventLogStorage_Postgres.res +12 -170
- package/lib/ocaml/EventLogStorage_Postgres_Ops-ReventlessPostgres.cmi +0 -0
- package/lib/ocaml/EventLogStorage_Postgres_Ops-ReventlessPostgres.cmj +0 -0
- package/lib/ocaml/EventLogStorage_Postgres_Ops-ReventlessPostgres.cmt +0 -0
- package/lib/ocaml/EventLogStorage_Postgres_Ops.ast +0 -0
- package/lib/ocaml/EventLogStorage_Postgres_Ops.res +180 -0
- package/lib/ocaml/PgChangeFeed-ReventlessPostgres.cmi +0 -0
- package/lib/ocaml/PgChangeFeed-ReventlessPostgres.cmt +0 -0
- package/lib/ocaml/PgSchema-ReventlessPostgres.cmi +0 -0
- package/lib/ocaml/PgSchema-ReventlessPostgres.cmt +0 -0
- package/lib/ocaml/PgSchema.ast +0 -0
- package/lib/ocaml/PgSchema.res +36 -2
- package/lib/ocaml/PostgresIntegrationTest.res +68 -0
- package/lib/ocaml/QueryDbStorage_Postgres-ReventlessPostgres.cmi +0 -0
- package/lib/ocaml/QueryDbStorage_Postgres-ReventlessPostgres.cmj +0 -0
- package/lib/ocaml/QueryDbStorage_Postgres-ReventlessPostgres.cmt +0 -0
- package/lib/ocaml/QueryDbStorage_Postgres.ast +0 -0
- package/lib/ocaml/QueryDbStorage_Postgres.res +10 -212
- package/lib/ocaml/QueryDbStorage_Postgres_Ops-ReventlessPostgres.cmi +0 -0
- package/lib/ocaml/QueryDbStorage_Postgres_Ops-ReventlessPostgres.cmj +0 -0
- package/lib/ocaml/QueryDbStorage_Postgres_Ops-ReventlessPostgres.cmt +0 -0
- package/lib/ocaml/QueryDbStorage_Postgres_Ops.ast +0 -0
- package/lib/ocaml/QueryDbStorage_Postgres_Ops.res +229 -0
- package/lib/ocaml/QueryEnginePostgres-ReventlessPostgres.cmi +0 -0
- package/lib/ocaml/QueryEnginePostgres-ReventlessPostgres.cmt +0 -0
- package/lib/ocaml/QueryEnginePostgres.ast +0 -0
- package/lib/ocaml/QueryEnginePostgres.res +259 -0
- package/lib/ocaml/QueryEnginePostgresListPageTest.res +312 -0
- package/lib/ocaml/ReventlessPostgres.cmi +0 -0
- package/lib/ocaml/ReventlessPostgres.cmt +0 -0
- package/lib/ocaml/ReventlessPostgres.mlmap +5 -0
- package/package.json +9 -9
- package/rescript.json +2 -1
- package/src/DcbEventLogStorage_Postgres.res +25 -340
- package/src/DcbEventLogStorage_Postgres.res.mjs +32 -348
- package/src/DcbEventLogStorage_Postgres_Ops.res +350 -0
- package/src/DcbEventLogStorage_Postgres_Ops.res.mjs +380 -0
- package/src/EventLogChangeFeed.res +184 -0
- package/src/EventLogChangeFeed.res.mjs +134 -0
- package/src/EventLogStorage_Postgres.res +12 -170
- package/src/EventLogStorage_Postgres.res.mjs +20 -186
- package/src/EventLogStorage_Postgres_Ops.res +180 -0
- package/src/EventLogStorage_Postgres_Ops.res.mjs +202 -0
- package/src/PgSchema.res +36 -2
- package/src/PgSchema.res.mjs +9 -2
- package/src/QueryDbStorage_Postgres.res +10 -212
- package/src/QueryDbStorage_Postgres.res.mjs +27 -191
- package/src/QueryDbStorage_Postgres_Ops.res +229 -0
- package/src/QueryDbStorage_Postgres_Ops.res.mjs +222 -0
- package/src/QueryEnginePostgres.res +259 -0
- package/src/QueryEnginePostgres.res.mjs +165 -0
- package/tests/PostgresIntegrationTest.res +68 -0
- package/tests/PostgresIntegrationTest.res.mjs +49 -0
- package/tests/QueryEnginePostgresListPageTest.res +312 -0
- package/tests/QueryEnginePostgresListPageTest.res.mjs +461 -0
- package/lib/ocaml/PostgresIntegrationTest-ReventlessPostgres.cmi +0 -0
- package/lib/ocaml/PostgresIntegrationTest-ReventlessPostgres.cmj +0 -0
- package/lib/ocaml/PostgresIntegrationTest-ReventlessPostgres.cmt +0 -0
- package/lib/ocaml/PostgresIntegrationTest.ast +0 -0
|
Binary file
|
|
@@ -233,4 +233,72 @@ switch processEnv->Dict.get("PG_URL") {
|
|
|
233
233
|
expect(again)->toBe(0)
|
|
234
234
|
})
|
|
235
235
|
})
|
|
236
|
+
|
|
237
|
+
describe("classic change feed (event_log, B2.5)", () => {
|
|
238
|
+
testPromise("drains classic events in commit order, with fields, then checkpoints", async () => {
|
|
239
|
+
let (_n, ops, _s) = EventLogStorage_Postgres.makeStorage(~pool, ~name="cf-orders", ~opts)
|
|
240
|
+
let _ = await ops.append(0, "agg-1", [evJson("m0", 1), evJson("m1", 2)])
|
|
241
|
+
let _ = await ops.append(0, "agg-2", [evJson("m2", 3)])
|
|
242
|
+
|
|
243
|
+
let collected = ref([])
|
|
244
|
+
let processed = await EventLogChangeFeed.drain(
|
|
245
|
+
pool,
|
|
246
|
+
~logName="cf-orders",
|
|
247
|
+
~subscriber="cf-sub",
|
|
248
|
+
~handle=async evs => collected := collected.contents->Array.concat(evs),
|
|
249
|
+
)
|
|
250
|
+
expect(processed)->toBe(3)
|
|
251
|
+
expect(collected.contents->Array.length)->toBe(3)
|
|
252
|
+
|
|
253
|
+
// Fields round-trip from the stored row.
|
|
254
|
+
let first = collected.contents->Array.getUnsafe(0)
|
|
255
|
+
expect(first.aggregateId)->toBe("agg-1")
|
|
256
|
+
expect(first.seqNr)->toBe(0)
|
|
257
|
+
expect(first.msgId)->toEqual(Some("m0"))
|
|
258
|
+
|
|
259
|
+
// Cursors are strictly increasing in drain order.
|
|
260
|
+
let cursors = collected.contents->Array.map(e => e.cursor)
|
|
261
|
+
let increasing = ref(true)
|
|
262
|
+
for i in 1 to cursors->Array.length - 1 {
|
|
263
|
+
if cursors->Array.getUnsafe(i) <= cursors->Array.getUnsafe(i - 1) {
|
|
264
|
+
increasing := false
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
expect(increasing.contents)->toBe(true)
|
|
268
|
+
|
|
269
|
+
// Second drain from the saved checkpoint sees nothing new.
|
|
270
|
+
let again = await EventLogChangeFeed.drain(
|
|
271
|
+
pool,
|
|
272
|
+
~logName="cf-orders",
|
|
273
|
+
~subscriber="cf-sub",
|
|
274
|
+
~handle=async _ => (),
|
|
275
|
+
)
|
|
276
|
+
expect(again)->toBe(0)
|
|
277
|
+
})
|
|
278
|
+
|
|
279
|
+
testPromise("concurrent appends across aggregates: every event drained exactly once", async () => {
|
|
280
|
+
let (_n, ops, _s) = EventLogStorage_Postgres.makeStorage(~pool, ~name="cf-concurrent", ~opts)
|
|
281
|
+
let n = 20
|
|
282
|
+
// One event per aggregate, all dispatched before awaiting — genuinely
|
|
283
|
+
// concurrent on the pool, so global_seq is assigned in interleaved/undefined
|
|
284
|
+
// commit order. The xmin fence must still drain every event exactly once.
|
|
285
|
+
let promises =
|
|
286
|
+
Array.make(~length=n, 0)->Array.mapWithIndex((_, i) =>
|
|
287
|
+
ops.append(0, "agg-" ++ Int.toString(i), [evJson("m" ++ Int.toString(i), i)])
|
|
288
|
+
)
|
|
289
|
+
let _ = await Promise.all(promises)
|
|
290
|
+
|
|
291
|
+
let collected = ref([])
|
|
292
|
+
let _ = await EventLogChangeFeed.drain(
|
|
293
|
+
pool,
|
|
294
|
+
~logName="cf-concurrent",
|
|
295
|
+
~subscriber="cf-conc-sub",
|
|
296
|
+
~handle=async evs => collected := collected.contents->Array.concat(evs),
|
|
297
|
+
)
|
|
298
|
+
// No skips: all N events present. No dupes: N distinct cursors.
|
|
299
|
+
expect(collected.contents->Array.length)->toBe(n)
|
|
300
|
+
let distinctCursors = collected.contents->Array.map(e => e.cursor)->Set.fromArray
|
|
301
|
+
expect(distinctCursors->Set.size)->toBe(n)
|
|
302
|
+
})
|
|
303
|
+
})
|
|
236
304
|
}
|
|
@@ -6,6 +6,7 @@ import * as Message$ReventlessCore from "@reventlessdev/reventless-core/src/Mess
|
|
|
6
6
|
import * as PgDriver$ReventlessPostgres from "../src/PgDriver.res.mjs";
|
|
7
7
|
import * as PgSchema$ReventlessPostgres from "../src/PgSchema.res.mjs";
|
|
8
8
|
import * as PgChangeFeed$ReventlessPostgres from "../src/PgChangeFeed.res.mjs";
|
|
9
|
+
import * as EventLogChangeFeed$ReventlessPostgres from "../src/EventLogChangeFeed.res.mjs";
|
|
9
10
|
import * as EventLogStorage_Postgres$ReventlessPostgres from "../src/EventLogStorage_Postgres.res.mjs";
|
|
10
11
|
import * as DcbEventLogStorage_Postgres$ReventlessPostgres from "../src/DcbEventLogStorage_Postgres.res.mjs";
|
|
11
12
|
|
|
@@ -313,6 +314,54 @@ if (url !== undefined) {
|
|
|
313
314
|
globalThis.expect(again).toBe(0);
|
|
314
315
|
});
|
|
315
316
|
});
|
|
317
|
+
globalThis.describe("classic change feed (event_log, B2.5)", () => {
|
|
318
|
+
globalThis.test("drains classic events in commit order, with fields, then checkpoints", async () => {
|
|
319
|
+
let match = EventLogStorage_Postgres$ReventlessPostgres.makeStorage(pool, "cf-orders", opts, undefined);
|
|
320
|
+
let ops = match[1];
|
|
321
|
+
await ops.append(0, "agg-1", [
|
|
322
|
+
evJson("m0", 1),
|
|
323
|
+
evJson("m1", 2)
|
|
324
|
+
]);
|
|
325
|
+
await ops.append(0, "agg-2", [evJson("m2", 3)]);
|
|
326
|
+
let collected = {
|
|
327
|
+
contents: []
|
|
328
|
+
};
|
|
329
|
+
let processed = await EventLogChangeFeed$ReventlessPostgres.drain(pool, "cf-orders", "cf-sub", undefined, async evs => {
|
|
330
|
+
collected.contents = collected.contents.concat(evs);
|
|
331
|
+
});
|
|
332
|
+
globalThis.expect(processed).toBe(3);
|
|
333
|
+
globalThis.expect(collected.contents.length).toBe(3);
|
|
334
|
+
let first = collected.contents[0];
|
|
335
|
+
globalThis.expect(first.aggregateId).toBe("agg-1");
|
|
336
|
+
globalThis.expect(first.seqNr).toBe(0);
|
|
337
|
+
globalThis.expect(first.msgId).toEqual("m0");
|
|
338
|
+
let cursors = collected.contents.map(e => e.cursor);
|
|
339
|
+
let increasing = true;
|
|
340
|
+
for (let i = 1, i_finish = cursors.length; i < i_finish; ++i) {
|
|
341
|
+
if (cursors[i] <= cursors[i - 1 | 0]) {
|
|
342
|
+
increasing = false;
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
globalThis.expect(increasing).toBe(true);
|
|
346
|
+
let again = await EventLogChangeFeed$ReventlessPostgres.drain(pool, "cf-orders", "cf-sub", undefined, async param => {});
|
|
347
|
+
globalThis.expect(again).toBe(0);
|
|
348
|
+
});
|
|
349
|
+
globalThis.test("concurrent appends across aggregates: every event drained exactly once", async () => {
|
|
350
|
+
let match = EventLogStorage_Postgres$ReventlessPostgres.makeStorage(pool, "cf-concurrent", opts, undefined);
|
|
351
|
+
let ops = match[1];
|
|
352
|
+
let promises = Stdlib_Array.make(20, 0).map((param, i) => ops.append(0, "agg-" + i.toString(), [evJson("m" + i.toString(), i)]));
|
|
353
|
+
await Promise.all(promises);
|
|
354
|
+
let collected = {
|
|
355
|
+
contents: []
|
|
356
|
+
};
|
|
357
|
+
await EventLogChangeFeed$ReventlessPostgres.drain(pool, "cf-concurrent", "cf-conc-sub", undefined, async evs => {
|
|
358
|
+
collected.contents = collected.contents.concat(evs);
|
|
359
|
+
});
|
|
360
|
+
globalThis.expect(collected.contents.length).toBe(20);
|
|
361
|
+
let distinctCursors = new Set(collected.contents.map(e => e.cursor));
|
|
362
|
+
globalThis.expect(distinctCursors.size).toBe(20);
|
|
363
|
+
});
|
|
364
|
+
});
|
|
316
365
|
} else {
|
|
317
366
|
globalThis.test("Postgres integration (skipped — set PG_URL to run)", () => {
|
|
318
367
|
globalThis.expect(true).toBe(true);
|
|
Binary file
|
|
@@ -0,0 +1,312 @@
|
|
|
1
|
+
// Parity harness for the Postgres connection-list push-down (B3.2a-1).
|
|
2
|
+
//
|
|
3
|
+
// `QueryEnginePostgres.listPage` builds `item->>'field'` predicates + keyset
|
|
4
|
+
// WHERE + ORDER BY … LIMIT to serve a page without materialising the whole read
|
|
5
|
+
// model. Its result MUST equal `QueryDbListQuery.run` (the shared spec in
|
|
6
|
+
// reventless-core that the in-memory backend, the SQLite push-down, and the
|
|
7
|
+
// resolver fallback all use) for every shape it claims to handle. This is the
|
|
8
|
+
// Postgres twin of reventless-local's `QueryDbListPushdownParityTest` — same
|
|
9
|
+
// capability, same rows, same (data, args) matrix — so all three backends are
|
|
10
|
+
// held to one spec.
|
|
11
|
+
//
|
|
12
|
+
// Skipped unless PG_URL is set (like PostgresIntegrationTest), so the default
|
|
13
|
+
// `pnpm test` stays dependency-free. Run with e.g.:
|
|
14
|
+
// PG_URL=postgres://postgres:postgres@localhost:5432/postgres pnpm test
|
|
15
|
+
|
|
16
|
+
open JestGlobals
|
|
17
|
+
open ReventlessCore
|
|
18
|
+
|
|
19
|
+
@val external processEnv: dict<string> = "process.env"
|
|
20
|
+
|
|
21
|
+
let capability: GraphQL_FragmentGenerator.serverCapability = {
|
|
22
|
+
filterFields: [
|
|
23
|
+
{name: "status", gqlType: "String", range: false},
|
|
24
|
+
{name: "qty", gqlType: "Int", range: true},
|
|
25
|
+
],
|
|
26
|
+
sortFields: ["name", "qty", "status"],
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
let mk = (id, status, name, qty) => {
|
|
30
|
+
let o = Dict.make()
|
|
31
|
+
o->Dict.set("id", JSON.Encode.string(id))
|
|
32
|
+
o->Dict.set("status", JSON.Encode.string(status))
|
|
33
|
+
o->Dict.set("name", JSON.Encode.string(name))
|
|
34
|
+
o->Dict.set("qty", JSON.Encode.int(qty))
|
|
35
|
+
JSON.Encode.object(o)
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// Names differ from id-order; status has duplicates (tiebreak); qty exercises the
|
|
39
|
+
// numeric-field-as-string comparison the push-down must match.
|
|
40
|
+
let rows = [
|
|
41
|
+
("p-1", "active", "Charlie", 3),
|
|
42
|
+
("p-2", "active", "Alpha", 1),
|
|
43
|
+
("p-3", "inactive", "Echo", 5),
|
|
44
|
+
("p-4", "active", "Bravo", 2),
|
|
45
|
+
("p-5", "inactive", "Delta", 4),
|
|
46
|
+
]
|
|
47
|
+
|
|
48
|
+
// The exact items seeded, in memory — the spec runs over these (equivalent to a
|
|
49
|
+
// full scan of the table, since every save upserts one of these by id).
|
|
50
|
+
let seededItems = rows->Array.map(((id, status, name, qty)) => mk(id, status, name, qty))
|
|
51
|
+
|
|
52
|
+
// ── normalise a connection to a comparable value ────────────────────────────
|
|
53
|
+
type normEdge = {id: string, cursor: string}
|
|
54
|
+
type normConn = {
|
|
55
|
+
edges: array<normEdge>,
|
|
56
|
+
hasNext: bool,
|
|
57
|
+
hasPrev: bool,
|
|
58
|
+
startCursor: option<string>,
|
|
59
|
+
endCursor: option<string>,
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
let field = (j, k) => j->JSON.Decode.object->Option.flatMap(d => d->Dict.get(k))
|
|
63
|
+
let str = (j, k) => j->field(k)->Option.flatMap(JSON.Decode.string)
|
|
64
|
+
|
|
65
|
+
let norm = (conn: JSON.t): normConn => {
|
|
66
|
+
let edges =
|
|
67
|
+
conn
|
|
68
|
+
->field("edges")
|
|
69
|
+
->Option.flatMap(JSON.Decode.array)
|
|
70
|
+
->Option.getOr([])
|
|
71
|
+
->Array.map(e => {
|
|
72
|
+
id: e->field("node")->Option.flatMap(n => n->str("id"))->Option.getOr(""),
|
|
73
|
+
cursor: e->str("cursor")->Option.getOr(""),
|
|
74
|
+
})
|
|
75
|
+
let pi = conn->field("pageInfo")->Option.getOr(JSON.Encode.null)
|
|
76
|
+
{
|
|
77
|
+
edges,
|
|
78
|
+
hasNext: pi->field("hasNextPage")->Option.flatMap(JSON.Decode.bool)->Option.getOr(false),
|
|
79
|
+
hasPrev: pi->field("hasPreviousPage")->Option.flatMap(JSON.Decode.bool)->Option.getOr(false),
|
|
80
|
+
startCursor: pi->str("startCursor"),
|
|
81
|
+
endCursor: pi->str("endCursor"),
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
let argsOf = (entries: array<(string, JSON.t)>): dict<JSON.t> => Dict.fromArray(entries)
|
|
86
|
+
let filterOf = (entries: array<(string, JSON.t)>): JSON.t =>
|
|
87
|
+
JSON.Encode.object(Dict.fromArray(entries))
|
|
88
|
+
let orderBy = (f, dir) =>
|
|
89
|
+
JSON.Encode.object(
|
|
90
|
+
Dict.fromArray([("field", JSON.Encode.string(f)), ("direction", JSON.Encode.string(dir))]),
|
|
91
|
+
)
|
|
92
|
+
let cur = QueryDbListQuery.encodeCursor
|
|
93
|
+
|
|
94
|
+
let expectedFor = argsDict =>
|
|
95
|
+
QueryDbListQuery.run(
|
|
96
|
+
~items=seededItems,
|
|
97
|
+
~argsDict,
|
|
98
|
+
~capability,
|
|
99
|
+
~labelField="name",
|
|
100
|
+
~decodeLocalId=_ => None,
|
|
101
|
+
)->norm
|
|
102
|
+
|
|
103
|
+
switch processEnv->Dict.get("PG_URL") {
|
|
104
|
+
| None =>
|
|
105
|
+
testSync("Postgres list push-down parity (skipped — set PG_URL to run)", () =>
|
|
106
|
+
expect(true)->toBe(true)
|
|
107
|
+
)
|
|
108
|
+
| Some(url) =>
|
|
109
|
+
let pool = PgDriver.makePool({connectionString: url})
|
|
110
|
+
module Eng = QueryEnginePostgres.Make({
|
|
111
|
+
let pool = pool
|
|
112
|
+
})
|
|
113
|
+
let name = "listparity"
|
|
114
|
+
|
|
115
|
+
// Seed via the real storage ops (upsert by id → table converges to the 5 rows).
|
|
116
|
+
beforeAllAsync(async () => {
|
|
117
|
+
let ops = QueryDbStorage_Postgres.makeOperations(~pool, ~name, ~indexes=[], ~subIdField=None)
|
|
118
|
+
for i in 0 to rows->Array.length - 1 {
|
|
119
|
+
let (id, status, nm, qty) = rows->Array.getUnsafe(i)
|
|
120
|
+
let _ = await ops.save(id, mk(id, status, nm, qty), QueryDb.Any, None)
|
|
121
|
+
}
|
|
122
|
+
})
|
|
123
|
+
afterAll(() => {
|
|
124
|
+
let _ = pool->PgDriver.endPool
|
|
125
|
+
})
|
|
126
|
+
|
|
127
|
+
// Assert the push-down serves this shape AND matches the spec exactly.
|
|
128
|
+
let checkPushed = async (~label, args) => {
|
|
129
|
+
let argsDict = argsOf(args)
|
|
130
|
+
switch await Eng.listPage(~readModelName=name, ~argsDict, ~capability, ~labelField="name") {
|
|
131
|
+
| Some(actual) => expect(actual->norm)->toEqual(expectedFor(argsDict))
|
|
132
|
+
| None => expect("push-down for " ++ label)->toBe("returned None")
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// Assert the push-down declines this shape (resolver falls back to the spec).
|
|
137
|
+
let checkFallback = async args => {
|
|
138
|
+
let r = await Eng.listPage(~readModelName=name, ~argsDict=argsOf(args), ~capability, ~labelField="name")
|
|
139
|
+
expect(r->Option.isSome)->toBe(false)
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
describe("QueryDb list push-down parity (Postgres ≡ QueryDbListQuery spec)", () => {
|
|
143
|
+
testPromise("bare page", () => checkPushed(~label="bare", []))
|
|
144
|
+
testPromise("first:2", () => checkPushed(~label="first", [("first", JSON.Encode.int(2))]))
|
|
145
|
+
testPromise("first:2 + after", () =>
|
|
146
|
+
checkPushed(
|
|
147
|
+
~label="after",
|
|
148
|
+
[("first", JSON.Encode.int(2)), ("after", JSON.Encode.string(cur("p-2")))],
|
|
149
|
+
)
|
|
150
|
+
)
|
|
151
|
+
testPromise("statusEq active", () =>
|
|
152
|
+
checkPushed(~label="eq", [("filter", filterOf([("statusEq", JSON.Encode.string("active"))]))])
|
|
153
|
+
)
|
|
154
|
+
testPromise("statusEq active + first:2", () =>
|
|
155
|
+
checkPushed(
|
|
156
|
+
~label="eq+first",
|
|
157
|
+
[
|
|
158
|
+
("filter", filterOf([("statusEq", JSON.Encode.string("active"))])),
|
|
159
|
+
("first", JSON.Encode.int(2)),
|
|
160
|
+
],
|
|
161
|
+
)
|
|
162
|
+
)
|
|
163
|
+
testPromise("orderBy name ASC", () =>
|
|
164
|
+
checkPushed(~label="order-asc", [("orderBy", orderBy("name", "ASC"))])
|
|
165
|
+
)
|
|
166
|
+
testPromise("orderBy name DESC", () =>
|
|
167
|
+
checkPushed(~label="order-desc", [("orderBy", orderBy("name", "DESC"))])
|
|
168
|
+
)
|
|
169
|
+
testPromise("orderBy name DESC + first:2 + after", () =>
|
|
170
|
+
checkPushed(
|
|
171
|
+
~label="order-desc-after",
|
|
172
|
+
[
|
|
173
|
+
("orderBy", orderBy("name", "DESC")),
|
|
174
|
+
("first", JSON.Encode.int(2)),
|
|
175
|
+
("after", JSON.Encode.string(cur("Delta"))),
|
|
176
|
+
],
|
|
177
|
+
)
|
|
178
|
+
)
|
|
179
|
+
// status has duplicate values → exercises the id tiebreak in ORDER BY.
|
|
180
|
+
testPromise("orderBy status ASC (tiebreak by id)", () =>
|
|
181
|
+
checkPushed(~label="order-tiebreak", [("orderBy", orderBy("status", "ASC"))])
|
|
182
|
+
)
|
|
183
|
+
// qty is numeric → exercises `item->>'qty'` (text) vs Float.toString string parity.
|
|
184
|
+
testPromise("qty range From/To (numeric-as-string)", () =>
|
|
185
|
+
checkPushed(
|
|
186
|
+
~label="range",
|
|
187
|
+
[
|
|
188
|
+
(
|
|
189
|
+
"filter",
|
|
190
|
+
filterOf([("qtyFrom", JSON.Encode.string("2")), ("qtyTo", JSON.Encode.string("4"))]),
|
|
191
|
+
),
|
|
192
|
+
],
|
|
193
|
+
)
|
|
194
|
+
)
|
|
195
|
+
testPromise("orderBy qty ASC (numeric-as-string sort)", () =>
|
|
196
|
+
checkPushed(~label="order-qty", [("orderBy", orderBy("qty", "ASC"))])
|
|
197
|
+
)
|
|
198
|
+
|
|
199
|
+
// Shapes the push-down declines → resolver uses the JS fallback.
|
|
200
|
+
testPromise("search → fallback", () =>
|
|
201
|
+
checkFallback([("filter", filterOf([("search", JSON.Encode.string("alp"))]))])
|
|
202
|
+
)
|
|
203
|
+
testPromise("searchPrefix → fallback", () =>
|
|
204
|
+
checkFallback([("filter", filterOf([("searchPrefix", JSON.Encode.string("A"))]))])
|
|
205
|
+
)
|
|
206
|
+
testPromise("ids → fallback", () =>
|
|
207
|
+
checkFallback([("filter", filterOf([("ids", JSON.Encode.array([JSON.Encode.string("p-1")]))]))])
|
|
208
|
+
)
|
|
209
|
+
testPromise("backward (last/before) → fallback", () =>
|
|
210
|
+
checkFallback([("last", JSON.Encode.int(2)), ("before", JSON.Encode.string(cur("p-4")))])
|
|
211
|
+
)
|
|
212
|
+
})
|
|
213
|
+
|
|
214
|
+
// ── indexLookup / byIds push-downs ────────────────────────────────────────
|
|
215
|
+
let idsOf = (items: array<JSON.t>): array<string> =>
|
|
216
|
+
items->Array.filterMap(i => i->str("id"))->Array.toSorted(String.compare)
|
|
217
|
+
|
|
218
|
+
describe("QueryEnginePostgres index / batch push-downs", () => {
|
|
219
|
+
testPromise("indexLookup by status = active", async () => {
|
|
220
|
+
let items = await Eng.indexLookup(~readModelName=name, "status", "active")
|
|
221
|
+
expect(items->idsOf)->toEqual(["p-1", "p-2", "p-4"])
|
|
222
|
+
})
|
|
223
|
+
testPromise("indexLookup miss → empty", async () => {
|
|
224
|
+
let items = await Eng.indexLookup(~readModelName=name, "status", "nope")
|
|
225
|
+
expect(items->Array.length)->toBe(0)
|
|
226
|
+
})
|
|
227
|
+
testPromise("byIds returns matches, drops missing", async () => {
|
|
228
|
+
let items = await Eng.byIds(~readModelName=name, ["p-1", "p-3", "absent"])
|
|
229
|
+
expect(items->idsOf)->toEqual(["p-1", "p-3"])
|
|
230
|
+
})
|
|
231
|
+
testPromise("byIds [] → empty (no query)", async () => {
|
|
232
|
+
let items = await Eng.byIds(~readModelName=name, [])
|
|
233
|
+
expect(items->Array.length)->toBe(0)
|
|
234
|
+
})
|
|
235
|
+
})
|
|
236
|
+
|
|
237
|
+
// ── itemsPage (sub-id connection) ─────────────────────────────────────────
|
|
238
|
+
// A sub-id read model: partition "order-1" holds 5 lines keyed by `seq`.
|
|
239
|
+
let itemsName = "itemsparity"
|
|
240
|
+
let mkLine = seq => {
|
|
241
|
+
let o = Dict.make()
|
|
242
|
+
o->Dict.set("id", JSON.Encode.string("order-1"))
|
|
243
|
+
o->Dict.set("seq", JSON.Encode.string(seq))
|
|
244
|
+
JSON.Encode.object(o)
|
|
245
|
+
}
|
|
246
|
+
let seqs = ["a", "b", "c", "d", "e"]
|
|
247
|
+
beforeAllAsync(async () => {
|
|
248
|
+
let ops = QueryDbStorage_Postgres.makeOperations(
|
|
249
|
+
~pool,
|
|
250
|
+
~name=itemsName,
|
|
251
|
+
~indexes=[],
|
|
252
|
+
~subIdField=Some("seq"),
|
|
253
|
+
)
|
|
254
|
+
for i in 0 to seqs->Array.length - 1 {
|
|
255
|
+
let _ = await ops.save("order-1", mkLine(seqs->Array.getUnsafe(i)), QueryDb.Any, None)
|
|
256
|
+
}
|
|
257
|
+
})
|
|
258
|
+
|
|
259
|
+
// Extract node `seq` values in edge order.
|
|
260
|
+
let itemSeqs = (conn: JSON.t) =>
|
|
261
|
+
conn
|
|
262
|
+
->field("edges")
|
|
263
|
+
->Option.flatMap(JSON.Decode.array)
|
|
264
|
+
->Option.getOr([])
|
|
265
|
+
->Array.filterMap(e => e->field("node")->Option.flatMap(n => n->str("seq")))
|
|
266
|
+
|
|
267
|
+
let pageInfoBool = (conn, key) =>
|
|
268
|
+
conn->field("pageInfo")->Option.getOr(JSON.Encode.null)->field(key)->Option.flatMap(JSON.Decode.bool)->Option.getOr(false)
|
|
269
|
+
|
|
270
|
+
let itemsPage = args =>
|
|
271
|
+
Eng.itemsPage(~readModelName=itemsName, ~subIdField="seq", ~id="order-1", ~argsDict=argsOf(args))
|
|
272
|
+
|
|
273
|
+
describe("QueryEnginePostgres itemsPage (sub-id keyset)", () => {
|
|
274
|
+
testPromise("bare → all lines ASC, no next page", async () => {
|
|
275
|
+
let r = await itemsPage([])
|
|
276
|
+
expect(r->itemSeqs)->toEqual(["a", "b", "c", "d", "e"])
|
|
277
|
+
expect(pageInfoBool(r, "hasNextPage"))->toBe(false)
|
|
278
|
+
})
|
|
279
|
+
testPromise("first:2 → [a,b], hasNextPage", async () => {
|
|
280
|
+
let r = await itemsPage([("first", JSON.Encode.int(2))])
|
|
281
|
+
expect(r->itemSeqs)->toEqual(["a", "b"])
|
|
282
|
+
expect(pageInfoBool(r, "hasNextPage"))->toBe(true)
|
|
283
|
+
})
|
|
284
|
+
testPromise("first:2 after b → [c,d]", async () => {
|
|
285
|
+
let r = await itemsPage([("first", JSON.Encode.int(2)), ("after", JSON.Encode.string(cur("b")))])
|
|
286
|
+
expect(r->itemSeqs)->toEqual(["c", "d"])
|
|
287
|
+
})
|
|
288
|
+
testPromise("order DESC → [e..a]", async () => {
|
|
289
|
+
let r = await itemsPage([("filter", filterOf([("order", JSON.Encode.string("DESC"))]))])
|
|
290
|
+
expect(r->itemSeqs)->toEqual(["e", "d", "c", "b", "a"])
|
|
291
|
+
})
|
|
292
|
+
testPromise("filter eq c → [c]", async () => {
|
|
293
|
+
let r = await itemsPage([("filter", filterOf([("eq", JSON.Encode.string("c"))]))])
|
|
294
|
+
expect(r->itemSeqs)->toEqual(["c"])
|
|
295
|
+
})
|
|
296
|
+
testPromise("filter from b to d → [b,c,d]", async () => {
|
|
297
|
+
let r = await itemsPage([
|
|
298
|
+
("filter", filterOf([("from", JSON.Encode.string("b")), ("to", JSON.Encode.string("d"))])),
|
|
299
|
+
])
|
|
300
|
+
expect(r->itemSeqs)->toEqual(["b", "c", "d"])
|
|
301
|
+
})
|
|
302
|
+
testPromise("prefix c → [c]", async () => {
|
|
303
|
+
let r = await itemsPage([("filter", filterOf([("prefix", JSON.Encode.string("c"))]))])
|
|
304
|
+
expect(r->itemSeqs)->toEqual(["c"])
|
|
305
|
+
})
|
|
306
|
+
testPromise("backward last:2 before d → [b,c] (logical ASC)", async () => {
|
|
307
|
+
let r = await itemsPage([("last", JSON.Encode.int(2)), ("before", JSON.Encode.string(cur("d")))])
|
|
308
|
+
expect(r->itemSeqs)->toEqual(["b", "c"])
|
|
309
|
+
expect(pageInfoBool(r, "hasPreviousPage"))->toBe(true)
|
|
310
|
+
})
|
|
311
|
+
})
|
|
312
|
+
}
|