Commit 95cc73a
authored
fix(ci): make LSP test run on CI (#2)
* fix: fix LSP tests failure in CI
fix: fix LSP tests
fix: use local compose CLI
fix: properly reference websocket endpoint
refactor: make WS path static value
chore: increase timeout duration
fix: use unique file names for each completion request
fix: try reconnect in connection probe for LSP tests
feat: re-use same container among all LSP tests
fix: make `testcontainer` run in own container
testcontiner uses `docker-compose` APIs which aren't present in github
actions runners. This fix should let testcontainer run in its
environment without depending on host's APIs version.
chore: log build info
fix: try track lfs
chore: remove extra logging in build task
chore: ensure `netcat` installed in container
`netcat` is used by testcontainer in order to assess port availability
chore: enable logging in building task
chore: remove aarch64 lsp version
chore: use LSP for linux-x64
# Conflicts:
# completions/src/main/kotlin/completions/configuration/WebSocketConfiguration.kt
# completions/src/test/kotlin/lsp/LspClientTest.kt
# completions/src/test/kotlin/lsp/LspCompletionProviderTest.kt
# completions/src/test/kotlin/lsp/ws/KotlinLspProxyWSTest.kt
* chore: remove logging when for build workflow1 parent a477ed8 commit 95cc73a
File tree
5 files changed
+8
-6
lines changed- .github/workflows
- completions/src/test/resources/lsp
- server
5 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments