Bug #345
job-configurator blocks forever in case of missing/wrong credentials
Status: | Resolved | Start date: | 2014-11-25 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Jan Moringen | % Done: | 100% | |
Category: | build-generator | Spent time: | - | |
Target version: | Toolkit 0.1 |
Description
Setup¶
- Same as in Issue #333
Issue¶
When running the job-configuratior and some repository credentials are wrong/missing, it hangs forever without giving a warning/error.
I know this is a feature to some extend, but this is actually really annoying because in order to find the repo which is causing this, the users will do:
- Start the job-configurator
- Wait
- Realise the job-configurator does not continue - abort
- Restart with --debug
- Wait
- Realise there are 8 jobs in parallel and abort again, as console output will not help here
- Restart with --debug -j 1
- Wait
- Find the repository which is causing this effect - fix and restart the configurator normally
- Wait
- Realise that there is another repo causing issues
- Go to 1. -.-
yeah, there is a lot of waiting involved :/
Fix Proposal¶
- Have a max timeout for the repos & show an error for
- A better overview of the pralell jobs (rsb-logger timeline/scope style would be so nice!)
- A commandline switch to control this
Thanks <3
Related issues
History
#1 Updated by Jan Moringen about 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Should be fixed in master.