From 26ba4f84557672333d555ee0f2b4c072ab1b117c Mon Sep 17 00:00:00 2001 From: Ari Maniatis Date: Thu, 11 Nov 2021 10:50:04 +1100 Subject: [PATCH] Rename file since github displays it first. --- .github/CI.md | 15 +++++++++++++++ .github/README.md | 14 -------------- 2 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 .github/CI.md delete mode 100644 .github/README.md diff --git a/.github/CI.md b/.github/CI.md new file mode 100644 index 00000000000..1b2d03936fb --- /dev/null +++ b/.github/CI.md @@ -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. diff --git a/.github/README.md b/.github/README.md deleted file mode 100644 index 84057692f88..00000000000 --- a/.github/README.md +++ /dev/null @@ -1,14 +0,0 @@ -#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) open menue and select rerun all jobs - -Important note: there are some correlation among actions that run in parrallel (for example few RP run integration tests in the same time) \ No newline at end of file