Puja Jagani
Puja Jagani
I can check this in a day or two. I am happy to help, though you are the expert in this area. I might ask questions as and when I...
I was able to reproduce the issue with Java 11 at a small scale but what I see is leftover SelectorManager threads. I am looking into triaging it further. The...
> Okay one thing that should be checked, we have chain like this: > > `Client Grid Node Driver` > > Now the Driver does raise an error on the...
I have tried running a CDP example with one hub and 5 nodes : ``` Augmenter augmenter = new Augmenter(); driver = augmenter.augment(driver); DevTools devTools = ((HasDevTools) driver).getDevTools(); devTools.createSession(); ((HasAuthentication)...
@bhecquet Can you help share the tests that you run or the nature of the tests? Do you run a lot of CDP or BiDi tests? I would appreciate a...
Thank you! But that is an error situation which involves enabling BiDi and using CDP. I agree that needs to be solved too. But I understand the issue here is...
@bhecquet Thank you so much. This is what I was looking for. Let me try and reproduce it and take it from there. I am going to slim down the...
"With it, threads remain for very long time (> 30 mins), and without, they are stopped after up to 11 mins (which in my opinion is still quite long 😄...
I can reproduce the leak and I now see the pattern mentioned above. Thank you for sharing the details.
One observation here, if we augment the driver first and then use the decorator then the leak does not happen. Sharing the code snippet below: ``` for (int i =...