Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backfills integrated tests of BatchRecorder #378

Merged
merged 2 commits into from
Jun 28, 2019

Conversation

codefromthecrypt
Copy link
Member

There were some red herrings about an example failing. This carves out
a unit test for people to fill for suspected problems.

Adrian Cole added 2 commits June 28, 2019 18:31
There were some red herrings about an example failing. This carves out
a unit test for people to fill for suspected problems.
});

it('should start and finish a consumer span', () => {
recorder.record(new Record({traceId, annotation: new Annotation.ConsumerStart()}));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one thing I've struggled to assert is that recorder.partialSpans should have contents at this point. I can't get a chai assertion to show it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants