test: add go production acceptance smoke

This commit is contained in:
lingniu
2026-07-02 01:53:43 +08:00
parent 96514898eb
commit f4d9c9ef5a
4 changed files with 209 additions and 0 deletions

View File

@@ -20,6 +20,18 @@ go build ./cmd/realtime-api
## 生产原生部署验证
```bash
python3 tools/go_prod_acceptance.py --date 2026-07-02
```
该命令会聚合执行:
- `go_systemd_prod_smoke.py`:应用 ECS systemd 服务和端口归属
- `go_kafka_prod_smoke.py`Kafka topic 和消费组 lag
- `go_native_prod_smoke.py`HTTP API、TDengine/MySQL/Redis 数据链路
如需单独检查 systemd
```bash
python3 tools/go_systemd_prod_smoke.py --host 115.29.187.205 --user root
```