Skip to content

Commit 8d53285

Browse files
committed
add debug
1 parent b461942 commit 8d53285

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/opentelemetry-docker-tests/tests/pymongo/test_pymongo_functional.py

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def tearDown(self):
4444

4545
def validate_spans(self):
4646
spans = self.memory_exporter.get_finished_spans()
47+
for s in spans:
48+
print(s.to_json())
4749
self.assertEqual(len(spans), 2)
4850
for span in spans:
4951
if span.name == "rootSpan":

0 commit comments

Comments
 (0)