File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
tests/Integration/Symfony/OtelSdkBundle Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1414 "require" : {
1515 "php" : " ^7.4 || ^8.0" ,
1616 "ext-json" : " *" ,
17- "open-telemetry/opentelemetry" : " ^0.0.14 " ,
17+ "open-telemetry/opentelemetry" : " ^0.0.15 " ,
1818 "php-http/discovery" : " ^1.14" ,
1919 "php-http/message" : " ^1.12"
2020 },
Original file line number Diff line number Diff line change @@ -194,9 +194,6 @@ public function testTracingWithSimpleConfig(): void
194194 */
195195 public function testTracingWithAlwaysOffSampler (): void
196196 {
197- $ this ->markTestSkipped ('Requires BatchSpanProcessor update to not force-flush empty batch. ' );
198-
199- /** @phpstan-ignore-next-line */
200197 $ this ->load (
201198 self ::wrapConfig ([
202199 'resource ' => [
Original file line number Diff line number Diff line change @@ -97,8 +97,6 @@ public function testSpan()
9797 {
9898 $ this ->assertServiceSetup (Trace \SpanLimitsBuilder::class);
9999 $ this ->assertServiceSetup (Trace \SpanLimits::class);
100- $ this ->assertServiceSetup (SpanProcessor \SimpleSpanProcessor::class);
101- $ this ->assertServiceSetup (SpanProcessor \BatchSpanProcessor::class);
102100 $ this ->assertServiceSetup (SpanProcessor \NoopSpanProcessor::class);
103101 $ this ->assertServiceSetup (SpanProcessor \MultiSpanProcessor::class);
104102 }
You can’t perform that action at this time.
0 commit comments