mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
test(multiplayer): verify live assignment delivery
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user