Closed letmerecall closed 9 months ago
I'm not sure I agree that we should add a progress bar.
@letmerecall let me know your thoughts and if you think my assessment is reasonable.
@dims curious to get your input on this as well.
+1 to no progress bar. There isn't a good way to thread it through all the way in and it's extremely difficult to predict how long it will take or how far we are along.
if it is just a infinite spinner that does not show any indication of above, that may be a possibility since all we need to know for that is ... "is this conformance pod complete or not"
@rjsadow I agree on not to make it complicated. @dims yes, an infinite spinner will do the work. The idea is to have 'any' hint/info that the tests are running.
What's the issue?
While running the test we don't show any progress bar or any other info to know that the tests are running. Since the test suite takes a while to run, it sometimes feels like the process hangs and there's no progress at all.
(screenshot showing the same content even after 30 minutes)
Some ideas to tackle this might be adding a progress animation like the
kind
does when spinning up a cluster OR simply setting the user expectations that the process might take a while.How to reproduce
Run the following command