open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.67k stars 569 forks source link

Flask is run in debug mode #3933

Closed keithkroeger closed 3 days ago

keithkroeger commented 1 month ago

Describe your environment Flask is run in debug mode during testing

Steps to reproduce See https://github.com/open-telemetry/opentelemetry-python/blob/main/tests/w3c_tracecontext_validation_server.py#L73

What is the expected behavior? Do not run in debug mode to allow for more performant testing

What is the actual behavior? Run in non-debug mode

keithkroeger commented 1 month ago

Please assign to me to work

keithkroeger commented 3 weeks ago

Addressed in https://github.com/open-telemetry/opentelemetry-python/pull/3956