question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[LLC/Data Plane Client] Tests slow down in playback mode beyond timeout limit

See original GitHub issue

Hey all, The tests with issues are @christothes, @pakrym, @heaths have worked with me on debugging this issue. Our findings are as follows:

@christothes believes this may have to do with instrumentation not correctly handling scenarios where the operation is being returned by a helper class rather than the client itself.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
christothescommented, Jan 14, 2022

I think more likely that this is a problem with how we proxy Operations. We currently transform the return value by instrumenting the returned operation. However, in the case of waitForCompletion: true, the operation is waited prior to it being returned by the method.

I think we should explore a different approach to how we instrument operations to handle this case.

0reactions
JoshLove-msftcommented, Sep 22, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

Which Settings to change to speed up or slow down a Test ...
Remember that the default timeout is the LONGEST amount of time that Ranorex will spend searching for an item BEFORE IT THROWS A...
Read more >
Stop shrink phase after timeout when progress is very slow
Mostly the test suite finishes in about a minute, but sometimes it ... Stop shrink phase after timeout when progress is very slow...
Read more >
Project Properties - Playback Options | TestComplete ...
Timeout property. Delay between events, ms - Milliseconds to wait after the test simulates any user action (click, keystroke, window command, and so...
Read more >
Playback Settings | LoadNinja Documentation
This setting overrides the Event timeout setting of simulated API tests. It specifies the number of seconds the test engine waits for a...
Read more >
Browser Test Steps
By default, browser tests wait for a page to be fully loaded before performing a step or the next step with a timeout...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found