Commit 188fb69
fix: sort test class names for ConsoleLauncher and rebuild runtime JAR
Sort class names in _get_test_class_names() to match Maven Surefire's
alphabetical execution order. Without sorting, iteration_id collisions
across test classes resolve differently between Maven (original) and
direct JVM (candidate) runs, causing spurious "DIFFERENT" comparisons.
Also rebuild the codeflash-runtime JAR to include the Comparator$TestResult
inner class needed for stdout comparison support.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8028174 commit 188fb69
2 files changed
Lines changed: 4 additions & 1 deletion
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
848 | | - | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
849 | 852 | | |
850 | 853 | | |
851 | 854 | | |
| |||
0 commit comments