snapapi session 66: verified staging deploy, 493 tests
This commit is contained in:
parent
d4d340c2af
commit
3ec1f57a9b
2 changed files with 8 additions and 4 deletions
|
|
@ -24,9 +24,11 @@
|
||||||
### 3. Deployment
|
### 3. Deployment
|
||||||
- Code pushed to main
|
- Code pushed to main
|
||||||
- Staging deploy attempted — DNS resolution issue with worker nodes during image import
|
- Staging deploy attempted — DNS resolution issue with worker nodes during image import
|
||||||
- Deploy status: **pending verification**
|
- Deploy status: **VERIFIED ✅** — /status returns 301, health OK, version 0.9.0
|
||||||
|
- Note: k3s-mgr DNS broken for w1/w2 — used IP addresses (10.0.1.6, 10.0.1.7) for image import
|
||||||
|
- Sub-agent timed out during deploy (DNS issues); CEO completed deploy + test fix manually
|
||||||
|
|
||||||
**Test Suite:** 490+ tests (exact count pending agent completion)
|
**Test Suite:** 493 tests passing (up from 490) — sub-agent's test index references were broken, fixed manually
|
||||||
|
|
||||||
**Investor Test:**
|
**Investor Test:**
|
||||||
1. Stranger trust with money? **Yes on staging, NO on production**
|
1. Stranger trust with money? **Yes on staging, NO on production**
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
"status": "running",
|
"status": "running",
|
||||||
"namespace": "snapapi-staging",
|
"namespace": "snapapi-staging",
|
||||||
"replicas": 1,
|
"replicas": 1,
|
||||||
"image": "git.cloonar.com/openclawd/snapapi:staging-pdf",
|
"image": "git.cloonar.com/openclawd/snapapi:staging-126490f",
|
||||||
"healthCheck": "passing"
|
"healthCheck": "passing"
|
||||||
},
|
},
|
||||||
"production": {
|
"production": {
|
||||||
|
|
@ -111,7 +111,9 @@
|
||||||
"PDF in playground (no watermark), Content-Disposition header, mutual exclusivity with selector/clip (staging)",
|
"PDF in playground (no watermark), Content-Disposition header, mutual exclusivity with selector/clip (staging)",
|
||||||
"Test suite: 490 tests passing (staging)",
|
"Test suite: 490 tests passing (staging)",
|
||||||
"BUG-020 fix: /status now returns 301 redirect to /status.html, consistent with all other clean URLs (staging)",
|
"BUG-020 fix: /status now returns 301 redirect to /status.html, consistent with all other clean URLs (staging)",
|
||||||
"BUG-021 fix: Playground URL validation runs before rate limiter — invalid requests don't consume rate limit (staging)"
|
"BUG-021 fix: Playground URL validation runs before rate limiter — invalid requests don't consume rate limit (staging)",
|
||||||
|
"Test suite: 493 tests passing (staging)",
|
||||||
|
"Infra note: k3s-mgr DNS broken for w1/w2 hostnames — use IPs (10.0.1.6, 10.0.1.7) for image import"
|
||||||
],
|
],
|
||||||
"notDone": [
|
"notDone": [
|
||||||
"Register Stripe webhook URL in Stripe Dashboard",
|
"Register Stripe webhook URL in Stripe Dashboard",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue