Skip to content

Commit

Permalink
[test] Extract Tracked to MemoryUtils, add OffHeapDetector
Browse files Browse the repository at this point in the history
The Tracked util introduced in #2125 has been moved into MemoryUtils and
the concern of tracking and asserting these objects has been split out
into the OffHeapDetector class, ensuring that even if a test fails,
other tests that use Tracked won't be polluted due to an uncleaned
shared queue.
  • Loading branch information
simonbasle committed Apr 22, 2020
1 parent 237bc16 commit c0ef739
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 181 deletions.
Loading

0 comments on commit c0ef739

Please sign in to comment.