[TIMOB-11470] CLI: Installing SDK gives multiple progress bars
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-11-08T23:39:38.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.0.0, Release 3.1.0, 2012 Sprint 23 JS, 2012 Sprint 23 |
Components | Tooling |
Labels | qe-cli |
Reporter | Tamila Smolich |
Assignee | Chris Barber |
Created | 2012-10-13T19:59:01.000+0000 |
Updated | 2012-12-04T23:06:50.000+0000 |
Description
Description:
Installing SDK on Linux and Mac gives multiple progress bars. On Mac progress bars resizing to terminal window.
0% [.................................................................] 28.2s
0% [.................................................................] 277.7
0% [.................................................................] 342.3
0% [.................................................................] 347.4
0% [.................................................................] 334.8
0% [.................................................................] 316.2
0% [.................................................................] 304.8
0% [.................................................................] 304.4
0% [.................................................................] 311.8
0% [.................................................................] 291.7
0% [.................................................................] 298.0
0% [.................................................................] 282.2
0% [.................................................................] 288.3
0% [.................................................................] 271.1
0% [.................................................................] 276.4
0% [.................................................................] 265.9
0% [.................................................................] 267.6
0% [.................................................................] 255.5
0% [.................................................................] 260.6
0% [.................................................................] 247.5
0% [.................................................................] 252.0
0% [.................................................................] 244.1
0% [.................................................................] 242.9
0% [.................................................................] 235.7
1% [.................................................................] 236.1
1% [.................................................................] 227.5
1% [.................................................................] 225.7
1% [.................................................................] 219.0
1% [.................................................................] 217.8
1% [.................................................................] 212.0
1% [.................................................................] 214.6
1% [.................................................................] 204.9
1% [.................................................................] 207.5
1% [.................................................................] 198.8
1% [=................................................................] 199.4
1% [=................................................................] 191.6
1% [=................................................................] 191.4
1% [=................................................................] 182.9
1% [=................................................................] 182.0
1% [=................................................................] 171.2
1% [=................................................................] 171.9
1% [=................................................................] 159.0
1% [=................................................................] 157.5
1% [=................................................................] 146.7
1% [=................................................................] 144.0
1% [=................................................................] 130.4
2% [=................................................................] 126.5
2% [=................................................................] 113.2
2% [=................................................................] 109.3
2% [=................................................................] 98.5s
2% [=................................................................] 94.7s
3% [==...............................................................] 85.0s
3% [==...............................................................] 81.6s
3% [==...............................................................] 72.7s
3% [==...............................................................] 69.8s
4% [==...............................................................] 62.6s
4% [==...............................................................] 60.2s
4% [===..............................................................] 54.5s
5% [===..............................................................] 52.3s
5% [===..............................................................] 47.8s
5% [===..............................................................] 46.0s
6% [====.............................................................] 42.1s
6% [====.............................................................] 40.6s
7% [====.............................................................] 37.5s
7% [=====............................................................] 36.2s
8% [=====............................................................] 33.5s
8% [=====............................................................] 32.4s
9% [======...........................................................] 30.2s
9% [======...........................................................] 29.1s
10% [======...........................................................] 27.0s
10% [=======..........................................................] 26.1s
11% [=======..........................................................] 24.3s
11% [=======..........................................................] 23.5s
12% [========.........................................................] 22.0s
13% [========.........................................................] 21.3s
13% [=========........................................................] 20.1s
14% [=========........................................................] 19.3s
15% [==========.......................................................] 18.4s
15% [==========.......................................................] 17.7s
16% [===========......................................................] 16.8s
17% [===========......................................................] 16.3s
17% [===========......................................................] 15.8s
18% [============.....................................................] 15.2s
19% [============.....................................................] 14.8s
20% [=============....................................................] 14.0s
20% [=============....................................................] 13.6s
21% [==============...................................................] 13.0s
22% [==============...................................................] 12.5s
23% [===============..................................................] 12.1s
24% [================.................................................] 11.5s
25% [================.................................................] 11.2s
26% [=================................................................] 10.7s
26% [=================................................................] 10.4s
27% [==================...............................................] 10.0s
99% [=================================================================] 0.0s
Steps:
1. Run "titanium sdk update --branch 3_0_X --default" on Linux
Expected:
Only one progress bar should appear
Actual:
Multiple progress bars appear
This is repeatable on both Linux and Mac, possibly Windows, whenever the width of the terminal is less than the width of the progress bar.
This is basically impossible to fix. I reduced the width of the progress bar to reduce the probability of causing artifacts.
Tested with CLI 3.0.19, made to look better but can still get the issue to occur