Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv committed Jul 15, 2022
1 parent b461942 commit 8d53285
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ def tearDown(self):

def validate_spans(self):
spans = self.memory_exporter.get_finished_spans()
for s in spans:
print(s.to_json())
self.assertEqual(len(spans), 2)
for span in spans:
if span.name == "rootSpan":
Expand Down

0 comments on commit 8d53285

Please sign in to comment.