Skip to content

Conversation

@mdawoud27
Copy link

@mdawoud27 mdawoud27 commented Jan 31, 2026

Fixes #65

Resolves two test failures:

  1. Fix Race Condition (worker.js): Added a callback and delay to process.send() to ensure IPC messages are flushed before the worker exits. Fixes flaky JavaScriptEvaluator stress tests.
  2. Fix Validation Error (TemplateMarkInterpreter.ts): Updated getJsonPath to ignore the top-level node name 'top', fixing incorrect JSON paths that caused ValidationException in TemplateArchiveProcessor.

Verified that all tests pass

Screenshot From 2026-01-31 11-33-35

Signed-off-by: Mohamed Dawoud [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix failing test on the main branch

1 participant