- the spring.sleuth.propagation.type property has to be denoted
as a list
- the non-list declaration lead to a bean instantiation exception
because spring could not bind the property to a list
Issue-ID: SO-4230
Change-Id: I2035db3412692b33ffc32d9e1ccce715079932c3
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
probability: ${TRACING_SAMPLING_PROBABILITY:1.0}
supports-join: false
propagation:
- type: w3c,bc
+ type:
+ - w3c
+ - b3
web:
skip-pattern: ${TRACING_SKIP_PATTERN}
<systemPropertyVariables>
<so.log.level>DEBUG</so.log.level>
</systemPropertyVariables>
- <rerunFailingTestsCount>2</rerunFailingTestsCount>
+ <!-- <rerunFailingTestsCount>2</rerunFailingTestsCount> -->
<parallel>suites</parallel>
<useUnlimitedThreads>false</useUnlimitedThreads>
<threadCount>1</threadCount>