-
Notifications
You must be signed in to change notification settings - Fork 126
KITE Jitsi Test for checking the fake video fails for more than 2 participant in the meeting. #140
Comments
Hello, Thanks for your report. It was a mistake on my end, I initiated the room manager before the tuple size, so it got the default value of 2. I'm pushing the fix to KITE repository. I also made some modification to the Jitsi test regarding the video check. For future reference, if you want to change the number of user in a room, there are 2 ways, either with preconfigured room name list or without it:
The Without this If you want to use the
|
Thanks for your explanation. Now, i have understood. |
Where did you put the logger? All logs should be in the folder "HOME/logs" with HOME being the folder where you run the command to launch the test. |
Ok got it now. The logs folder is there in my test HOME directory. I have put the logger statement in the Kite-Framework classes(For eg: StatsUtil.java). Thanks a lot. |
I am still facing this issue, even after using the latest. @Richab23 does it work for you? |
Can you please upload your config file @nemaniarjun |
Hi @nemaniarjun, Is this maxInstances value fixed by default?? |
It's the default value we use to set up the local grid. If you have more instances available in your grid, you can use more. Maybe you can look into how to setup a selenium grid, and do a custom grid with more instances. I wrote this wiki page a while ago, some of the info might not be correct anymore (mostly for safari and edge), but you can take a look if you want. |
|
@namvuCosmo Thanks. I am able to increase the instances now. |
Hey @namvuCosmo any hints why its not working for me ? Thanks for your help! |
@nemani Sorry for the super late reply, but I can't find any thing wrong with your config file. It should work for you as well. |
@namvuCosmo How we can run the script on Browserstack for parallel distribution testing? |
It's been a long time we haven't done test with BrowserStack due to the limited concurrent session of the accounts. I'll have to look into this again, but I think most likely our implementation for BrowserStack wouldn't work properly at the moment. |
Hi,
I have one query. I am running Kite Jitsi sample test with fake video file.(.y4m format), The test is passing for 2 participants in the meeting room. But when i increase the numbers of particpants inthe room, it fails.
Here is my config file:
"tests": [
{
"name": "JitsiTutorial Test %ts",
"tupleSize": 2,
"description": "JitsiTutorial test description",
"testImpl": "org.webrtc.kite.jitsitutorial.KiteJitsiTutorialTest",
"payload" : {
"url": "https://meet.jit.si/",
"rooms": ["csx3bbaa166" , "abqnsq", "uqba", "csx3bb", "09wdca"],
"usersPerRoom": 5,
"testTimeout": 2000,
"getStats" : {
"enabled": true,
"statsCollectionTime": 5,
"statsCollectionInterval": 5,
"peerConnections": ["window.pc[0]"],
"selectedStats" : ["inbound-rtp", "outbound-rtp"]
}
}
}
],
"clients": [
{
"browserName": "chrome",
"platform": "localhost",
"useFakeMedia": true,
"video": {
"directory": "C:\Users\richa_b\Desktop\Videos\",
"filename": "waterfall_cif",
"duration": "00:15:00",
"type": "Video"
},
"_audio": {
"directory": "C:\Users\richa_b\Desktop\Videos\",
"filename": "Welcome",
"duration": "00:15:00",
"type": "Audio"
}
}
]
}
The error:
I tried increasing the timeout value also. But still getting the same error.
And also, how to check the Kite-Framework logs?
The text was updated successfully, but these errors were encountered: