Skip to content

Commit 422d5d9

Browse files
kriszypclaude
andcommitted
revert: remove concurrency: false — breaks Node.js v22/v26/Windows
The concurrency: false option on the suite caused "Column family already dropped!" failures on Node.js v22, v26, and Windows (all passing on main without the option). The Bun failures in #1236 are pre-existing flakes: the terminology test passes on main including all Bun shards. Closing investigation — no change needed here; re-run when Bun flakes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 791af26 commit 422d5d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrationTests/apiTests/terminology.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { awaitJobCompleted } from './utils/operations.mjs';
2020
// Resolve the CSV fixture path relative to this file so Harper can read it.
2121
const SUPPLIERS_CSV = path.join(path.dirname(fileURLToPath(import.meta.url)), 'data/Suppliers.csv');
2222

23-
suite('Terminology aliases (database / primary_key)', { concurrency: false }, (ctx) => {
23+
suite('Terminology aliases (database / primary_key)', (ctx) => {
2424
let client;
2525

2626
before(async () => {

0 commit comments

Comments
 (0)