Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

adding test case for HTRACE-363 #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nisalanirmana
Copy link
Contributor

No description provided.

SpanId parentID = new SpanId(100L, 200L);
TraceScope childScope = tracer.
newScope("ChildScope", parentID);
Assert.assertNotNull(childScope);
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you use the form of assert that takes a descriptive message?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the review. I will add those.

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

Successfully merging this pull request may close these issues.

2 participants