This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Commit 4938a08
committed
ci+cleanup: scope test compile to canonical test/, remove 5 stale stubs
- ci.yml: only compile tests from Gvisual/test (the dir pom.xml already declares as <testSourceDirectory>). The previous 'find src test' pulled in stale scaffolding tests under src/test/* and src/gvisual/*Test.java whose target APIs have drifted, which was breaking CI compile.
- Delete 5 stale tests that no longer compile against current code: src/test/gvisual/DominatingSetAnalyzerTest.java and GraphProductCalculatorTest.java (older dupes of the canonical tests under test/gvisual), and test/gvisual/PerfectGraphAnalyzerTest.java, TimelineMetricsRecorderTest.java, TreewidthAnalyzerTest.java (~60-100 compile errors each from API drift, no quick fix). Canonical 131 test files now compile cleanly under JDK 11 and 17.1 parent dec5908 commit 4938a08
6 files changed
Lines changed: 5 additions & 2250 deletions
File tree
- .github/workflows
- Gvisual
- src/test/gvisual
- test/gvisual
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
0 commit comments