File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dd-trace-core/src/test/groovy/datadog/trace/common Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class SamplerTest extends DDSpecification{
5656 ! (sampler instanceof AsmStandaloneSampler )
5757 }
5858
59- void " test that AsmStandaloneSampler is not selected when apm tracing and asm not enabled" () {
59+ void " test that AsmStandaloneSampler is not selected when apm tracing enabled and asm not enabled" () {
6060 setup :
6161 Config config = new Config ()
6262
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ class PrioritizationTest extends DDSpecification {
230230 [] | USER_KEEP | 1 | 0 | ENQUEUED_FOR_SERIALIZATION
231231 }
232232
233- def " drop strategy respects force keep" () {
233+ def " span sampling drop strategy respects force keep" () {
234234 setup:
235235 Queue<Object> primary = Mock(Queue)
236236 Queue<Object> spanSampling = Mock(Queue)
You can’t perform that action at this time.
0 commit comments