test #180
Annotations
3 errors and 1 notice
|
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'
}
}
|
|
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'
}
}
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading