Skip to content

Conversation

@DreierF
Copy link
Contributor

@DreierF DreierF commented Dec 1, 2025

Addresses issue TS-44797

  • Changes are tested adequately
  • Teamscale documentation updated in case of user-visible changes
  • CHANGELOG.md updated
  • Present new features in N&N
  • TGA Tutorial updated
  • TIA Tutorial updated

Please respect the vote of the Teamscale bot or flag irrelevant findings as tolerated or false positives. If you feel that the Teamscale config needs adjustment, please state so in a comment and discuss this with your reviewer.

@DreierF DreierF force-pushed the ts/44797_more_debug_logs branch from 32341e5 to 5a6b8cf Compare December 1, 2025 11:01
val result = runGradle("gradle-project", "clean", "systemTest", "-DdebugLogging=true", "-Dimpacted")
assertThat(result.isSuccess).isTrue()

assertThat(File("gradle-project/app/build/jacoco/systemTest/agent.log/logs/teamscale-jacoco-agent.log")).content()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This path looks a bit strange, is agent.log a file in Maven, but a folder in Gradle?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point! I changed the path to gradle-project/app/build/jacoco/systemTest/logs/teamscale-jacoco-agent.log now. Making it behave exactly the same as in Maven would be a lot more work, because we would need to write and provide an explicit logging config for each attached agent.

@snowbagoly snowbagoly merged commit b9b483f into master Dec 1, 2025
9 of 11 checks passed
@snowbagoly snowbagoly deleted the ts/44797_more_debug_logs branch December 1, 2025 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants