You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: refactor to move knowledge for in-process Agent re-use into Agent methods (#2305)
Move away from using the test/_agent.js wrapper in tests, in favour of
using the real Agent class directly and agent.destroy() at the end of a
test to clean up. Agent#destroy() has been improved and
Instrumentation#stop() added to properly handle agent clean-up (within
reason) such that tests can serially create multiple instances of the
Agent.
0 commit comments