Commit 298e5b2
committed
fix: extract only required test databases for integration tests
The default (integration) scope was extracting all tools/test databases
for all 10 languages (~60 databases) when only 7 specific tools
databases plus javascript/examples are referenced by client integration
test fixtures.
Replace the blanket 'for lang in all languages' loop with an explicit
list of the 7 tools/test directories actually used:
- cpp/tools/test/{CallGraphFrom,CallGraphFromTo,CallGraphTo}
- javascript/tools/test/CallGraphFromTo
- python/tools/test/CallGraphFromTo
- rust/tools/test/{CallGraphFrom,PrintAST}
This restores the performance fix from main where integration scope
was intentionally minimal, and avoids a significant CI time regression
from extracting ~53 unnecessary databases.1 parent 0414247 commit 298e5b2
File tree
4 files changed
+464
-98
lines changed- .github/workflows
- server
- dist
- scripts
4 files changed
+464
-98
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
0 commit comments