What | Removed | Added |
---|---|---|
CC | dgonzalez@suse.com, lslezak@suse.com | |
Flags | needinfo?(lslezak@suse.com) |
(In reply to macias - from comment #0) > Packman is down currently What that exactly mean? > and by pure accident I noticed this -- let's say > you have repos X, Y, Z and Y is offline. > > When you run SM and auto-refresh is working it gets stuck at Y with such UI > progress: > Downloading X > [########################] 100% > > It would be more correct and meaningful to keep UI in sync with auto-refresh > progress: > Downloading Y > [ ] 0% I was not able to reproduce it. I tried it by adding a repository hosted in own machine and * Shutting the NGINX server down, a pop up / alert dialog is shown (see the screenshot I'll add). * Using netem[1] to simulate a slow response[2]: I didn't see the described behavior with the progress bar. Anyway, let's ask to @Ladislav to see if he have a better idea to reproduce it. Thanks. [1] https://wiki.linuxfoundation.org/networking/netem [2] tc qdisc add dev virbr0 root netem delay 5000ms