Skip to content

Commit

Permalink
disabling caffine cache instead of setting the max to 1 (#5362)
Browse files Browse the repository at this point in the history
Signed-off-by: Santhosh Gandhe <[email protected]>
  • Loading branch information
san81 authored Jan 28, 2025
1 parent c37d255 commit 3692fc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ void testMetricsOnSpanSet() {

@ParameterizedTest
@CsvSource({
"1, 4",
"0, 4",
"2, 6"
})
void traceGroupCacheMaxSize_provides_an_upper_bound(final long cacheMaxSize, final int expectedProcessedRecords) {
Expand Down

0 comments on commit 3692fc3

Please sign in to comment.