Skip to content

Commit

Permalink
fix test script matching
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Oct 23, 2024
1 parent 7876c73 commit 1b6320b
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 89 deletions.
3 changes: 3 additions & 0 deletions .borp.int-esm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
files:
- 'test/integration/**/*.tap.mjs'
- 'test/integration/*.test.mjs'
5 changes: 5 additions & 0 deletions .borp.int.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
files:
- 'test/integration/**/*.tap.js'
# We can't do a simple '**/*.test.js' because the "uninstrumented" suite
# includes a `node_modules` directory that includes several `.tests.js` files.
- 'test/integration/*.test.js'
46 changes: 8 additions & 38 deletions THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic
* [lint-staged](#lint-staged)
* [lockfile-lint](#lockfile-lint)
* [nock](#nock)
* [proxy](#proxy)
* [proxyquire](#proxyquire)
* [rimraf](#rimraf)
* [self-cert](#self-cert)
Expand All @@ -93,7 +92,7 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic

### @grpc/grpc-js

This product includes source derived from [@grpc/grpc-js](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js) ([v1.11.3](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/tree/v1.11.3)), distributed under the [Apache-2.0 License](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/blob/v1.11.3/LICENSE):
This product includes source derived from [@grpc/grpc-js](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js) ([v1.12.2](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/tree/v1.12.2)), distributed under the [Apache-2.0 License](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/blob/v1.12.2/LICENSE):

```
Apache License
Expand Down Expand Up @@ -1043,7 +1042,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

### winston-transport

This product includes source derived from [winston-transport](https://github.com/winstonjs/winston-transport) ([v4.7.1](https://github.com/winstonjs/winston-transport/tree/v4.7.1)), distributed under the [MIT License](https://github.com/winstonjs/winston-transport/blob/v4.7.1/LICENSE):
This product includes source derived from [winston-transport](https://github.com/winstonjs/winston-transport) ([v4.8.0](https://github.com/winstonjs/winston-transport/tree/v4.8.0)), distributed under the [MIT License](https://github.com/winstonjs/winston-transport/blob/v4.8.0/LICENSE):

```
The MIT License (MIT)
Expand Down Expand Up @@ -1076,7 +1075,7 @@ SOFTWARE.

### @aws-sdk/client-s3

This product includes source derived from [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3) ([v3.658.1](https://github.com/aws/aws-sdk-js-v3/tree/v3.658.1)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.658.1/LICENSE):
This product includes source derived from [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3) ([v3.676.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.676.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.676.0/LICENSE):

```
Apache License
Expand Down Expand Up @@ -1285,7 +1284,7 @@ This product includes source derived from [@aws-sdk/client-s3](https://github.co

### @aws-sdk/s3-request-presigner

This product includes source derived from [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3) ([v3.658.1](https://github.com/aws/aws-sdk-js-v3/tree/v3.658.1)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.658.1/LICENSE):
This product includes source derived from [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3) ([v3.676.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.676.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.676.0/LICENSE):

```
Apache License
Expand Down Expand Up @@ -2208,7 +2207,7 @@ THE SOFTWARE.

### @slack/bolt

This product includes source derived from [@slack/bolt](https://github.com/slackapi/bolt) ([v3.21.4](https://github.com/slackapi/bolt/tree/v3.21.4)), distributed under the [MIT License](https://github.com/slackapi/bolt/blob/v3.21.4/LICENSE):
This product includes source derived from [@slack/bolt](https://github.com/slackapi/bolt) ([v3.22.0](https://github.com/slackapi/bolt/tree/v3.22.0)), distributed under the [MIT License](https://github.com/slackapi/bolt/blob/v3.22.0/LICENSE):

```
The MIT License (MIT)
Expand Down Expand Up @@ -2922,7 +2921,7 @@ This product includes source derived from [aws-sdk](https://github.com/aws/aws-s

### borp

This product includes source derived from [borp](https://github.com/mcollina/borp) ([v0.17.0](https://github.com/mcollina/borp/tree/v0.17.0)), distributed under the [MIT License](https://github.com/mcollina/borp/blob/v0.17.0/LICENSE):
This product includes source derived from [borp](https://github.com/mcollina/borp) ([v0.18.0](https://github.com/mcollina/borp/tree/v0.18.0)), distributed under the [MIT License](https://github.com/mcollina/borp/blob/v0.18.0/LICENSE):

```
MIT License
Expand Down Expand Up @@ -3372,7 +3371,7 @@ THE SOFTWARE.

### express

This product includes source derived from [express](https://github.com/expressjs/express) ([v4.21.0](https://github.com/expressjs/express/tree/v4.21.0)), distributed under the [MIT License](https://github.com/expressjs/express/blob/v4.21.0/LICENSE):
This product includes source derived from [express](https://github.com/expressjs/express) ([v4.21.1](https://github.com/expressjs/express/tree/v4.21.1)), distributed under the [MIT License](https://github.com/expressjs/express/blob/v4.21.1/LICENSE):

```
(The MIT License)
Expand Down Expand Up @@ -3508,7 +3507,7 @@ SOFTWARE.

### jsdoc

This product includes source derived from [jsdoc](https://github.com/jsdoc/jsdoc) ([v4.0.3](https://github.com/jsdoc/jsdoc/tree/v4.0.3)), distributed under the [Apache-2.0 License](https://github.com/jsdoc/jsdoc/blob/v4.0.3/LICENSE.md):
This product includes source derived from [jsdoc](https://github.com/jsdoc/jsdoc) ([v4.0.4](https://github.com/jsdoc/jsdoc/tree/v4.0.4)), distributed under the [Apache-2.0 License](https://github.com/jsdoc/jsdoc/blob/v4.0.4/LICENSE.md):

```
# License
Expand Down Expand Up @@ -3947,35 +3946,6 @@ SOFTWARE.
```

### proxy

This product includes source derived from [proxy](https://github.com/TooTallNate/proxy-agents) ([v2.2.0](https://github.com/TooTallNate/proxy-agents/tree/v2.2.0)), distributed under the [MIT License](https://github.com/TooTallNate/proxy-agents/blob/v2.2.0/LICENSE):

```
(The MIT License)
Copyright (c) 2013 Nathan Rajlich <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```

### proxyquire

This product includes source derived from [proxyquire](https://github.com/thlorenz/proxyquire) ([v1.8.0](https://github.com/thlorenz/proxyquire/tree/v1.8.0)), distributed under the [MIT License](https://github.com/thlorenz/proxyquire/blob/v1.8.0/LICENSE):
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
"bench": "node ./bin/run-bench.js",
"docker-env": "./bin/docker-env-vars.sh",
"docs": "rm -rf ./out && jsdoc -c ./jsdoc-conf.jsonc --private -r .",
"integration": "npm run prepare-test && npm run sub-install && time c8 -o ./coverage/integration borp --timeout 600000 --reporter ./test/lib/test-reporter.mjs 'test/integration/**/*.tap.js'",
"integration:esm": "NODE_OPTIONS='--loader=./esm-loader.mjs' time c8 -o ./coverage/integration-esm borp --reporter ./test/lib/test-reporter.mjs 'test/integration/**/*.tap.mjs'",
"integration": "npm run prepare-test && npm run sub-install && BORP_CONF_FILE=.borp.int.yaml time c8 -o ./coverage/integration borp --timeout 600000 --reporter ./test/lib/test-reporter.mjs",
"integration:esm": "NODE_OPTIONS='--loader=./esm-loader.mjs' BORP_CONF_FILE=.borp.int-esm.yaml time c8 -o ./coverage/integration-esm borp --reporter ./test/lib/test-reporter.mjs",
"prepare-test": "npm run ssl && npm run docker-env",
"lint": "eslint ./*.{js,mjs} lib test bin",
"lint:fix": "eslint --fix, ./*.{js,mjs} lib test bin",
Expand Down Expand Up @@ -230,7 +230,7 @@
"ajv": "^6.12.6",
"async": "^3.2.4",
"aws-sdk": "^2.1604.0",
"borp": "^0.17.0",
"borp": "^0.18.0",
"c8": "^8.0.1",
"clean-jsdoc-theme": "^4.2.18",
"commander": "^7.0.0",
Expand Down
82 changes: 34 additions & 48 deletions third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Mon Sep 30 2024 10:50:22 GMT-0400 (Eastern Daylight Time)",
"lastUpdated": "Wed Oct 23 2024 13:21:04 GMT-0400 (Eastern Daylight Time)",
"projectName": "New Relic Node Agent",
"projectUrl": "https://github.com/newrelic/node-newrelic",
"includeOptDeps": true,
Expand Down Expand Up @@ -44,15 +44,15 @@
},
"includeDev": true,
"dependencies": {
"@grpc/grpc-js@1.11.3": {
"@grpc/grpc-js@1.12.2": {
"name": "@grpc/grpc-js",
"version": "1.11.3",
"version": "1.12.2",
"range": "^1.9.4",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",
"versionedRepoUrl": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/tree/v1.11.3",
"versionedRepoUrl": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/tree/v1.12.2",
"licenseFile": "node_modules/@grpc/grpc-js/LICENSE",
"licenseUrl": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/blob/v1.11.3/LICENSE",
"licenseUrl": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/blob/v1.12.2/LICENSE",
"licenseTextSource": "file",
"publisher": "Google Inc."
},
Expand Down Expand Up @@ -211,43 +211,43 @@
"licenseTextSource": "file",
"publisher": "GitHub Inc."
},
"winston-transport@4.7.1": {
"winston-transport@4.8.0": {
"name": "winston-transport",
"version": "4.7.1",
"version": "4.8.0",
"range": "^4.5.0",
"licenses": "MIT",
"repoUrl": "https://github.com/winstonjs/winston-transport",
"versionedRepoUrl": "https://github.com/winstonjs/winston-transport/tree/v4.7.1",
"versionedRepoUrl": "https://github.com/winstonjs/winston-transport/tree/v4.8.0",
"licenseFile": "node_modules/winston-transport/LICENSE",
"licenseUrl": "https://github.com/winstonjs/winston-transport/blob/v4.7.1/LICENSE",
"licenseUrl": "https://github.com/winstonjs/winston-transport/blob/v4.8.0/LICENSE",
"licenseTextSource": "file",
"publisher": "Charlie Robbins",
"email": "[email protected]"
}
},
"devDependencies": {
"@aws-sdk/client-s3@3.658.1": {
"@aws-sdk/client-s3@3.676.0": {
"name": "@aws-sdk/client-s3",
"version": "3.658.1",
"version": "3.676.0",
"range": "^3.556.0",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/aws/aws-sdk-js-v3",
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js-v3/tree/v3.658.1",
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js-v3/tree/v3.676.0",
"licenseFile": "node_modules/@aws-sdk/client-s3/LICENSE",
"licenseUrl": "https://github.com/aws/aws-sdk-js-v3/blob/v3.658.1/LICENSE",
"licenseUrl": "https://github.com/aws/aws-sdk-js-v3/blob/v3.676.0/LICENSE",
"licenseTextSource": "file",
"publisher": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/javascript/"
},
"@aws-sdk/s3-request-presigner@3.658.1": {
"@aws-sdk/s3-request-presigner@3.676.0": {
"name": "@aws-sdk/s3-request-presigner",
"version": "3.658.1",
"version": "3.676.0",
"range": "^3.556.0",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/aws/aws-sdk-js-v3",
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js-v3/tree/v3.658.1",
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js-v3/tree/v3.676.0",
"licenseFile": "node_modules/@aws-sdk/s3-request-presigner/LICENSE",
"licenseUrl": "https://github.com/aws/aws-sdk-js-v3/blob/v3.658.1/LICENSE",
"licenseUrl": "https://github.com/aws/aws-sdk-js-v3/blob/v3.676.0/LICENSE",
"licenseTextSource": "file",
"publisher": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/javascript/"
Expand Down Expand Up @@ -327,15 +327,15 @@
"licenseUrl": "https://github.com/octokit/rest.js/blob/v18.12.0/LICENSE",
"licenseTextSource": "file"
},
"@slack/bolt@3.21.4": {
"@slack/bolt@3.22.0": {
"name": "@slack/bolt",
"version": "3.21.4",
"version": "3.22.0",
"range": "^3.7.0",
"licenses": "MIT",
"repoUrl": "https://github.com/slackapi/bolt",
"versionedRepoUrl": "https://github.com/slackapi/bolt/tree/v3.21.4",
"versionedRepoUrl": "https://github.com/slackapi/bolt/tree/v3.22.0",
"licenseFile": "node_modules/@slack/bolt/LICENSE",
"licenseUrl": "https://github.com/slackapi/bolt/blob/v3.21.4/LICENSE",
"licenseUrl": "https://github.com/slackapi/bolt/blob/v3.22.0/LICENSE",
"licenseTextSource": "file",
"publisher": "Slack Technologies, LLC"
},
Expand Down Expand Up @@ -402,15 +402,15 @@
"publisher": "Amazon Web Services",
"url": "https://aws.amazon.com/"
},
"borp@0.17.0": {
"borp@0.18.0": {
"name": "borp",
"version": "0.17.0",
"range": "^0.17.0",
"version": "0.18.0",
"range": "^0.18.0",
"licenses": "MIT",
"repoUrl": "https://github.com/mcollina/borp",
"versionedRepoUrl": "https://github.com/mcollina/borp/tree/v0.17.0",
"versionedRepoUrl": "https://github.com/mcollina/borp/tree/v0.18.0",
"licenseFile": "node_modules/borp/LICENSE",
"licenseUrl": "https://github.com/mcollina/borp/blob/v0.17.0/LICENSE",
"licenseUrl": "https://github.com/mcollina/borp/blob/v0.18.0/LICENSE",
"licenseTextSource": "file",
"publisher": "Matteo Collina",
"email": "[email protected]"
Expand Down Expand Up @@ -544,15 +544,15 @@
"publisher": "Nicholas C. Zakas",
"email": "[email protected]"
},
"[email protected].0": {
"[email protected].1": {
"name": "express",
"version": "4.21.0",
"version": "4.21.1",
"range": "*",
"licenses": "MIT",
"repoUrl": "https://github.com/expressjs/express",
"versionedRepoUrl": "https://github.com/expressjs/express/tree/v4.21.0",
"versionedRepoUrl": "https://github.com/expressjs/express/tree/v4.21.1",
"licenseFile": "node_modules/express/LICENSE",
"licenseUrl": "https://github.com/expressjs/express/blob/v4.21.0/LICENSE",
"licenseUrl": "https://github.com/expressjs/express/blob/v4.21.1/LICENSE",
"licenseTextSource": "file",
"publisher": "TJ Holowaychuk",
"email": "[email protected]"
Expand Down Expand Up @@ -609,15 +609,15 @@
"publisher": "Typicode",
"email": "[email protected]"
},
"[email protected].3": {
"[email protected].4": {
"name": "jsdoc",
"version": "4.0.3",
"version": "4.0.4",
"range": "^4.0.0",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/jsdoc/jsdoc",
"versionedRepoUrl": "https://github.com/jsdoc/jsdoc/tree/v4.0.3",
"versionedRepoUrl": "https://github.com/jsdoc/jsdoc/tree/v4.0.4",
"licenseFile": "node_modules/jsdoc/LICENSE.md",
"licenseUrl": "https://github.com/jsdoc/jsdoc/blob/v4.0.3/LICENSE.md",
"licenseUrl": "https://github.com/jsdoc/jsdoc/blob/v4.0.4/LICENSE.md",
"licenseTextSource": "file",
"publisher": "Michael Mathews",
"email": "[email protected]"
Expand Down Expand Up @@ -697,20 +697,6 @@
"publisher": "Pedro Teixeira",
"email": "[email protected]"
},
"[email protected]": {
"name": "proxy",
"version": "2.2.0",
"range": "^2.1.1",
"licenses": "MIT",
"repoUrl": "https://github.com/TooTallNate/proxy-agents",
"versionedRepoUrl": "https://github.com/TooTallNate/proxy-agents/tree/v2.2.0",
"licenseFile": "node_modules/proxy/LICENSE",
"licenseUrl": "https://github.com/TooTallNate/proxy-agents/blob/v2.2.0/LICENSE",
"licenseTextSource": "file",
"publisher": "Nathan Rajlich",
"email": "[email protected]",
"url": "http://n8.io/"
},
"[email protected]": {
"name": "proxyquire",
"version": "1.8.0",
Expand Down

0 comments on commit 1b6320b

Please sign in to comment.