-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename file since github displays it first.
- Loading branch information
Showing
2 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Troubleshooting | ||
|
||
Sometimes the server-integrations stuck for a long while > 30 min. Usualy because test db connection closed unexpectedly. | ||
|
||
```java.net.SocketException: Socket closed``` | ||
|
||
To restart action - select it in actions list | ||
|
||
https://github.com/ishgroup/oncourse/actions/workflows/server_test.yml | ||
|
||
Press 'Cancel workflow' | ||
Then after action really stopped rerun all jobs | ||
|
||
|
||
We need to understand why the problem occurs in the github actions environment, but not elsewhere. Perhaps some DB configuration change is needed. |
This file was deleted.
Oops, something went wrong.