File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
opentelemetry-sdk/src/logs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ mod tests {
284284 }
285285
286286 #[ test]
287- fn log_does_not_deadlock_when_suppression_enabled ( ) {
287+ fn processor_internal_log_does_not_deadlock_with_suppression_enabled ( ) {
288288 let processor: ReentrantLogProcessor = ReentrantLogProcessor :: new ( ) ;
289289 let logger_provider = SdkLoggerProvider :: builder ( )
290290 . with_log_processor ( processor. clone ( ) )
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ mod tests {
477477 }
478478
479479 #[ test]
480- fn does_not_deadlock_when_exporter_is_rentrant_simple_log_processor ( ) {
480+ fn exporter_internal_log_does_not_deadlock_with_simple_processor ( ) {
481481 // This tests that even when exporter produces logs while
482482 // exporting, it does not deadlock, as SimpleLogProcessor
483483 // activates SuppressGuard before calling the exporter.
You can’t perform that action at this time.
0 commit comments