test: skip strace test with shared openssl · nodejs/node@7c72a31 · GitHub
Skip to content

Commit 7c72a31

Browse files
richardlauaduh95
authored andcommitted
test: skip strace test with shared openssl
`parallel/test-strace-openat-openssl` was added to check explicitly for a list of known files that would be opened for a set workload (`require("crypto")`). This is not reliable when Node.js is linked to an external/shared OpenSSL library (e.g. it might be configured to load configuration files from a different default location and/or load more than one configuration file) so skip this test when Node.js is built in that way. PR-URL: #61987 Fixes: #61966 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 8a24c17 commit 7c72a31

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/parallel/test-strace-openat-openssl.js

Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)