Commit 3d68a23
committed
fix(testing): Phase 1 integration fixes and Go 1.25 dependency analysis
Fixes 2/7 P0 critical integration issues identified in adversarial analysis.
Remaining 5 issues blocked by Go 1.25 dependency requirements.
## Fixed Issues
✅ P0-1: Wire TestCmd into SelfCmd
- Added import for cmd/self/test package
- Added TestCmd to init() function
- All 6 'eos self test' commands now accessible via CLI
✅ P0-4: Resolve E2E Test Duplication
- Moved old E2E tests to test/e2e/deprecated/
- Resolves conflict between //go:build e2e (old) and e2e_smoke/e2e_full (new)
- Smoke/full split now clean and unambiguous
1 parent 43633c3 commit 3d68a23
27 files changed
Lines changed: 1026 additions & 164 deletions
File tree
- cmd/self
- docs
- pkg
- authentication
- config
- crypto
- docker
- eos_err
- eos_io
- sizing
- testutil
- test/e2e/deprecated
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments