Commit 566ce1b
fix: Java line profiler timeout and test categorization issues
Fixed two critical bugs preventing Java optimization E2E workflows:
Issue 1: Line profiler timeout was too short (15s) for Maven operations,
causing timeouts before tests could complete. Maven needs time for JVM
startup, dependency resolution, and test execution.
Issue 2: Test result categorization failed to match original test file
names to instrumented test files, causing all existing unit tests to
show as 0 passed/failed instead of their actual results.
Both issues blocked Java optimization from completing successfully.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent afe79a0 commit 566ce1b
2 files changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1508 | 1508 | | |
1509 | 1509 | | |
1510 | 1510 | | |
1511 | | - | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
1512 | 1516 | | |
1513 | 1517 | | |
1514 | 1518 | | |
1515 | 1519 | | |
1516 | | - | |
| 1520 | + | |
1517 | 1521 | | |
1518 | 1522 | | |
1519 | 1523 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1066 | 1066 | | |
1067 | 1067 | | |
1068 | 1068 | | |
| 1069 | + | |
1069 | 1070 | | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
1070 | 1075 | | |
1071 | 1076 | | |
1072 | 1077 | | |
| |||
0 commit comments