Skip to content

Commit 9b158d4

Browse files
07souravkundaclaude
andcommitted
test: drop internal tracker ids from download-state isolation tests
Rename the describe and strip the leading comment's internal ids so the regression suite carries no internal reference (this is a public repo whose test file also ships in the published npm tarball). No test behaviour change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 6964d17 commit 9b158d4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/local.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -464,12 +464,12 @@ describe('LocalBinary', function () {
464464
});
465465
});
466466

467-
// Regression tests for LOC-6804 (C-007): the binary-download fallback signalling
468-
// used to live on process.env, so (a) a value planted in process.env steered the
469-
// download to an arbitrary host with no validation, and (b) a failure on one Local
470-
// instance bled into every sibling instance in the same process. Both flip from
471-
// FAIL on the pre-fix code to PASS once the state is per-instance.
472-
describe('Binary download state isolation (LOC-6804)', function () {
467+
// Regression tests: the binary-download fallback signalling used to live on
468+
// process.env, so (a) a value planted in process.env steered the download to an
469+
// arbitrary host with no validation, and (b) a failure on one Local instance bled
470+
// into every sibling instance in the same process. Both flip from FAIL on the
471+
// pre-fix code to PASS once the state is per-instance.
472+
describe('Binary download state isolation', function () {
473473
var sandBox, childProcess;
474474
var Local = require('../lib/Local');
475475

0 commit comments

Comments
 (0)