1. When everything has to work at once

Andy Weir’s The Martian returns as the recalled work because Mark Watney’s survival depends on life support, power, communications, chemistry, and mechanics all working together. Any single subsystem might pass its own test, but the real proof is when they are all turned on under real conditions. The desktop is the same: a collection of cells, buses, and mechanisms that must behave as one platform.

This entry explains why the integrated system test matters.

2. Why subsystem tests are not enough

The desktop has been tested in pieces:

  • The attachment interface was exercised for alignment and mate quality.
  • The thermal balance test checked heat flow under representative loads.
  • The power distribution test checked current paths and protection.
  • The vibration and shock test checked mechanical survival.
  • The network reconfiguration test checked logical failover.
  • The autonomous swap test checked cell replacement.

Each of these tests isolates one domain. The integrated system test asks what happens when all domains are active at the same time.

3. The failures that only appear at the system level

Real platforms fail at interfaces:

  • A power converter heats a cell that the thermal design assumed would be cooler.
  • A network reconfiguration briefly drops telemetry that the power controller needed.
  • A cell swap causes a transient that trips a protection circuit.
  • A high compute load raises temperature enough to change radio frequency drift.

These are not single-subsystem problems. They emerge from interaction.

4. What this test must cover

The integrated system test must exercise:

  • Normal operational mode with all subsystems active.
  • Peak compute, storage, and communications load.
  • Thermal soak and thermal transient conditions.
  • Power bus stress with switching and load changes.
  • A cell swap during loaded operation.
  • Ground-link loss and recovery.

The goal is to find coupling problems before launch.

5. What this changes

  • Integrated system testing is identified as the next qualification step for the desktop.
  • The test must verify cross-domain behavior, not just individual subsystem performance.
  • The next entry will define the exact integrated system test matrix.