Skip to content

Commit 4fbce77

Browse files
fix: batchspanprocessor_handles_dropped_spans test case - comment fix
1 parent 64163ed commit 4fbce77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/trace/span_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ mod tests {
12561256
fn batchspanprocessor_handles_dropped_spans() {
12571257
let exporter = MockSpanExporter::new();
12581258
let exporter_shared = exporter.exported_spans.clone(); // Shared access to verify exported spans
1259-
// Note: Explicitly set max_export_batch_size to avoid environment variable override
1259+
// Explicitly set max_export_batch_size to avoid environment variable override
12601260
// that could cause the test to fail when OTEL_BSP_MAX_EXPORT_BATCH_SIZE is set to 2
12611261
let config = BatchConfigBuilder::default()
12621262
.with_max_queue_size(2) // Small queue size to test span dropping

0 commit comments

Comments
 (0)