Skip to content

Commit 01e01d4

Browse files
jbachorikclaude
andcommitted
Update jafar to 0.14.1 and assert JFR scrubbing in native smoke test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 52dde93 commit 01e01d4

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

dd-smoke-tests/spring-boot-3.0-native/src/test/groovy/SpringBootNativeInstrumentationTest.groovy

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,8 @@ class SpringBootNativeInstrumentationTest extends AbstractServerSmokeTest {
165165
return FileVisitResult.CONTINUE
166166
}
167167
})
168-
// Verify the profiling pipeline produces JFR files with system properties.
169-
// With fail-open=true, files are produced even if scrubbing fails.
170168
foundSystemProps
171-
// TODO: assert allScrubbed once jafar handles native-image JFR chunk format
172-
// (jafar 0.14.0-SNAPSHOT fails with "Cannot compute fitting payload length for: 0"
173-
// on SubstrateVM JFR recordings)
169+
allScrubbed
174170
}
175171

176172
int countJfrs() {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jmh = "1.37"
3838

3939
# Profiling
4040
jmc = "8.1.0"
41-
jafar = "0.14.0-SNAPSHOT"
41+
jafar = "0.14.1"
4242

4343
# Web & Network
4444
jnr-unixsocket = "0.38.24"

0 commit comments

Comments
 (0)