Size: a a a

Aerokube Support

2020 July 17

V

Viktor in Aerokube Support
selenoid-ui:1.10.0
ggr-ui:1.1.2
ggr:1.6.7
selenoid:1.10.0
источник

IK

Ivan Krutov in Aerokube Support
Viktor
Доброго дня. Пытаюсь сделать selenoid + ggr. Работает все, кроме просмотра записанного видео из selenoid-ui.
Сетапилось в docker:

selenoid-ui: /selenoid-ui --status-uri http://localhost:8888 --webdriver-uri http://localhost:4444
ggr-ui: /usr/bin/ggr-ui -quota-dir /etc/grid-router/quota
ggr: /usr/bin/ggr -listen :4444 -users /etc/grid-router/users.htpasswd -quotaDir /etc/grid-router/quota

К сожалению, в веб-интерфейсе отсутствует кнопка VIDEOS, а по урлу selenoid.example.com/#/videos -- NO VIDEOS YET :'(, при том, что видео  есть:
# curl http://qa:qa@localhost:4444/video/7bf13cee2dbb440e455655fd265ea7c0fa3013ecbf4dedee1cdf23fbc6b6185a -o video
 % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                Dload  Upload   Total   Spent    Left  Speed
100  236k  100  236k    0     0  12.8M      0 --:--:-- --:--:-- --:--:-- 12.8M

Вопрос, как мне просматривать их через UI? Спасибо
источник

V

Viktor in Aerokube Support
ой
а когда ожидается? 🙂
источник

IK

Ivan Krutov in Aerokube Support
пока не планировали делать
источник

АА

Александр Андряшин... in Aerokube Support
Viktor
ой
а когда ожидается? 🙂
можете законтрибьютить...
источник

V

Viktor in Aerokube Support
Александр Андряшин
можете законтрибьютить...
а это звучит интересно!
источник

V

Viktor in Aerokube Support
помогите мне на текущий момент ггром видео забрать
https://pastebin.com/MtWFT6uc
где я не прав?
источник

OR

Oleksii Rushchak in Aerokube Support
Can someone help me to understand why the tests too slow on moon?
We're using a dedicated node for all browser pods and they spawn on a different node that moon/moon-ui itself.
When the test is executing the container has the following metrics: CPU is ~5%, received ~10KiB/s, sent ~1KiB/s, memory ~10% of available memory.
источник

АА

Александр Андряшин... in Aerokube Support
Viktor
помогите мне на текущий момент ггром видео забрать
https://pastebin.com/MtWFT6uc
где я не прав?
через ггр видео можно забрать только по session-id, не выставляйте капабилити videoName и забирайте по айди сессии... с videoName теряется информация о хосте на котором записывалось видео...
источник

АА

Александр Андряшин... in Aerokube Support
Oleksii Rushchak
Can someone help me to understand why the tests too slow on moon?
We're using a dedicated node for all browser pods and they spawn on a different node that moon/moon-ui itself.
When the test is executing the container has the following metrics: CPU is ~5%, received ~10KiB/s, sent ~1KiB/s, memory ~10% of available memory.
could you please check how many resources assigned to browser pod containers? also how many browsers in parallel are running? are there pods in pending state?
источник

MS

Mikhail Shchegolev in Aerokube Support
/to
источник

AM

Alexey Misuno in Aerokube Support
@vaniaPooh Спасибо!
источник
2020 July 18

HB

Hemanth B in Aerokube Support
Hello team, is it possible to send volume parameter per session for chrome or Firefox so I can access download file and extract to check the files?
источник
2020 July 19

АА

Александр Андряшин... in Aerokube Support
Hemanth B
Hello team, is it possible to send volume parameter per session for chrome or Firefox so I can access download file and extract to check the files?
источник

YY

Y҉ Y ̷̶̨͎̟͖̠ͬ̓ͬ͆̀͋̀͠... in Aerokube Support
$this->driver = RemoteWebDriver::create("http://selenoid:4444/wd/hub",
               array("version"=>"83.0", "browserName"=>"chrome")
           );

что я делаю не так?
источник

YY

Y҉ Y ̷̶̨͎̟͖̠ͬ̓ͬ͆̀͋̀͠... in Aerokube Support
сервер и ui соответственно работают.
источник

lk

lam ko in Aerokube Support
Y҉ Y ̷̶̨͎̟͖̠̫̦̘͍̩ͬ̓ͬ͆̀͋̀͠
сервер и ui соответственно работают.
написано же прямым текстом, что хостнейм не резолвится
источник
2020 July 20

YY

Y҉ Y ̷̶̨͎̟͖̠ͬ̓ͬ͆̀͋̀͠... in Aerokube Support
может кому ещё будет полезно
http://172.17.0.1:4444/wd/hub
так работает.
В целом пока инструмент нравится.
источник

OR

Oleksii Rushchak in Aerokube Support
Александр Андряшин
could you please check how many resources assigned to browser pod containers? also how many browsers in parallel are running? are there pods in pending state?
I was running only one browser.

Browser pods are on separate node instance, which is m5.large with 2 vCPU and 8 GiB of memory. The resources settings are the following:
resources:
 cpu:
   disabled: false
   requests: '500m'
   limits: '2'
 memory:
   disabled: false
   requests: '2Gi'
   limits: '2Gi'

PODs are not in the pending state, they quickly become running but test run takes much longer than on the local cluster.
Also browser pods are on separate node instance other than moon and moon service itself.
источник

АА

Александр Андряшин... in Aerokube Support
Oleksii Rushchak
I was running only one browser.

Browser pods are on separate node instance, which is m5.large with 2 vCPU and 8 GiB of memory. The resources settings are the following:
resources:
 cpu:
   disabled: false
   requests: '500m'
   limits: '2'
 memory:
   disabled: false
   requests: '2Gi'
   limits: '2Gi'

PODs are not in the pending state, they quickly become running but test run takes much longer than on the local cluster.
Also browser pods are on separate node instance other than moon and moon service itself.
Where is test itself running?
источник