Skip to content

Commit 8cdfd46

Browse files
committed
fix comment
1 parent 657bc61 commit 8cdfd46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,9 +1154,10 @@ mod tests {
11541154
}
11551155

11561156
#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
1157-
//#[ignore]
1157+
#[ignore]
11581158
// All worker threads except one are blocked, waiting for the export operation to complete.
11591159
// The exporter, which isn't blocked, requires the runtime to proceed, but no free worker threads are available, resulting in a deadlock.
1160+
// This mimics the scenario where the
11601161
async fn test_simple_processor_async_exporter_with_all_runtime_worker_threads_blocked() {
11611162
let exporter = LogExporterThatRequiresTokio::new();
11621163
let processor = Arc::new(Mutex::new(SimpleLogProcessor::new(Box::new(

0 commit comments

Comments
 (0)