diff options
Diffstat (limited to 'jstests/core/hostinfo.js')
| -rw-r--r-- | jstests/core/hostinfo.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/core/hostinfo.js b/jstests/core/hostinfo.js index c3a0f34994a..04f341a659d 100644 --- a/jstests/core/hostinfo.js +++ b/jstests/core/hostinfo.js @@ -35,12 +35,8 @@ if (hostinfo.os.type != "") { assert.neq(hostinfo.system.cpuAddrSize, "" || null || 0, "Missing CPU Address Size"); assert.neq(hostinfo.system.memSizeMB, "" || null, "Missing Memory Size"); assert.neq(hostinfo.system.numCores, "" || null || 0, "Missing Number of Cores"); - assert.neq( - hostinfo.system.numPhysicalCores, "" || null || 0, "Missing Number of Physical Cores"); - assert.neq(hostinfo.system.numCpuSockets, "" || null || 0, "Missing Number of CPU Sockets"); assert.neq(hostinfo.system.cpuArch, "" || null, "Missing CPU Architecture"); assert.neq(hostinfo.system.numaEnabled, "" || null, "Missing NUMA flag"); - assert.neq(hostinfo.system.numNumaNodes, "" || null || 0, "Missing Number of NUMA Nodes"); } var buildInfo = assert.commandWorked(db.runCommand({buildInfo: 1})); |
