Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 675 Bytes

File metadata and controls

40 lines (30 loc) · 675 Bytes

Integration Runtime

Stage Runtime

cmake --build build \
  --target stage_integration_runtime \
  --config Release

Output:

build/integration-staging/runtime/Release

Validate Expected Files

test -x build/integration-staging/runtime/Release/TeamServer/TeamServer
test -f build/integration-staging/runtime/Release/Client/c2client_protocol/TeamServerApi_pb2.py

Run Integration Tests

ctest --test-dir build \
  --build-config Release \
  --output-on-failure \
  --timeout 120 \
  -R testsTeamServerRuntimeIntegration

Current Coverage

TeamServer startup
gRPC authentication
stable empty-state RPCs