Commit 2b2f86f
committed
fix(crashtracker): orchestrion e2e explicitly calls Start() in subprocess
The orchestrion.yml join-point uses test-main:false, which excludes test
binaries' main() from injection. The subprocess re-execs this integration
test binary, so orchestrion never injected Start() — causing the monitor
to never spawn and the test to time out.
Fix: call crashtracker.Start() explicitly in the subprocess role.
The test still validates the full crash pipeline in the orchestrion test
environment. Injection into non-test binaries is covered by the
toolexec/driver/goflags build modes against real application code.1 parent e4ba9a4 commit 2b2f86f
1 file changed
Lines changed: 16 additions & 7 deletions
Lines changed: 16 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
14 | | - | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
22 | | - | |
23 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
| |||
0 commit comments