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
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
import { MockTracer } from '../mock_tracer';
// Run the tests on the Mock Tracer.
describe('MockTracer Compatibility', () => {
apiCompatibilityChecks(() => new MockTracer());
});
However, this currently fails because mock tracer does not implement propagation, which it does in other languages (otherwise it's not possible to use MockTracer for testing framework instrumentations).
Mock tracer has no tests which is important for something which is used to test other components.
The text was updated successfully, but these errors were encountered: