Skip to content

Commit

Permalink
Use default trace protocol version in smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smola committed Jun 28, 2024
1 parent 97b5fe7 commit 396e5bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ abstract class AbstractAppSecServerSmokeTest extends AbstractServerSmokeTest {
protected String[] defaultAppSecProperties = [
"-Ddd.appsec.enabled=${System.getProperty('smoke_test.appsec.enabled') ?: 'true'}",
"-Ddd.profiling.enabled=false",
// decoding received traces is only available for v0.5 right now
"-Ddd.trace.agent.v0.5.enabled=true",
// disable AppSec rate limit
"-Ddd.appsec.trace.rate.limit=-1"
] + (System.getProperty('smoke_test.appsec.enabled') == 'inactive' ?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ class SpringBootWebfluxIntegrationTest extends AbstractServerSmokeTest {
command.addAll(defaultJavaProperties)
command.addAll((String[]) [
"-Ddd.writer.type=MultiWriter:TraceStructureWriter:${output.getAbsolutePath()},DDAgentWriter",
// decoding received traces is only available for v05 right now
"-Ddd.trace.agent.v0.5.enabled=true",
"-jar",
springBootShadowJar,
"--server.port=${httpPort}"
Expand Down

0 comments on commit 396e5bd

Please sign in to comment.