Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8320892 commit e79ff4aCopy full SHA for e79ff4a
exporter/opentelemetry-exporter-datadog/tests/test_datadog_exporter.py
@@ -485,6 +485,7 @@ def test_span_processor_scheduled_delay(self):
485
def test_batch_span_processor_reset_timeout(self):
486
"""Test that the scheduled timeout is reset on cycles without spans"""
487
delay = 50
488
+ # pylint: disable=protected-access
489
exporter = MockDatadogSpanExporter()
490
exporter._agent_writer.write.side_effect = lambda spans: time.sleep(
491
0.05
0 commit comments