test #183
ci-workflow.yml
on: push
should_run
4s
Matrix: integration
Matrix: unit
Matrix: versioned-internal
Matrix: ci
Matrix: lint
Matrix: versioned-external
Matrix: codecov
all-clear
0s
Annotations
41 errors and 7 notices
|
lint (lts/*):
lib/collector/facts.js#L8
'env' is assigned a value but never used
|
|
lint (lts/*):
lib/utilization/gcp-info.js#L45
Trailing spaces not allowed
|
|
lint (lts/*)
Process completed with exit code 1.
|
|
only agent derived data with gcp:
test/unit/collector/facts.test.js#L453
Error [ERR_TEST_FAILURE]: Expected values to be loosely deep-equal:
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: [Object: null prototype] {
gcp: [Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
}
}
should loosely deep-equal
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: {
gcp: {
id: '3161347020215157123',
machineType: 'custom-1-1024',
name: 'aef-default-20170501t160547-7gh8',
zone: 'us-central1-c'
}
}
}
at process.emit (node:events:524:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be loosely deep-equal:
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: [Object: null prototype] {
gcp: [Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
}
}
should loosely deep-equal
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: {
gcp: {
id: '3161347020215157123',
machineType: 'custom-1-1024',
name: 'aef-default-20170501t160547-7gh8',
zone: 'us-central1-c'
}
}
}
at /home/runner/work/node-newrelic/node-newrelic/test/unit/collector/facts.test.js:453:16
at facts (/home/runner/work/node-newrelic/node-newrelic/lib/collector/facts.js:102:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { metadata_version: 5, logical_processors: 8, total_ram_mib: 2048, hostname: 'myotherhost', ip_address: [Array], vendors: [Object] },
expected: { metadata_version: 5, logical_processors: 8, total_ram_mib: 2048, hostname: 'myotherhost', ip_address: [Array], vendors: [Object] },
operator: 'deepEqual'
}
}
|
|
invalid agent derived data with gcp:
test/unit/collector/facts.test.js#L453
Error [ERR_TEST_FAILURE]: Expected values to be loosely deep-equal:
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: [Object: null prototype] {
gcp: [Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
}
}
should loosely deep-equal
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048
}
at process.emit (node:events:524:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be loosely deep-equal:
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: [Object: null prototype] {
gcp: [Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
}
}
should loosely deep-equal
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048
}
at /home/runner/work/node-newrelic/node-newrelic/test/unit/collector/facts.test.js:453:16
at facts (/home/runner/work/node-newrelic/node-newrelic/lib/collector/facts.js:102:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { metadata_version: 5, logical_processors: 8, total_ram_mib: 2048, hostname: 'myotherhost', ip_address: [Array], vendors: [Object] },
expected: { metadata_version: 5, logical_processors: 8, total_ram_mib: 2048, hostname: 'myotherhost', ip_address: [Array] },
operator: 'deepEqual'
}
}
|
|
unit (20.x)
Process completed with exit code 1.
|
|
only agent derived data with gcp:
test/unit/collector/facts.test.js#L453
Error [ERR_TEST_FAILURE]: Expected values to be loosely deep-equal:
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: [Object: null prototype] {
gcp: [Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
}
}
should loosely deep-equal
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: {
gcp: {
id: '3161347020215157123',
machineType: 'custom-1-1024',
name: 'aef-default-20170501t160547-7gh8',
zone: 'us-central1-c'
}
}
}
at process.emit (node:events:517:28) {
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be loosely deep-equal:
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: [Object: null prototype] {
gcp: [Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
}
}
should loosely deep-equal
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: {
gcp: {
id: '3161347020215157123',
machineType: 'custom-1-1024',
name: 'aef-default-20170501t160547-7gh8',
zone: 'us-central1-c'
}
}
}
at /home/runner/work/node-newrelic/node-newrelic/test/unit/collector/facts.test.js:453:16
at facts (/home/runner/work/node-newrelic/node-newrelic/lib/collector/facts.js:102:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { metadata_version: 5, logical_processors: 8, total_ram_mib: 2048, hostname: 'myotherhost', ip_address: [Array], vendors: [Object] },
expected: { metadata_version: 5, logical_processors: 8, total_ram_mib: 2048, hostname: 'myotherhost', ip_address: [Array], vendors: [Object] },
operator: 'deepEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
|
utilization facts:
test/unit/collector/facts.test.js#L271
Error [ERR_TEST_FAILURE]: Promise resolution is still pending but the event loop has already resolved
at process.emit (node:events:517:28) {
failureType: 'cancelledByParent',
cause: 'Promise resolution is still pending but the event loop has already resolved',
code: 'ERR_TEST_FAILURE'
}
|
|
boot id facts:
test/unit/collector/facts.test.js#L499
Error [ERR_TEST_FAILURE]: Promise resolution is still pending but the event loop has already resolved
at process.emit (node:events:517:28) {
failureType: 'cancelledByParent',
cause: 'Promise resolution is still pending but the event loop has already resolved',
code: 'ERR_TEST_FAILURE'
}
|
|
display_host facts:
test/unit/collector/facts.test.js#L620
Error [ERR_TEST_FAILURE]: Promise resolution is still pending but the event loop has already resolved
at process.emit (node:events:517:28) {
failureType: 'cancelledByParent',
cause: 'Promise resolution is still pending but the event loop has already resolved',
code: 'ERR_TEST_FAILURE'
}
|
|
unit (18.x)
Process completed with exit code 1.
|
|
only agent derived data with gcp:
test/unit/collector/facts.test.js#L453
Error [ERR_TEST_FAILURE]: Expected values to be loosely deep-equal:
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: [Object: null prototype] {
gcp: [Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
}
}
should loosely deep-equal
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: {
gcp: {
id: '3161347020215157123',
machineType: 'custom-1-1024',
name: 'aef-default-20170501t160547-7gh8',
zone: 'us-central1-c'
}
}
}
at process.emit (node:events:518:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be loosely deep-equal:
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: [Object: null prototype] {
gcp: [Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
}
}
should loosely deep-equal
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: {
gcp: {
id: '3161347020215157123',
machineType: 'custom-1-1024',
name: 'aef-default-20170501t160547-7gh8',
zone: 'us-central1-c'
}
}
}
at /home/runner/work/node-newrelic/node-newrelic/test/unit/collector/facts.test.js:453:16
at facts (/home/runner/work/node-newrelic/node-newrelic/lib/collector/facts.js:102:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { metadata_version: 5, logical_processors: 8, total_ram_mib: 2048, hostname: 'myotherhost', ip_address: [Array], vendors: [Object] },
expected: { metadata_version: 5, logical_processors: 8, total_ram_mib: 2048, hostname: 'myotherhost', ip_address: [Array], vendors: [Object] },
operator: 'deepEqual'
}
}
|
|
invalid agent derived data with gcp:
test/unit/collector/facts.test.js#L453
Error [ERR_TEST_FAILURE]: Expected values to be loosely deep-equal:
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: [Object: null prototype] {
gcp: [Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
}
}
should loosely deep-equal
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048
}
at process.emit (node:events:518:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be loosely deep-equal:
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048,
vendors: [Object: null prototype] {
gcp: [Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
}
}
should loosely deep-equal
{
hostname: 'myotherhost',
ip_address: [
'1.2.3.4'
],
logical_processors: 8,
metadata_version: 5,
total_ram_mib: 2048
}
at /home/runner/work/node-newrelic/node-newrelic/test/unit/collector/facts.test.js:453:16
at facts (/home/runner/work/node-newrelic/node-newrelic/lib/collector/facts.js:102:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { metadata_version: 5, logical_processors: 8, total_ram_mib: 2048, hostname: 'myotherhost', ip_address: [Array], vendors: [Object] },
expected: { metadata_version: 5, logical_processors: 8, total_ram_mib: 2048, hostname: 'myotherhost', ip_address: [Array] },
operator: 'deepEqual'
}
}
|
|
unit (22.x)
Process completed with exit code 1.
|
|
pricing system-info gcp:
test/integration/utilization/system-info.test.js#L164
Error [ERR_TEST_FAILURE]: Expected values to be loosely deep-equal:
[Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
should loosely deep-equal
{
id: '3161347020215157123',
machineType: 'custom-1-1024',
name: 'aef-default-20170501t160547-7gh8',
zone: 'us-central1-c'
}
at process.emit (node:events:518:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be loosely deep-equal:
[Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
should loosely deep-equal
{
id: '3161347020215157123',
machineType: 'custom-1-1024',
name: 'aef-default-20170501t160547-7gh8',
zone: 'us-central1-c'
}
at fetchSystemInfoCb (/home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/system-info.test.js:164:12)
at fetchSystemInfo (/home/runner/work/node-newrelic/node-newrelic/lib/system-info.js:183:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { id: '3161347020215157123', zone: 'us-central1-c', machineType: 'custom-1-1024' },
expected: { id: '3161347020215157123', machineType: 'custom-1-1024', name: 'aef-default-20170501t160547-7gh8', zone: 'us-central1-c' },
operator: 'deepEqual'
}
}
|
|
machine type, id, zone, name are all happy:
test/integration/utilization/vendor-info-tests.js#L75
Error [ERR_TEST_FAILURE]: should have expected info
at process.emit (node:events:518:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should have expected info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:75:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:530:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:632:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: { id: '3161347020215157123', zone: 'us-central1-c', machineType: 'custom-1-1024' },
expected: { id: '3161347020215157123', machineType: 'custom-1-1024', name: 'aef-default-20170501t160547-7gh8', zone: 'us-central1-c' },
operator: 'deepEqual'
}
}
|
|
machine type with invalid characters:
test/integration/utilization/vendor-info-tests.js#L77
Error [ERR_TEST_FAILURE]: should not have received vendor info
at process.emit (node:events:518:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should not have received vendor info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:77:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:530:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:632:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
|
machine type too long:
test/integration/utilization/vendor-info-tests.js#L77
Error [ERR_TEST_FAILURE]: should not have received vendor info
at process.emit (node:events:518:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should not have received vendor info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:77:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:530:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:632:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
|
name with invalid characters:
test/integration/utilization/vendor-info-tests.js#L77
Error [ERR_TEST_FAILURE]: should not have received vendor info
at process.emit (node:events:518:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should not have received vendor info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:77:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:530:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:632:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
|
name too long:
test/integration/utilization/vendor-info-tests.js#L77
Error [ERR_TEST_FAILURE]: should not have received vendor info
at process.emit (node:events:518:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should not have received vendor info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:77:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:530:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:632:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
|
UTF-8 high codepoints:
test/integration/utilization/vendor-info-tests.js#L75
Error [ERR_TEST_FAILURE]: should have expected info
at process.emit (node:events:518:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should have expected info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:75:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:530:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:632:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: { id: '3161347020215157123', zone: 'us-central1-c', machineType: 'custom-1-1024' },
expected: { id: '3161347020215157123', machineType: 'custom-1-1024', name: '滈 橀槶澉 鞻饙騴 鱙鷭黂 甗糲 紁羑 嗂 蛶觢豥 餤駰鬳 釂鱞鸄', zone: 'us-central1-c' },
operator: 'deepEqual'
}
}
|
|
comma with multibyte characters:
test/integration/utilization/vendor-info-tests.js#L77
Error [ERR_TEST_FAILURE]: should not have received vendor info
at process.emit (node:events:518:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should not have received vendor info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:77:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:530:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:632:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
|
Exclamation point in response:
test/integration/utilization/vendor-info-tests.js#L77
Error [ERR_TEST_FAILURE]: should not have received vendor info
at process.emit (node:events:518:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should not have received vendor info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:77:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:530:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:632:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
|
Valid punctuation in response:
test/integration/utilization/vendor-info-tests.js#L75
Error [ERR_TEST_FAILURE]: should have expected info
at process.emit (node:events:518:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should have expected info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:75:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:530:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:632:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: { id: '3161347020215157123', zone: 'us-central1-c', machineType: 'custom-1-1024' },
expected: { id: '3161347020215157123', machineType: 'custom-1-1024', name: 'a-b_c.3... and/or 503 867-5309', zone: 'us-central1-c' },
operator: 'deepEqual'
}
}
|
|
pricing system-info gcp:
test/integration/utilization/system-info.test.js#L164
Error [ERR_TEST_FAILURE]: Expected values to be loosely deep-equal:
[Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
should loosely deep-equal
{
id: '3161347020215157123',
machineType: 'custom-1-1024',
name: 'aef-default-20170501t160547-7gh8',
zone: 'us-central1-c'
}
at process.emit (node:events:524:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be loosely deep-equal:
[Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
should loosely deep-equal
{
id: '3161347020215157123',
machineType: 'custom-1-1024',
name: 'aef-default-20170501t160547-7gh8',
zone: 'us-central1-c'
}
at fetchSystemInfoCb (/home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/system-info.test.js:164:12)
at fetchSystemInfo (/home/runner/work/node-newrelic/node-newrelic/lib/system-info.js:183:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { id: '3161347020215157123', zone: 'us-central1-c', machineType: 'custom-1-1024' },
expected: { id: '3161347020215157123', machineType: 'custom-1-1024', name: 'aef-default-20170501t160547-7gh8', zone: 'us-central1-c' },
operator: 'deepEqual'
}
}
|
|
machine type, id, zone, name are all happy:
test/integration/utilization/vendor-info-tests.js#L75
Error [ERR_TEST_FAILURE]: should have expected info
at process.emit (node:events:524:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should have expected info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:75:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:536:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:638:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: { id: '3161347020215157123', zone: 'us-central1-c', machineType: 'custom-1-1024' },
expected: { id: '3161347020215157123', machineType: 'custom-1-1024', name: 'aef-default-20170501t160547-7gh8', zone: 'us-central1-c' },
operator: 'deepEqual'
}
}
|
|
machine type with invalid characters:
test/integration/utilization/vendor-info-tests.js#L77
Error [ERR_TEST_FAILURE]: should not have received vendor info
at process.emit (node:events:524:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should not have received vendor info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:77:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:536:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:638:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
|
machine type too long:
test/integration/utilization/vendor-info-tests.js#L77
Error [ERR_TEST_FAILURE]: should not have received vendor info
at process.emit (node:events:524:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should not have received vendor info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:77:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:536:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:638:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
|
name with invalid characters:
test/integration/utilization/vendor-info-tests.js#L77
Error [ERR_TEST_FAILURE]: should not have received vendor info
at process.emit (node:events:524:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should not have received vendor info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:77:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:536:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:638:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
|
name too long:
test/integration/utilization/vendor-info-tests.js#L77
Error [ERR_TEST_FAILURE]: should not have received vendor info
at process.emit (node:events:524:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should not have received vendor info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:77:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:536:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:638:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
|
UTF-8 high codepoints:
test/integration/utilization/vendor-info-tests.js#L75
Error [ERR_TEST_FAILURE]: should have expected info
at process.emit (node:events:524:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should have expected info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:75:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:536:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:638:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: { id: '3161347020215157123', zone: 'us-central1-c', machineType: 'custom-1-1024' },
expected: { id: '3161347020215157123', machineType: 'custom-1-1024', name: '滈 橀槶澉 鞻饙騴 鱙鷭黂 甗糲 紁羑 嗂 蛶觢豥 餤駰鬳 釂鱞鸄', zone: 'us-central1-c' },
operator: 'deepEqual'
}
}
|
|
comma with multibyte characters:
test/integration/utilization/vendor-info-tests.js#L77
Error [ERR_TEST_FAILURE]: should not have received vendor info
at process.emit (node:events:524:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should not have received vendor info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:77:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:536:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:638:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
|
Exclamation point in response:
test/integration/utilization/vendor-info-tests.js#L77
Error [ERR_TEST_FAILURE]: should not have received vendor info
at process.emit (node:events:524:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should not have received vendor info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:77:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:536:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:638:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
|
Valid punctuation in response:
test/integration/utilization/vendor-info-tests.js#L75
Error [ERR_TEST_FAILURE]: should have expected info
at process.emit (node:events:524:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should have expected info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:75:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:536:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:948:10)
at Object.onceWrapper (node:events:638:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: { id: '3161347020215157123', zone: 'us-central1-c', machineType: 'custom-1-1024' },
expected: { id: '3161347020215157123', machineType: 'custom-1-1024', name: 'a-b_c.3... and/or 503 867-5309', zone: 'us-central1-c' },
operator: 'deepEqual'
}
}
|
|
pricing system-info gcp:
test/integration/utilization/system-info.test.js#L164
Error [ERR_TEST_FAILURE]: Expected values to be loosely deep-equal:
[Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
should loosely deep-equal
{
id: '3161347020215157123',
machineType: 'custom-1-1024',
name: 'aef-default-20170501t160547-7gh8',
zone: 'us-central1-c'
}
at process.emit (node:events:517:28) {
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be loosely deep-equal:
[Object: null prototype] {
id: '3161347020215157123',
machineType: 'custom-1-1024',
zone: 'us-central1-c'
}
should loosely deep-equal
{
id: '3161347020215157123',
machineType: 'custom-1-1024',
name: 'aef-default-20170501t160547-7gh8',
zone: 'us-central1-c'
}
at fetchSystemInfoCb (/home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/system-info.test.js:164:12)
at fetchSystemInfo (/home/runner/work/node-newrelic/node-newrelic/lib/system-info.js:183:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { id: '3161347020215157123', zone: 'us-central1-c', machineType: 'custom-1-1024' },
expected: { id: '3161347020215157123', machineType: 'custom-1-1024', name: 'aef-default-20170501t160547-7gh8', zone: 'us-central1-c' },
operator: 'deepEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
|
pricing system-info pcf:
test/integration/utilization/system-info.test.js#L143
[Error [ERR_TEST_FAILURE]: Only one agent at a time! This one was created at:] {
failureType: 'testCodeFailure',
cause: Error: Only one agent at a time! This one was created at:
at Object.loadMockedAgent (/home/runner/work/node-newrelic/node-newrelic/test/lib/agent_helper.js:91:22)
at TestContext.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/system-info.test.js:143:24)
at Test.runInAsyncScope (node:async_hooks:203:9)
at Test.run (node:internal/test_runner/test:618:21)
at async Test.processPendingSubtests (node:internal/test_runner/test:374:7),
code: 'ERR_TEST_FAILURE'
}
|
|
pricing system-info docker:
test/integration/utilization/system-info.test.js#L143
[Error [ERR_TEST_FAILURE]: Only one agent at a time! This one was created at:] {
failureType: 'testCodeFailure',
cause: Error: Only one agent at a time! This one was created at:
at Object.loadMockedAgent (/home/runner/work/node-newrelic/node-newrelic/test/lib/agent_helper.js:91:22)
at TestContext.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/system-info.test.js:143:24)
at Test.runInAsyncScope (node:async_hooks:203:9)
at Test.run (node:internal/test_runner/test:618:21)
at async Test.processPendingSubtests (node:internal/test_runner/test:374:7),
code: 'ERR_TEST_FAILURE'
}
|
|
machine type, id, zone, name are all happy:
test/integration/utilization/vendor-info-tests.js#L75
Error [ERR_TEST_FAILURE]: should have expected info
at process.emit (node:events:517:28) {
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: should have expected info
at /home/runner/work/node-newrelic/node-newrelic/test/integration/utilization/vendor-info-tests.js:75:16
at getMetadata (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/gcp-info.js:71:7)
at respond (/home/runner/work/node-newrelic/node-newrelic/lib/utilization/common.js:94:7)
at ConcatStream.<anonymous> (/home/runner/work/node-newrelic/node-newrelic/node_modules/concat-stream/index.js:37:43)
at ConcatStream.emit (node:events:529:35)
at finishMaybe (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:579:14)
at endWritable (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:594:3)
at Writable.end (/home/runner/work/node-newrelic/node-newrelic/node_modules/readable-stream/lib/_stream_writable.js:535:22)
at IncomingMessage.onend (node:internal/streams/readable:748:10)
at Object.onceWrapper (node:events:631:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: { id: '3161347020215157123', zone: 'us-central1-c', machineType: 'custom-1-1024' },
expected: { id: '3161347020215157123', machineType: 'custom-1-1024', name: 'aef-default-20170501t160547-7gh8', zone: 'us-central1-c' },
operator: 'deepEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
|
pricing gcp info:
test/integration/utilization/gcp-info.test.js#L10
Error [ERR_TEST_FAILURE]: Promise resolution is still pending but the event loop has already resolved
at process.emit (node:events:517:28) {
failureType: 'cancelledByParent',
cause: 'Promise resolution is still pending but the event loop has already resolved',
code: 'ERR_TEST_FAILURE'
}
|
|
integration (18.x)
Process completed with exit code 1.
|
|
all-clear
Process completed with exit code 1.
|
|
ci (lts/*)
Total Tests: 35
Suites 📂: 0
Passed ✅: 35
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 655.807ms
|
|
unit (20.x)
Total Tests: 4638
Suites 📂: 0
Passed ✅: 4613
Failed ❌: 3
Canceled 🚫: 0
Skipped ⏭️: 3
Todo 📝: 19
Duration 🕐: 61445.294ms
|
|
unit (18.x)
Total Tests: 4616
Suites 📂: 0
Passed ✅: 4593
Failed ❌: 1
Canceled 🚫: 3
Skipped ⏭️: 0
Todo 📝: 19
Duration 🕐: 59623.158ms
|
|
unit (22.x)
Total Tests: 4638
Suites 📂: 0
Passed ✅: 4613
Failed ❌: 3
Canceled 🚫: 0
Skipped ⏭️: 3
Todo 📝: 19
Duration 🕐: 58407.509ms
|
|
integration (22.x)
Total Tests: 714
Suites 📂: 0
Passed ✅: 699
Failed ❌: 11
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 134547.703ms
|
|
integration (20.x)
Total Tests: 714
Suites 📂: 0
Passed ✅: 698
Failed ❌: 11
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 119576.714ms
|
|
integration (18.x)
Total Tests: 702
Suites 📂: 0
Passed ✅: 692
Failed ❌: 4
Canceled 🚫: 1
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 114955.758ms
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
versioned-tests-18.x
Expired
|
159 KB |
sha256:4e5254660df7aff44149e4a70def63e14dfa7f35f88f8a82bf92c42ed7c269f7
|
|
|
versioned-tests-20.x
Expired
|
159 KB |
sha256:7acea560e7539aeb81ae356ff80ed6b07d231afbb6bc33dfc0338463cc2c4c70
|
|
|
versioned-tests-22.x
Expired
|
159 KB |
sha256:0ed431b0f90bf16e127318c9b721c7aefd98a58da1402e53263ae02a2063f319
|
|