Skip to content

Commit 002ce8b

Browse files
cijothomasutpilla
andauthored
Apply suggestions from code review
Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
1 parent ac3b61a commit 002ce8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opentelemetry-sdk/src/logs/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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())

opentelemetry-sdk/src/logs/simple_log_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)