Skip to content

Commit ab143b5

Browse files
wu-shengclaude
andcommitted
fix: disable log reporter in plugin tests for stable validation
Plugin tests validate trace segments only. The log reporter sends werkzeug/framework log data to the mock collector, which causes /dataValidate to fail when expected.data.yml doesn't include log items. Disable log reporting in the base docker-compose config so all plugin tests only produce segment data for validation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 298bfb2 commit ab143b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/plugin/docker-compose.base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ services:
3838
SW_AGENT_COLLECTOR_BACKEND_SERVICES: collector:19876
3939
SW_AGENT_LOGGING_LEVEL: DEBUG
4040
SW_AGENT_PROFILE_ACTIVE: 'False'
41+
SW_AGENT_LOG_REPORTER_ACTIVE: 'False'
4142
networks:
4243
- beyond
4344
command: ['python3', '/entrypoint.py']

0 commit comments

Comments
 (0)