-
Notifications
You must be signed in to change notification settings - Fork 646
test(package.json): use lerna run test in test:all #3148
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
Conversation
|
Error: lerna ERR! yarn run test exited 139 in '@aws-sdk/polly-request-presigner'
lerna ERR! yarn run test stdout:
$ jest
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
lerna ERR! yarn run test stderr:
PASS src/getSignedUrls.spec.ts (6.14 s)
getSignedUrl
✓ should call SignatureV4.sign (91 ms)
✓ should presign with signing region and service in context if exists (5 ms)
✓ should presign with parameters from presign options if set (3 ms)
Test Suites: 1 passed, 1 total
Tests: 3 passed, 3 total
Snapshots: 0 total
Time: 6.223 s
Ran all test suites.
Segmentation fault (core dumped)
error Command failed with exit code 139.Issue discussed upstream on jest repo at jestjs/jest#10662 |
|
Closing as jest throws segmentation fault on polly-request-presigner, which is not reproducible in workspace. |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue
Attempt to fix Out of memory error emitted by jest in #3145 (comment)
Description
Call lerna run test in test:all
Testing
CI
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.