Commit 45ead1e
fix(launcher): relax stdout check for gRPC server startup (#4299)
* fix(launcher): relax stdout check for gRPC server startup
Match "GRPC SERVER" (instead of the stricter "START GRPC SERVER") when
detecting MAPDL's "Server listening on" output. This makes the startup
detection more robust to variations in MAPDL log messages.
* chore: adding changelog file 4299.fixed.md [dependabot-skip]
* chore(ci): include git in apt installs for test-local workflow
---------
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>1 parent e6ca79f commit 45ead1e
File tree
3 files changed
+4
-3
lines changed- .github/workflows
- doc/changelog.d
- src/ansys/mapdl/core
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
733 | | - | |
| 733 | + | |
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
| |||
0 commit comments