Skip to content

Commit 52d0bd7

Browse files
committed
comments
1 parent 614ef1e commit 52d0bd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/tracing/test_trace_propagation.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
#
23-
# I want to have proper testing of trace propagation.
23+
# Proper high level testing for trace propagation.
2424
# Testing the matrix of test cases described here:
2525
# https://docs.google.com/spreadsheets/d/1IyOTYIC2bwu6HeHrxbLHAm6Lq44atVzf2TDJoPCMDZA/edit?gid=0#gid=0
2626
#
@@ -86,7 +86,7 @@ def test_no_incoming_trace_and_trace_propagation_targets_matching(
8686
assert "baggage" in outgoing_request_headers
8787

8888
# CHECK if incoming trace is continued
89-
# (no assert necessary, because the trace information is not added to the outgoing request (see previous asserts))
89+
# (no assert necessary, because there is no incoming trace information)
9090

9191

9292
@pytest.mark.parametrize(
@@ -137,7 +137,7 @@ def test_no_incoming_trace_and_trace_propagation_targets_not_matching(
137137
assert "baggage" not in outgoing_request_headers
138138

139139
# CHECK if incoming trace is continued
140-
# (no assert necessary, because the trace information is not added to the outgoing request (see previous asserts))
140+
# (no assert necessary, because there is no incoming trace information, and no outgoing trace information either)
141141

142142

143143
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)