File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 (
You can’t perform that action at this time.
0 commit comments