Bruce Bujon

Results 31 issues of Bruce Bujon

### Test suite `user blocking` from `PlayScalaRoutesServerTest` Marked flaky by _[APM Java] dd-trace-java continuous integration dashboard_. ### Error ``` Condition not satisfied: response.code() == USER_BLOCK.status | | | | |...

tag: flaky test
inst: play framework

### Test suite `test blocking of request for request body variant #variant` from `GrizzlyTest`. Marked [flaky by CircleCI](https://app.circleci.com/pipelines/github/DataDog/dd-trace-java/35627/workflows/a0224d4b-48f0-4575-9312-773d3edb6a9d/jobs/1276705/tests) ### Error ``` Condition not satisfied: spans.find { it.error && it.tags['error.type'] ==...

inst: others
tag: flaky test

### Test suite `linsert (5 args)` from `VertxRedisAPIRedisForkedTest` Marked [flaky by CircleCI](https://app.circleci.com/pipelines/github/DataDog/dd-trace-java/35553/workflows/ccad6cce-3b87-4c77-bf6c-766f7a511b4a/jobs/1273342/tests) ### Error Condition not satisfied: VertxRedisTestBase.parentTraceWithCommandAndHandler(VertxRedisTestBase.groovy:116) assert trace.size() == expectedSize | | | | | 4 | 3...

tag: flaky test
inst: vertx

### Test suite `Redirect test` from `SingleThreadedSpringWebfluxTest` Marked [flaky by CircleCI](https://app.circleci.com/pipelines/github/DataDog/dd-trace-java/35556/workflows/d5952be1-45ce-48be-b263-4fc4c393ac57/jobs/1273494/tests) ### Error ``` Condition failed with Exception: assertTraces(4) { sortSpansByStart() // TODO: why order of spans is different in...

tag: flaky test
inst: spring

# What Does This Do This PR introduces new API (ConfigKey, Capabilities, ConfigurationPoller) and move the existing ones into a dedicated module. It also moves SizeCheckedInputStream into common api as...

tag: do not merge
type: refactoring
tag: experimental
comp: remote config

# What Does This Do This PR prevents the JVM agent to be installed when using automatic lib-injection setup if some other JVM agents are found to be setup. #...

type: enhancement
comp: library injection

# What Does This Do This PR moves the version locking into a Gradle convention plugin as `subprojects` and `allprojects` [must be avoid for shared project configuration](https://docs.gradle.org/current/userguide/sharing_build_logic_between_subprojects.html#sec:convention_plugins_vs_cross_configuration). It also updates...

tag: no release notes
comp: tooling

# What Does This Do This PR refactors JDK concurrency instrumentations by: - Creating dedicated package per instrumented features (instrumentations and tests), - Unifying instrumentation names (no breaking change, only...

tag: no release notes
type: refactoring
inst: java

### Test suite `test blocking of request for request body variant multipart` from `datadog.trace.instrumentation.jetty9.JettyContinuationHandlerTest`. Marked [flaky by CircleCI](https://app.circleci.com/pipelines/github/DataDog/dd-trace-java/36714/workflows/c93a649d-ba57-42c1-b05f-89c3b680069f/jobs/1326740/tests) ### Error ``` Condition not satisfied: response.code() == 413 | | |...

tag: flaky test
inst: jetty

# What Does This Do We need more logs to help investigate how run the parametric tests # Motivation Parametric tests timed out most of the time # Additional Notes...

tag: no release notes
comp: tooling