-
Notifications
You must be signed in to change notification settings - Fork 126
CancellationException appear after checking for video #163
Comments
I'm writing tests with JavaScript. Can this be achieved in javascript, or only in Java ? Is enough to handle only from payload, or should add step new step for this or method in main page ? Thank you. |
i don't know if this would work for JS, we don't have a lot of support for JS libraries, but from your error it looks like it came from Java executor so it might be worth a try. The Js test when it's launched there would be a separate process from the Java engine, so if this doesn't work, there might be some investigation to be done on the JS side of things. |
Sorry for the late reply, afaik this is working on Java. The expected duration in the config file will be changed during the initiation of the test if the meeting duration is longer. In this case the expected test duration will be set to meeting duration 5 minutes. What happened when you tried to set it to something longer like 120 (2 hours). |
As soon as I try running tests from server with expectedTestDuration, I'll update you. |
Have been running KITE tests in Jenkins through Docker Swarm.
We set an iteration to run tests continuously. It started well, after 10 tests have been completed successfully, it shows this error
Any idea why did this happen, how to fix it or how to prevent it.
The text was updated successfully, but these errors were encountered: