Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to a process global for test MemoryTracker (#4739)
I've seen about three or four different test failures due to `create_test_memory_tracker` returning new instances which leads to life time issues with the memory resources. This changes to a single process singleton to avoid the issue altogether. Once we merge the current PRs that are all using `create_test_memory_tracker` I'll follow up with a PR to rename all of those instances to `get_test_memory_tracker` and remove the `create_test_memory_tracker` to prevent further use. --- TYPE: NO_HISTORY DESC: Move to a process global for test MemoryTracker
- Loading branch information