You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Performance test for OpenSearch core are failing with the exception
SyntaxError: Unexpected token ?\n'
b' at Module._compile (internal/modules/cjs/loader.js:723:23)\n'
b' at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)\n'
b' at Module.load (internal/modules/cjs/loader.js:653:32)\n'
b' at tryModuleLoad (internal/modules/cjs/loader.js:593:12)\n'
b' at Function.Module._load (internal/modules/cjs/loader.js:585:3)\n'
b' at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)\n'
b' at startup (internal/bootstrap/node.js:283:19)\n'
b' at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)\n'
To Reproduce
Steps to reproduce the behavior: Start the execution of any performance test
Expected behavior
Performance test completes successfully and returns the results
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
OS: [e.g. iOS]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
The root cause for the failure seems to be a combination of the environment and dependencies.
Infrastructure setup is done using the latest aws-cdk which is running on a node 10 environment. This configuration is causing failures similar to the ones mentioned here and here.
One of the solutions is to upgrade to node 16. With the current setup of the existing agent image we are restricted with an older node version.
Upgrading to a newer node version will help resolve this issue
Describe the bug
Performance test for OpenSearch core are failing with the exception
To Reproduce
Steps to reproduce the behavior: Start the execution of any performance test
Expected behavior
Performance test completes successfully and returns the results
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: