Commit dcd9076
committed
ci(system-test): drive node bring-up through trond [Phase A — DO NOT MERGE]
Replace the inline `nohup java -jar build/libs/FullNode.jar --witness
-c <conf> &` block with a declarative trond invocation that
encapsulates: HOCON template embedding, systemd-managed lifecycle,
deterministic teardown, and structured log/journal capture.
Net effect:
- Same single-SR private chain, same testng.conf endpoints
(HTTP 8090 / gRPC 50051 / P2P 18888 / JSON-RPC 8545).
- The 80+ line "Copy config and start FullNode" step shrinks to
one bash invocation: `bash system-test/scripts/stest-up.sh`.
- On failure, the systemd journal for the unit is dumped to
logs/journal.log instead of relying on ad-hoc fullnode.log.
- Teardown step (`if: always()`) runs `trond network destroy`
so the next CI run starts clean.
This commit is Phase A: the system-test checkout points at
warku123/system-test:feat/trond-bridge and stest-up.sh defaults
to warku123/tron-deployment v0.1.0 release. A follow-up Phase B
commit on this branch will flip both references to upstream
(tronprotocol/system-test:release_workflow + the upstream trond
release URL) once tron-deployment has merged the
system-test-integration change and cut v0.1.0 on upstream.
Until then this PR must not be merged into upstream.
Linked: openspec change `system-test-integration` in
tronprotocol/tron-deployment (Phase 4).1 parent 22e0aa3 commit dcd9076
1 file changed
Lines changed: 42 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
30 | 39 | | |
31 | 40 | | |
32 | 41 | | |
33 | | - | |
34 | | - | |
| 42 | + | |
| 43 | + | |
35 | 44 | | |
36 | 45 | | |
37 | 46 | | |
| |||
52 | 61 | | |
53 | 62 | | |
54 | 63 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
77 | 72 | | |
78 | 73 | | |
79 | 74 | | |
| |||
86 | 81 | | |
87 | 82 | | |
88 | 83 | | |
89 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
90 | 105 | | |
91 | 106 | | |
92 | 107 | | |
93 | | - | |
94 | | - | |
| 108 | + | |
| 109 | + | |
95 | 110 | | |
0 commit comments