Menu

#3 Recorder: don't record methods when they are sub-calls

open
None
5
2013-04-23
2013-04-23
No

Example: runRandomWalking() calls calcAlgs(), which is also recorded. => during replay the set of actions is not the same as during record. We need a mechanism to disable recording for those calls. Recording is bad because for some tricky bugs reprosteps might be very intermittent and require "exactly the same" code paths.

Discussion


Log in to post a comment.