You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hohwille opened this issue
Oct 11, 2024
· 1 comment
· May be fixed by #1127
Assignees
Labels
bugSomething isn't workingSCMsoftware-configuration-management (github actions, internal processes, git or github utilization)urlside-urls repo and related processes and features
As a IDEasy product owner, I want to have a reliable process for UpdateURLs so that we do not get stuck.
Therefore we had issue devonfw/ide#1162 implemented via PR https://github.com/devonfw/ide/pull/1203/files.
However this is not working properly.
The text was updated successfully, but these errors were encountered:
hohwille
added
bug
Something isn't working
urls
ide-urls repo and related processes and features
SCM
software-configuration-management (github actions, internal processes, git or github utilization)
labels
Oct 11, 2024
In general the idea of PR #1127 is nice but way more complicated and therefore it is not completed.
Currently the problem is not affecting us but when it comes back, we should at least implement my suggested solution idea to get this done.
bugSomething isn't workingSCMsoftware-configuration-management (github actions, internal processes, git or github utilization)urlside-urls repo and related processes and features
Expected behavior
As a IDEasy product owner, I want to have a reliable process for UpdateURLs so that we do not get stuck.
Therefore we had issue devonfw/ide#1162 implemented via PR https://github.com/devonfw/ide/pull/1203/files.
However this is not working properly.
Actual behavior
IDEasy/.github/workflows/update-urls.yml
Line 30 in 51a16e1
So the action should start timeout after 5:30 (
PT5H30M
) but it is not working:Steps to reproduce (bug) / Use Case of feature request (enhancement)
Related/Dependent Issues
See devonfw-ide issue and PR linked above.
Comments/Hints:
Currently we have the timeout check in these places:
IDEasy/cli/src/main/java/com/devonfw/tools/ide/url/updater/UpdateManager.java
Line 94 in 51a16e1
IDEasy/cli/src/main/java/com/devonfw/tools/ide/url/updater/AbstractUrlUpdater.java
Line 709 in 51a16e1
IDEasy/cli/src/main/java/com/devonfw/tools/ide/url/updater/JsonUrlUpdater.java
Line 89 in 51a16e1
It seems for some reason that is not sufficient.
IMHO it is at least missing here:
IDEasy/cli/src/main/java/com/devonfw/tools/ide/url/updater/AbstractUrlUpdater.java
Line 741 in 51a16e1
The text was updated successfully, but these errors were encountered: