Skip to content

Commit 3909e04

Browse files
committed
fix: add missing test entries to verify baseline for PR CortexReach#639 and CortexReach#665
1 parent c52ab2b commit 3909e04

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

scripts/verify-ci-test-manifest.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ const EXPECTED_BASELINE = [
5050
{ group: "core-regression", runner: "node", file: "test/embedder-cache.test.mjs" },
5151
// Issue #629 batch embedding fix
5252
{ group: "llm-clients-and-auth", runner: "node", file: "test/embedder-ollama-batch-routing.test.mjs" },
53+
// Issue #632 / PR #639 lock contention fix
54+
{ group: "core-regression", runner: "node", file: "test/upgrader-phase2-lock.test.mjs" },
55+
{ group: "core-regression", runner: "node", file: "test/upgrader-phase2-extreme.test.mjs" },
56+
// Issue #665 bulkStore tests
57+
{ group: "storage-and-schema", runner: "node", file: "test/bulk-store.test.mjs", args: ["--test"] },
58+
{ group: "storage-and-schema", runner: "node", file: "test/bulk-store-edge-cases.test.mjs", args: ["--test"] },
59+
{ group: "storage-and-schema", runner: "node", file: "test/smart-extractor-bulk-store.test.mjs", args: ["--test"] },
60+
{ group: "storage-and-schema", runner: "node", file: "test/smart-extractor-bulk-store-edge-cases.test.mjs", args: ["--test"] },
5361
];
5462

5563
function fail(message) {

0 commit comments

Comments
 (0)