test(multiplayer): verify live assignment delivery

This commit is contained in:
Josh Creek
2026-09-01 15:25:36 +01:00
parent 79a6092b28
commit f096e8ff0b
5 changed files with 59 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
# Assignment-specific variant of the real control-plane integration gate.
# It reuses the isolated PostgreSQL + testkit API fixture, but seeds a
# player-scoped assignment and drives the authenticated Godot assignment read.
root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "$root_dir"
ASSIGNMENT_SMOKE=1 bash scripts/verify_control_plane_integration.sh