Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UnitTest]RangeError: Maximum call stack size exceeded #676

Open
nsano-rururu opened this issue Dec 29, 2024 · 0 comments
Open

[UnitTest]RangeError: Maximum call stack size exceeded #676

nsano-rururu opened this issue Dec 29, 2024 · 0 comments
Assignees
Labels
1.8.22 bug Something isn't working
Milestone

Comments

@nsano-rururu
Copy link
Collaborator

nsano-rururu commented Dec 29, 2024

[CORP\sano2@a-2jeos6wr3a190 praeco]$ ./node_modules/.bin/vue-cli-service test:unit tests/unit/specs/alert/ConfigYamlMatrixhookshot001.spec.js 
  [                         ] 0% () WEBPACK  Compiling...

  [=========================] 98% (emitting)

 DONE  Compiled successfully in 30888ms

  [=========================] 99% (done) WEBPACK  Compiled successfully in 30888ms

 MOCHA  Testing...

 RUNTIME EXCEPTION  Exception occurred while loading your tests

  [=========================] 100% (completed)

RangeError: Maximum call stack size exceeded
    at RegExp.exec (<anonymous>)
    at retrieveSourceMapURL (/home/sano2/dkwork3/praeco1820/praeco/node_modules/source-map-support/source-map-support.js:174:21)
    at Array.<anonymous> (/home/sano2/dkwork3/praeco1820/praeco/node_modules/source-map-support/source-map-support.js:186:26)
    at /home/sano2/dkwork3/praeco1820/praeco/node_modules/source-map-support/source-map-support.js:85:24
    at mapSourcePosition (/home/sano2/dkwork3/praeco1820/praeco/node_modules/source-map-support/source-map-support.js:216:21)
    at wrapCallSite (/home/sano2/dkwork3/praeco1820/praeco/node_modules/source-map-support/source-map-support.js:397:20)
    at Function.prepareStackTrace (/home/sano2/dkwork3/praeco1820/praeco/node_modules/source-map-support/source-map-support.js:446:39)
    at maybeOverridePrepareStackTrace (node:internal/errors:141:29)
    at prepareStackTrace (node:internal/errors:115:5)
    at TestRunner.Reporter.onLoadingException (/home/sano2/dkwork3/praeco1820/praeco/node_modules/mochapack/src/runner/testRunnerReporter.ts:104:13)
    at TestRunner.emit (node:events:513:28)
    at /home/sano2/dkwork3/praeco1820/praeco/node_modules/mochapack/src/runner/TestRunner.ts:133:22
    at /home/sano2/dkwork3/praeco1820/praeco/node_modules/mochapack/src/webpack/compiler/registerReadyCallback.ts:15:7
    at Hook.eval [as callAsync] (eval at create (/home/sano2/dkwork3/praeco1820/praeco/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:50:1)
    at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (/home/sano2/dkwork3/praeco1820/praeco/node_modules/tapable/lib/Hook.js:18:14)
    at /home/sano2/dkwork3/praeco1820/praeco/node_modules/webpack/lib/Compiler.js:566:23
    at Compiler.emitRecords (/home/sano2/dkwork3/praeco1820/praeco/node_modules/webpack/lib/Compiler.js:1048:5)
    at /home/sano2/dkwork3/praeco1820/praeco/node_modules/webpack/lib/Compiler.js:556:11
    at /home/sano2/dkwork3/praeco1820/praeco/node_modules/webpack/lib/Compiler.js:1010:14
    at Hook.eval [as callAsync] (eval at create (/home/sano2/dkwork3/praeco1820/praeco/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:22:1)
    at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (/home/sano2/dkwork3/praeco1820/praeco/node_modules/tapable/lib/Hook.js:18:14)
    at /home/sano2/dkwork3/praeco1820/praeco/node_modules/webpack/lib/Compiler.js:1007:27
    at /home/sano2/dkwork3/praeco1820/praeco/node_modules/neo-async/async.js:2818:7
    at done (/home/sano2/dkwork3/praeco1820/praeco/node_modules/neo-async/async.js:3522:9)
    at Hook.eval [as callAsync] (eval at create (/home/sano2/dkwork3/praeco1820/praeco/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
    at /home/sano2/dkwork3/praeco1820/praeco/node_modules/webpack/lib/Compiler.js:834:33
    at MemoryFileSystem.writeFile (/home/sano2/dkwork3/praeco1820/praeco/node_modules/memory-fs/lib/MemoryFileSystem.js:328:9)
    at doWrite (/home/sano2/dkwork3/praeco1820/praeco/node_modules/webpack/lib/Compiler.js:820:32)
    at processMissingFile (/home/sano2/dkwork3/praeco1820/praeco/node_modules/webpack/lib/Compiler.js:934:15)
    at /home/sano2/dkwork3/praeco1820/praeco/node_modules/webpack/lib/Compiler.js:981:10
    at Immediate.<anonymous> (/home/sano2/dkwork3/praeco1820/praeco/node_modules/memory-fs/lib/MemoryFileSystem.js:282:5)
    at processImmediate (node:internal/timers:466:21)
 ERROR  Error: mochapack exited with code 1.
Error: mochapack exited with code 1.
    at ChildProcess.<anonymous> (/home/sano2/dkwork3/praeco1820/praeco/node_modules/@vue/cli-plugin-unit-mocha/index.js:86:18)
    at ChildProcess.emit (node:events:525:35)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)
@nsano-rururu nsano-rururu added the bug Something isn't working label Dec 29, 2024
@nsano-rururu nsano-rururu self-assigned this Dec 29, 2024
@nsano-rururu nsano-rururu added this to the 1.8.20 milestone Dec 29, 2024
@nsano-rururu nsano-rururu pinned this issue Dec 29, 2024
@nsano-rururu nsano-rururu removed this from the 1.8.20 milestone Dec 29, 2024
@nsano-rururu nsano-rururu unpinned this issue Dec 31, 2024
@nsano-rururu nsano-rururu modified the milestones: 2.x.x, 2.0.0 Jan 3, 2025
@nsano-rururu nsano-rururu removed this from the 2.0.0 milestone Jan 4, 2025
@nsano-rururu nsano-rururu removed the 2.0.0 label Jan 4, 2025
@nsano-rururu nsano-rururu added this to the 1.8.21 milestone Jan 16, 2025
@nsano-rururu nsano-rururu modified the milestones: 1.8.21, 1.8.22 Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.8.22 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant